
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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.
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