Join our fan page
- Views:
- 18006
- Rating:
- Published:
- 2018.03.01 11:25
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The indicator searches for fractals with arbitrary dimensions: 1x1, 2x2, 3x3, ... NxN
It has only one input parameter:
- Frames - the number of bars to the right and left of the central candlestick of the fractal.
Fig.1 Fractal 1х1:
Fig.2 Fractal 2х2:
Fig.3 Fractal 3х3:
Fig.4 Fractal 4x4:
Fig.5 Fractal 5х5:
Fig.6 Fractal 6x6:
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/19783

It is a further development of the first VR---ZVER version. The new version features trailing stop, a separate flag for allowing/prohibiting BUY positions, a separate flag for allowing/prohibiting SELL positions.

An assistant EA for manual trading. Sets Stop loss, Take profit, moves positions to breakeven and applies trailing.

The indicator marks on a price chart candlesticks, which are larger than the specified size. If the candlestick size exceeds the value specified in the indicator parameters, the indicator can show an alert message.

The indicator shows the difference between two Moving Averages in the form of a colored histogram drawn in a separate window.