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
Views:
14798
Rating:
(7)
Published:
2008.08.25 07:39
Updated:
2016.03.29 13:53
ParMA_BB.mq4 (6.41 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

МА on the basis of a parabolic regression with Bollinger bands.



A comparison with the LRMA (red line) on the same chart. Bolinger bands are disabled for demonstrativeness.





It can be seen that with the same size of selection (30) ParMA has a lesser delay comparing to the LRMA
with the comparable jumps on the price chart.

A notice to the code: properly, the calculation of the parabolic regression was taken from the book:

В.П. Дьяконов. Справочник по алгоритмам и программам на языке Бейсик для персональных ЭВМ. М., "Наука", 1987 (V.P. Dyakonov. Reference book by the algorithms and programs on the Basic language for personal computers.)

and left without changes not to embarrass the code.

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

Murrey levels Murrey levels

The name is self-explanatory. The error that presented in the previous implementations is corrected here.

up3x1 Investor up3x1 Investor

МТS performs a trading oriented at the panic, publishing of the important economical indexes at the FOREX market.

MA2CCI MA2CCI

TS based on the intersection of two MAs filtered by the CCI signals.

CCI_Woodies_Paterns_v1 CCI_Woodies_Paterns_v1

The indicator determines the patterns of the Woodies CCI trading system.