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
Views:
8606
Rating:
(22)
Published:
2012.12.12 10:03
superzigzag.mq5 (6.39 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The ZigZag indicator draws rays, thus showing "significant" movement.

Mode parameter is the indicator work mode:

  • 0 - "significant movement" is set in points (parameter ImportantPoint)
  • 1 - "significant movement" is considered as a high-low for a certain period in the bars (parameter RangeBars) multiplied by the "substantial movement" (parameter RangeKoeff)

The SuperZigZag indicator

Not redrawing, if the up ray occurred, then last down ray won't change its low extremum. And appeared up ray will update its high extremum.

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

2pbIdealXOSMA 2pbIdealXOSMA

The 2pbIdealXOSMA indicator represents the MACD histogram based on the 2pbIdeal1MA and 2pbIdeal3MA indicators.

Exp_2pbIdealMA Exp_2pbIdealMA

The Exp_2pbIdealMA indicator is based on the crossing of two Moving Averages. A signal to perform a deal is formed at bar closing if there is crossing of a fast 2pbIdeal1MA Moving Average with a slow 2pbIdeal3MA Moving Average

Exp_2MoHLC Exp_2MoHLC

The Exp_2MoHLC based on the signals taken from the 2MoHLC_ indicator

NonLagMA NonLagMA

Weighted Moving Average with a minimal lag using a damping cosine wave as the line of weight coefficients