Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Published by:
- Vladimir Karputov
- Views:
- 8620
- Rating:
- Published:
- 2017.01.26 09:35
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Author of the idea — Piotr, author of the MQL5 code — barabashkakvn.
This EA is based on fast DeMarker and Stochastic indicators. It has hidden Stop loss and Take profit levels. Stop loss is set by the system once the minimum Take profit is obtained.
Recommendations:
- Maximum loss is 30 pips
- Maximum timeframe is M5
- EURUSD / GBPUSD
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/17184

The Expert Advisor trades the High and Low breakouts of the previous day.

To generate signals, it uses the combined patterns of three indicators: DCOS (by DC2008), BullsPower and BearsPower.

When run on the price chart, the script modifies stop loss or take profit of all open orders for the current instrument.

NonLag smoothed inverse fisher transform of RSX (MetaTrader 5 version).