3-in-1 MT5 Indicator Bundle for ICT, SMC and Probability-Based Trade Planning
This bundle is built for traders who want a practical MetaTrader 5 workflow: market bias, institutional structure, and pending-order planning. It includes three separate indicators: a 12-hour bias engine, a multi-symbol institutional flow dashboard, and a D1/H1 15-pip pending signal optimizer.
What You Get After Purchase
Native MQL5 pattern engine that compares current OHLC behavior against similar historical setups and reports 12-hour buy/sell bias, quality, expectancy and risk state.
Multi-symbol smart money dashboard for supply/demand, liquidity, BOS, CHoCH, FVG, equal highs/lows, premium/discount and execution-zone context.
Pending-order planner that tests Buy Stop, Sell Stop, Buy Limit and Sell Limit scenarios from H1/D1 historical behavior, fill probability and profit factor.
Why This Is Not Just Another Arrow Indicator
The bundle is designed around decision support, not blind entry arrows. The indicators read historical OHLC behavior, session context, volatility, spread, broker symbol properties and chart structure before printing a plan. The goal is to help a trader answer three questions: what is the higher-probability direction, where is institutional structure, and which pending-order type has the best historical edge right now?
| Indicator | Main Engine | Best Use | Important Output |
|---|---|---|---|
| 12H Bias Engine | Native MQL5 KNN-style OHLC pattern matching | Finding directional bias for the next 12 hours | HIGH BUY / HIGH SELL / VALID / WATCH / NO TRADE with expectancy and TP references |
| Institutional Flow Dashboard | SMC structure, zones, liquidity and confirmed signal lock | Scanning multiple pairs for clean institutional context | Signal score, zone type, swing state, trade plan, BOS/CHoCH, FVG and locked confirmed state |
| D1/H1 Pending Signal | D1 regime plus H1 scenario testing | Choosing Buy Limit, Sell Limit, Buy Stop or Sell Stop plans | Entry, TP, SL, fill chance, TP chance, PF, score, recent-sample stats |
Limited Source Preview
This is only a small preview of input architecture and function names. The complete MQ5 source is delivered only through the paid Etsy bundle.
input bool InpUseNativeKNN = true; input int InpKNNNeighbors = 120; input double InpMinQualityScore = 65.0; input bool InpShowFVG = true; input bool InpUseConfirmedSignalLock = true; input double InpMinimumProfitFactor = 1.15; bool CalculateEngine(...); void BuildTradePlan(...); int SimulateOrder(...);
Important Trading Disclaimer
No indicator can guarantee profit or 100% accuracy. These tools are technical decision-support indicators. Always test on demo first, understand the source logic, control risk per trade, and avoid trading during major news, abnormal spread or low-liquidity conditions.
Read the Three Technical Breakdowns
How the 12-hour bias model reads OHLC similarity, KNN cases, expectancy and no-hit risk.
Bank Orders DashboardHow the dashboard maps liquidity, zones, BOS/CHoCH, FVG and confirmed institutional setups.
D1/H1 Pending SignalsHow pending-order plans are tested against D1 and H1 historical behavior.
Choose the next useful step
Most visitors arrive with one question: build, test, price, or trust. These shortcuts keep the path practical.