π€ AILevelTrader Institutional
AILevelTrader Institutional is the professional evolution of AILevelTrader, one of the most complete AI-powered cBots on the cTrader Store. While the original AILevelTrader already delivers multi-AI consensus trading on technical price levels, the Institutional edition adds a full layer of real-time institutional market intelligence that transforms how the AI interprets the market.
The core philosophy remains the same: no single AI makes the decision. Up to 11 AI providers vote simultaneously, and only orders with genuine consensus get executed. What changes in this edition is the quality of context given to each AI β and a set of professional-grade risk and filter tools that make this bot suitable for serious traders.
π The Institutional Data Layer Explained
π§± Live Options Walls
Every AI cycle, the bot fetches the current options open interest structure for the traded asset directly from Algotrend, This gives the AI:
- The current market regime (TREND_UP, RANGE_BOUND, GAMMA_SQUEEZE, etc.)
- The gamma wall β the magnetic price level where market makers are forced to delta-hedge
- Put walls (strong institutional support levels) with OI scores
- Call walls (strong institutional resistance levels) with OI scores
- The overall bias (BULLISH/BEARISH) with confidence percentage
These levels are qualitatively different from technical pivot points. Gamma walls are levels where large option dealers must trade to stay hedged β price systematically gravitates toward them and bounces at them. Having this context in the AI prompt means the models can anchor their SL/TP suggestions to levels that actually matter institutionally. Supported assets: US500, US100, DOW30, US2000, BITCOIN, ETHEREUM, GOLD, SILVER, EURUSD, NATGAS, WTI.
ποΈ COT Report (CFTC Commitment of Traders)
Once every 24 hours, the bot fetches the latest CFTC COT report via Apify. The AI receives:
- The current signal (STRONG BUY, SELL, NEUTRAL, STRONG SELL) based on contrarian reversal analysis
- The strength score (0β100)
- The Net/OI percentage and weekly change (ΞNet/OI WoW) β how much institutional money is positioned and in which direction
- A narrative explanation of the setup
This data represents the positioning of the largest institutional players in the futures market. A STRONG SELL signal with 80+ strength means that large money managers are at a historically extreme long position and starting to reverse β a powerful contrarian filter that prevents the AI from buying into a crowded top. Supported assets: US500, US100, DOW30, US2000, EURUSD, GBPUSD, USDJPY, USDCHF, AUDUSD, USDCAD, BTC, ETH, XAU, XAG, NATGAS, WTI.
βοΈ Institutional Data Mode
You can choose exactly how much institutional data to use:
- WallsAndCot (default): Full institutional context β options walls + COT
- WallsOnly: Only options walls, skip COT (useful for intraday trading where weekly COT is less relevant)
- Disabled: Classic mode, pure technical levels β identical behavior to AILevelTrader
π Higher Timeframe Trend Filter
One of the most common reasons AI trading bots lose money is entering counter-trend trades at the wrong time. The HTF filter addresses this directly. When enabled, the bot computes an EMA on a higher timeframe (H4 by default, configurable to Daily or Weekly) and uses it as a directional gate:
- If H4 price is above the EMA β market is in uptrend β SELL orders are blocked
- If H4 price is below the EMA β market is in downtrend β BUY orders are blocked
The trend context is also injected into the AI prompt so each model is explicitly told the macro direction before suggesting orders. The panel shows the current HTF trend with a simple β BULL (H4) or β BEAR (H4) indicator.
βοΈ Auto Lot Sizing (Risk-Based Volume)
The original AILevelTrader uses a fixed lot size parameter. AILevelTrader Institutional adds dynamic position sizing: when AutoVolume is enabled, the bot calculates the exact lot size needed so that hitting the stop loss costs exactly MaxRiskPct% of your account balance.
Formula: lots = (balance Γ risk%) / (SL_pips Γ pip_value)
This means your risk per trade is consistent regardless of stop loss distance β a wider SL automatically means a smaller position, tighter SL means a larger one. This is standard professional risk management practice.
β³ Smart Rate Limit Backoff
When trading with multiple free AI providers, rate limits (HTTP 429) are inevitable. In AILevelTrader, a rate-limited provider would simply log an error. In the Institutional edition, each provider that returns 429 or 503 is automatically paused for 5 minutes and skipped in subsequent AI cycles. This means the consensus round still fires efficiently using the available providers without wasting time on repeated failures.
π OpenRouter: 14-Model Fallback Chain
The OpenRouter integration has been upgraded to use the best free models available as of March 2026, in priority order:
- Your configured model (default: openrouter/hunter-alpha β 1 trillion parameters, 1M context)
- nvidia/nemotron-3-super-120b-a12b:free β 120B MoE with reasoning
- openai/gpt-oss-120b:free β OpenAI open model
- qwen/qwen3-next-80b-a3b-instruct:free β Qwen3 80B with reasoning
- arcee-ai/trinity-large-preview:free β 400B MoE
- nousresearch/hermes-3-llama-3.1-405b:free β 405B instruction following
- and 7 more fallbacks including openrouter/free as absolute last resort
If a model is unavailable or returns a provider error, the chain automatically tries the next one. You get the best available model on every cycle without manual configuration.
π Performance & Reliability
- DrawPanel throttled to 1 redraw/second β the original bot redraws on every tick, which on M1 or M5 means hundreds of UI redraws per second. The Institutional edition limits this to once per second, reducing CPU usage significantly on fast timeframes.
- Startup AI call β analysis fires immediately when the bot starts, without waiting for the next candle close. On H1 this means you don't have to wait up to 59 minutes for the first signal.
- Null-safe HTTP handling β all API calls use a SafeBody() guard that prevents crashes when a server returns an empty body (timeout, connection reset, empty 429).
- Improved JSON sanitiser β handles Python-style None/True/False, trailing commas, JavaScript comments, and unquoted keys β common AI response quirks.
- Multi-symbol safe cleanup β pending order cleanup correctly filters by SymbolName, preventing the bot from accidentally cancelling orders placed on other assets in the same account.
π cTrader Popup Notifications
Stay informed without watching the screen:
- Trade opened/closed β popup with direction, entry, P&L, and pips
- Drawdown warning β when daily DD approaches the configured threshold
- Drawdown limit hit β immediate alert when trading is blocked
- Daily profit target reached β confirmation when the bot stops for the day
- Total drawdown limit β critical alert before bot stops permanently
All notifications can be toggled independently in the settings.
β οΈ IMPORTANT COMPATIBILITY NOTICE β οΈ
This cBot is strictly optimized and EXCLUSIVELY FUNCTIONAL on the following specific assets. The Institutional Data Layer (Options Walls & COT) will ONLY work with these tickers:
πΊπΈ Indices: US500, US100, US2000, US30 π’οΈ Commodities: WTI, XAUUSD (Gold), XAGUSD (Silver), XNGUSD (NatGas) πͺ Crypto: BTCUSD, ETHUSD π± Forex: EURUSD
π Do not run this bot on other symbols, as the institutional data feeds are custom-calibrated specifically for these markets.
π‘ Customization Available: Upon request, we are able to fully optimize and calibrate the cBot for over 6,000 different assets to fit your specific trading needs.
π― Who Is This For?
AILevelTrader Institutional is designed for traders who:
- Already use or understand AILevelTrader and want a significant edge upgrade
- Trade indices (US500, US100, DOW30) or commodities where options walls are most relevant
- Want their AI to trade with institutional flow rather than against it
- Need consistent risk management with auto-sizing rather than fixed lots
- Prefer a trend-aligned system that filters out low-probability counter-trend noise
π Getting Started
Free AI providers (no cost): Groq, Gemini, Mistral, Cerebras, OpenRouter (14 free models)
Recommended minimum setup:
- Get a free API key from GROGβ takes 2 minutes
- Get a free API key from OPENROUTER β takes 2 minutes
- Set Institutional Data Mode to WallsAndCot
- Enable HTF Trend Filter with H4 timeframe
- Enable Auto Volume for risk-based sizing
Pro setup (adds paid providers for stronger consensus):
- Add Gemini, DeepSeek ($0.07/1M tokens), Perplexity, GPT-4o, Claude, Grok
π» Compatibility
- cTrader Desktop and Web
- All brokers on the cTrader platform
- Any symbol (indices, forex, commodities, crypto, CFDs)
- Institutional data coverage: 11 major assets including US500, EURUSD, XAUUSD, BITCOIN
- Tested on: M5, M15, H1, H4 timeframes
.png)
.png)
.png)
.png)
.png)
.png)
.jpg)
 (2).png)
.png)
.png)
.png)
.png)
 (6).png)


 (3).png)





