OCN Bulle Apesanteur
- Uzmanlar
- Franck Henri Maglott
- Sürüm: 2.10
- Etkinleştirmeler: 10
THE EDGE MOST TRADERS MISS
─────────────────────────────────────────────────────────────
Every experienced trader knows that when price moves too far, too fast —
it snaps back. The market is elastic. But knowing it and trading it with
discipline, every single day, across every session, is another story.
The Bulle Apesanteur EA solves that problem.
It watches the market 24 hours a day and captures one of the most
reliable reversal setups in technical analysis: the Floating Candle —
a rare candle that breaks free from the Bollinger Bands entirely, with
no part of its body or its wicks touching the band. Weightless. Isolated.
And statistically, about to snap back hard toward the moving average.
This is not another indicator mashup. This is a single, clean,
high-probability setup — automated with institutional-grade execution
logic so you never miss it again.
─────────────────────────────────────────────────────────────
THE FLOATING CANDLE SIGNAL — HOW IT WORKS
─────────────────────────────────────────────────────────────
The signal fires when a fully closed candle is floating entirely outside
the Bollinger Bands — open, close, high and low all beyond the band,
with zero contact. No touching. No crossing. Fully detached.
This is the market screaming exhaustion.
SELL SETUP (Floating candle above upper BB)
The candle closes entirely above the upper Bollinger Band.
The EA enters short, targeting a return toward the BB midline (MM20)
or a configurable R:R target. Stop Loss is placed above the high
of the candle immediately preceding the signal — clean structure logic.
BUY SETUP (Floating candle below lower BB)
The candle closes entirely below the lower Bollinger Band.
The EA enters long with the same disciplined structure.
Two optional precision filters layer on top of the core signal:
→ COLOR FILTER (Combined Logic)
For a SELL: the floating candle must also be bearish (close < open)
For a BUY: the floating candle must also be bullish (close > open)
This confirms genuine directional intent — not just a spike.
→ HAMMER / REVERSAL CANDLE FILTER
The candle body must be smaller than a configurable percentage of
its total range. A small body with large wicks is the textbook
signature of a market fighting to reverse. This filter selects only
the strongest, most impulsive floating candles.
Each filter is independently activatable. Use both for maximum selectivity,
or run the core signal alone for higher trade frequency.
─────────────────────────────────────────────────────────────
WHO IS THIS EA FOR?
─────────────────────────────────────────────────────────────
FOR THE EXPERIENCED TRADER
You already know this pattern. You've traded it manually. You know
how clean the entries are when everything lines up — and how frustrating
it is to miss a signal because you stepped away. This EA gives you
full automation of your own edge, with the same structural logic you
already use: previous candle SL, MM20 target, disciplined BE and trail.
Set it, walk away, and let your strategy run.
FOR THE MANUAL TRADER WHO WANTS AN ASSISTANT
You don't want to give up control entirely — you want a co-pilot.
Use the EA's real-time dashboard to monitor live setups across sessions.
The visual alerts and Journal logs tell you exactly why every trade
was taken or skipped. You stay in control of the big picture while
the EA handles the execution with zero emotion.
FOR THE BEGINNER WHO WANTS TO AUTOMATE
The strategy is simple enough to understand in minutes, powerful enough
to trade for years. Everything is configurable through clearly labeled
input groups — no coding knowledge required. A built-in dashboard
displays your settings, active filters, and trade status at a glance.
Start with the default parameters, test on a demo, and scale up.
─────────────────────────────────────────────────────────────
WHAT MAKES THIS EA DIFFERENT
─────────────────────────────────────────────────────────────
Most EAs give you a signal. This EA gives you a complete system.
✦ THREE TAKE PROFIT MODES
MM20 (Bollinger midline) — the natural reversal target
EMA 9 — faster exits in trending conditions
Fixed R:R ratio — for backtested risk management
✦ STRUCTURED STOP LOSS
SL is placed X pips beyond the high/low of the candle that
PRECEDES the floating candle. This respects market structure
and avoids arbitrary pip distances.
✦ INTELLIGENT BREAK-EVEN
Configurable in pips or in Risk/Reward ratio. Once triggered,
the EA locks your entry price with an optional safety buffer.
Your capital is protected the moment the market gives you room.
✦ TRAILING STOP (ACTIVATES AFTER BREAK-EVEN)
Once break-even is hit, a trailing stop follows price tick by tick
at a configurable pip distance. You ride the move. You don't give
it back.
✦ THREE INDEPENDENT TRADING SESSIONS
Define up to 3 server-time windows per day. Trade the London open,
the NY session, the Asian session — or any combination. Each window
is enabled independently with its own start and end hour.
✦ NATIVE MQL5 CALENDAR INTEGRATION
The EA connects directly to the MetaTrader 5 built-in economic
calendar — no external feeds, no subscriptions, no manual updates.
Public Holidays: automatically detected for the currencies of
your traded symbol. If you run XAUUSD, it watches USD holidays.
If you run GBPJPY, it watches both GBP and JPY holidays.
News Events: configurable by impact level (High / Medium / Low)
with a custom time buffer before and after each event. The EA
skips signals when the market is most dangerous — automatically.
Currencies are auto-detected from the symbol using MT5's native
SYMBOL_CURRENCY_BASE and SYMBOL_CURRENCY_PROFIT properties.
No setup required. Works on any broker, any symbol naming convention.
✦ UNIVERSAL BROKER COMPATIBILITY
Automatic lot normalization (VOLUME_MIN / MAX / STEP)
Real margin check before every order via OrderCalcMargin()
Automatic SL/TP adjustment to broker STOPS_LEVEL
Freeze level detection before every modification
Auto-detection of supported filling mode (FOK / IOC / RETURN)
Full retcode logging on every operation
Netting and hedging account support
✦ REAL-TIME DASHBOARD
An always-on panel displays session status, news filter status,
auto-detected currencies, active filters, TP/SL settings,
and current position state — all at a glance.
─────────────────────────────────────────────────────────────
COMPATIBLE INSTRUMENTS
─────────────────────────────────────────────────────────────
Forex EURUSD · GBPUSD · USDJPY · USDCHF · AUDUSD
GBPJPY · EURJPY · EURGBP · and all major pairs
Metals XAUUSD (Gold) · XAGUSD (Silver)
Indices US30 · NAS100 · SPX500 · DAX40 · and major CFD indices
Crypto BTCUSD · ETHUSD · and major crypto pairs
Recommended timeframes: H1 (primary) · M30 · H4
─────────────────────────────────────────────────────────────
FULL PARAMETERS REFERENCE
─────────────────────────────────────────────────────────────
BOLLINGER BANDS
BB_Period Bollinger period (default: 20)
BB_Deviation Bollinger deviation (default: 2.0)
BB_Shift Bollinger shift (default: 0)
SIGNAL FILTERS
UseColorFilter Enable candle color filter (default: true)
UseHammerFilter Enable hammer/reversal filter (default: false)
HammerBodyRatio Max body ratio to total range (default: 0.5)
STOP LOSS
SL_Pips SL pips from previous candle (default: 10)
TAKE PROFIT
TP_Type TP_RR / TP_MM20 / TP_EMA9 (default: MM20)
TP_RR_Ratio R:R ratio when TP_RR selected (default: 2.0)
BREAK-EVEN
Use_BE Enable break-even (default: true)
BE_In_Pips Trigger mode: pips or R:R (default: pips)
BE_Pips BE trigger distance in pips (default: 15)
BE_RR BE trigger in R:R (default: 1.0)
BE_ExtraPips Safety buffer beyond entry (default: 1)
TRAILING STOP
Use_Trailing Enable trailing after BE (default: true)
Trail_Pips Trailing distance in pips (default: 15)
SESSIONS (3 windows, server time)
UseSession1/2/3 Enable each session independently
Session_Start/End Hour boundaries per session
HOLIDAYS & NEWS
UseHolidayFilter Enable MQL5 holiday filter (default: true)
HolidayFallback Manual fallback list (MMDD)
UseNewsFilter Enable MQL5 news filter (default: true)
NewsHigh Block high impact events (default: true)
NewsMedium Block medium impact events (default: false)
NewsLow Block low impact events (default: false)
NewsMinutesBefore Buffer before event (default: 15)
NewsMinutesAfter Buffer after event (default: 30)
NewsExtraCurrencies Additional currencies to watch
NewsFallbackBlock Block if calendar unavailable (default: false)
RISK MANAGEMENT
LotSize Fixed lot size (default: 0.01)
MagicNumber EA unique identifier (default: 202501)
MaxSlippage Max allowed slippage in points (default: 3)
─────────────────────────────────────────────────────────────
GETTING STARTED IN 3 STEPS
─────────────────────────────────────────────────────────────
1. Attach the EA to any chart (H1 recommended for first run)
2. Enable AutoTrading in MetaTrader 5
3. Check the dashboard panel — all systems are confirmed live
Default settings are optimized for EURUSD H1 out of the box.
Test on a demo account first. Scale up when comfortable.
─────────────────────────────────────────────────────────────
IMPORTANT DISCLAIMER
─────────────────────────────────────────────────────────────
Trading involves substantial risk. Past performance is not
indicative of future results. Always test thoroughly on a
demo account before deploying on live capital. This EA is a
tool — not a guarantee of profit.
─────────────────────────────────────────────────────────────
SUPPORT & UPDATES
─────────────────────────────────────────────────────────────
All future updates are included free of charge for all buyers.
For configuration help, questions, or feedback, please use
the Comments section on this product page.
I respond to every message personally.
