Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Advanced Fractals - indicator for MetaTrader 5

Views:
16231
Rating:
(35)
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

VR---ZVER v.2 VR---ZVER v.2

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.

LacusTstopandBE LacusTstopandBE

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

Marking of candlesticks larger than the specified size Marking of candlesticks larger than the specified size

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.

Simple oscillator showing the difference between two Moving Averages Simple oscillator showing the difference between two Moving Averages

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