Sharing My Secret Trend Reversal Strategy with an 80% Win Rate - page 3

 
Hey I'm not knocking you or pouring scorn . There is no constant winning strategy and trying to turn a winning manual strategy into an EA will most probably be a disaster . Stick to manual trading , you will not find anything superior or get close to an 80 percent win rate running an EA 24/5 that is for sure . 
 
Michael Charles Schefe #:
this looks like a fishing scam to me.

That is because you are a cat!

 
you give me an idea how to make an ea.
 
Clent Quilang #:
you give me an idea how to make an ea.
I made this EA already for the most part , I never fully ran it to see if it picks up trades . I can give you the code if you want and you can tweak it etc . 
 

Below you’ll find a fully operational Expert Advisor written in native MQL5 that implements the conditions discussed in the mql5.com thread (RSI + Bollinger Bands + EMA trend filter), fixes the major shortcomings of the original concept, and provides a clean, modular structure.

Problem in the forum draft

Fix in the EA

Unfavourable RR 1 : 5 (100 TP : 500 SL)

Dynamic ATR‑based SL/TP; default RR 1 : 1 (user‑configurable)

No position sizing

Risk‑based lot sizing (% risk per trade)

No news filter

Optional high‑impact news filter via EconomicCalendarValue() (flat ± X minutes)

Multiple concurrent entries

Single‑position logic per symbol & MagicNumber

Rigid settings

All inputs exposed as input, plus 50‑EMA confirmation and a trading‑hours filter

Lacking robustness

Extensive error/return‑code checks, logging, and clean‑up