Watch how to download trading robots for free
Find us on Twitter!
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

Fibo ZigZag - indicator for MetaTrader 5

Views:
14059
Rating:
(26)
Published:
2017.01.18 09:15
ZigZag.mq5 (12.99 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The Fibo ZigaZag indicator allows to calculate the probable support and resistance levels using the Fibonacci ratios.

The Indicator Algorithm

The indicator locates the subsequent Highs and Lows, finds the distance between them and lays off the percentages of this distance (23,6%, 38,2%, 50%, 61,8%) from peaks and bottoms. The calculation is performed when the minimum or maximum are completed. This indicator is a completely revised version of the standard ZigZag indicator.

Fields of application

The indicator can be used for setting the Stop Loss and Take Profit, partially fixing profit. The indicator may also be of interest to traders who use the Joe DiNapoli system.

The Fibonacci levels may become good entry points in averaging experts.

Levels

  1. 23.6%
  2. 38.2%
  3. 50%
  4. 61.8 %

Indicator Parameters

  • ExtDepth — The number of candles used to identify High or Low The main parameter.
  • ExtDeviation Minimum deviation in points.
  • InpBackstep The number of extremums used for recalculation.

USDJPY

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/16319

ColorXvaMA_Digit_StDev V2 ColorXvaMA_Digit_StDev V2

The vaMA indicator with the ability to replace averaging. It displays the most recent value as a price label with the possibility to round the channel levels up to a required number of digits. Additionally, it indicates the trend strength by colored dots based on the standard deviation algorithm.

i4_DRF_v3_HTF i4_DRF_v3_HTF

The i4_DRF_v3 indicator with the timeframe selection option available in the input parameters.

Fibo Bar MT5 Fibo Bar MT5

Indicator that draws Fibonacci levels based on the last bar.

Histogram Bid and Ask prices Histogram Bid and Ask prices

The statistical distribution of Bid and Ask prices on the chart as a histogram.