Join our fan page
- Views:
- 5596
- Rating:
- Published:
- 2019.01.02 14:31
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The EA compares yesterday's High and Low prices with the current day Close price. As soon as the current price breaks through yesterday's High or Low, immediately open a position. If Stop Loss and Take Profit are non-zero, appropriate positions will be set for the position.
The EA opens only one position at a time, therefore it is able to work both on hedging and netting accounts.
High breakout example:
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/23155

RSI EA - trading based on overbought/oversold zones determined by the iRSI (Relative Strength Index, RSI) indicator.

The MFI indicator (Money Flow Index) applied over MACD (Moving Average Convergence/Divergence) provides a visual presentation of the current price divergence

The iRSI (Relative Strength Index, RSI) indicator features new settings allowing users to manage the display of levels and main level color and width from an Expert Advisor. Smoothing has been added.

Two X2MA moving averages from different timeframes, drawn in a single window as a color cloud colored according to the trend direction