Join our fan page
- Views:
- 19496
- Rating:
- Published:
- 2016.03.07 10:30
- Updated:
- 2016.11.22 07:32
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The EA operation logic: open a Buy order with Take Profit and Stop Loss, if the order closes by Stop Loss, then the Take Profit of the next order will be equal to the Take Profit of the previous order, multiplied by the coefficient.
When Buy closes by Stop Loss or Take Profit, then a Sell order with Take Profit and Stop Loss is opened, if the order closes by Stop Loss, then the Take Profit of the next order will be equal to the Take Profit of the previous order, multiplied by the coefficient.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/13121

The Expert Advisor based on the Heiken Ashi indicator.

The indicator shows the identification (magic) number and the profit of the order.

The Expert Advisor based on the RSI indicator. МА and martingale are added in the new version.

The Expert Advisor which uses AO and AC. Buying and selling is performed when the colors of the indicators match.