Join our fan page
- Published by:
- Nikolay Kositsin
- Views:
- 9170
- Rating:
- Published:
- 2012.02.10 09:06
- Updated:
- 2016.11.22 07:32
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Real author:
Senior Linux Hacker
The indicator builds two rectilinear channels of standard deviations with different periods and the curvelinear channel of the parabolic regression with interpolation of a price chart future values.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/767
![JBrainTrendSig1](https://c.mql5.com/i/code/indicator.png)
Signal indicator of the popular BrainTrend1 trading system with preliminary price timeseries smoothing.
![LinearRegression](https://c.mql5.com/i/code/indicator.png)
When applied to financial markets this method is usually used to determine the moments of prices extreme deviation from a "standard" level.
![ATR channel](https://c.mql5.com/i/code/indicator.png)
The channel based on ATR (Average True Range) technical indicator deviations from the moving average.
![JBrainTrend1Stop](https://c.mql5.com/i/code/indicator.png)
The indicator building Stop Loss levels lines according to BrainTrend1 trading system data with preliminary price timeseries smoothing.