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

ang PR (Din)-v1 - indicator for MetaTrader 4

Views:
16500
Rating:
(3)
Published:
2006.11.17 12:35
Updated:
2014.04.21 14:55
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Indicator ang_PR (Din)-v1 represents an indicator based on polynomial regression.

External variables:
hours - initial amount of hours elapsed;
i - bar number, at which the right part of the indicator is anchored;
m - degree of regression.

If m = 1, then it is a linear regression. If m = 2, then it is a parabolic regression. If m = 3, then it is a cubic one. It makes no sense to use m exceeding 3.

After the indicator has been drawn, one can select the red circle in the left part of the line and drag it to the desired date. The chart will be re-drawn
when a new quote incomes. The right end remains anchored to value i.




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

ang AutoCh HL-v1 ang AutoCh HL-v1

The Indicator ang_AutoCh_HL-v1 automatically forms up the equidistant price channel from givenned points.

Signal to noise filter Signal to noise filter

The purpose of this indicator is to identify market fases that have too small amplitudes. These fases are useless even for systems designed for trading ranges markets. When the green line is BELOW the gray line - DON'T trade.

ang Zad(C) ang Zad(C)

The Indicator ang_Zad(C) helps to define the dominant trend.

ang AZad(C) ang AZad(C)

The Indicator ang_AZad(C) helps to define the dominant trend as ang_Zad(C).