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

2pbIdealMA - indicator for MetaTrader 5

Published by:
Nikolay Kositsin
Views:
7248
Rating:
(16)
Published:
2011.09.13 11:04
Updated:
2016.11.22 07:32
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Real author:

Nikolay Kositsin

2pbIdeal1MA.mq5 and 2pbIdeal3MA.mq5 indicators are the moving averages with the smoothing algorithm developed by Neutron.

In 2pbIdeal3MA.mq4 indicator this smoothing algorithm is used three times. Rough and exact types of smoothing require two input parameters each for every smoothing in the indicators. The indicators are moving averages for fixing short- and long-term trends appropriately. The simplest method of their use is based on the crossings of the slow moving average with the fast one.

This indicators were first implemented in MQL4 and published in Code Base at mql4.com 26.01.2009.

Two movings crossing

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

PriceChannel_Stop PriceChannel_Stop

The indicator generates market entry signals and draws the line of Stop Loss orders positioning.

RSTL RSTL

Reference Slow Trend Line (RSTL).

JJurX JJurX

Slow adaptive trend line with ultralinear and JMA smoothings.

Extrapolator Extrapolator

Extrapolator is a result of a long-term research in the field of Timeseries Forecasting. This indicator forecasts future price behavior.