Rejoignez notre page de fans
- Vues:
- 18038
- Note:
- Publié:
- 2018.03.01 11:25
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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:
Traduit du russe par MetaQuotes Ltd.
Code original : 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.