Mastering the Advanced Fractal Envelopes Indicator for MetaTrader 5

Mike 2019.02.07 17:48 39 0 0
Attachments

If you're looking to step up your trading game, the Advanced Fractal Envelopes indicator for MetaTrader 5 is a tool you won't want to miss. This nifty indicator creates two envelopes based on the average prices of a set number of upper and lower fractals, along with a central line for reference.

Let’s break it down. The indicator features three main adjustable parameters:

  • Average - This sets the number of fractals used to calculate the moving average based on their prices.
  • Show Central Line - Toggle this option to display the central line.
  • Show Fractals - This allows you to visualize the fractals on your chart.

Calculations:

Top     = AvgFractUp
Bottom  = AvgFractDn
Central = (AvgFractUp + AvgFractDn) / 2.0

Where:

AvgFractUp = SMA(SumAvgUp, Average)
AvgFractDn = SMA(SumAvgDn, Average)

SumAvgUp - sum of the prices of upper fractals within the Average number
SumAvgDn - sum of the prices of lower fractals within the Average number

List
Comments 0