Page 1 of 1

LRMA

PostPosted: Mon Feb 21, 2011 12:25 am
by Alexander.Gettinger
Smoothing algorithm of this moving averages based on linear regression.

LRMA=3*LWMA-2*MVA, where
LWMA - linear weighted moving average,
MVA - simple moving averages.

Signal line is a MVA(LRMA).

LRMA.png


Download:
LRMA.lua
(2.22 KiB) Downloaded 1059 times

BTF_LRMA.lua
(3.83 KiB) Downloaded 603 times


MQ4/MT4 version.
viewtopic.php?f=38&t=64491

The indicator was revised and updated

Re: LRMA

PostPosted: Fri Feb 17, 2017 10:22 am
by Apprentice
Indicator was revised and updated.

Re: LRMA

PostPosted: Mon Mar 06, 2017 5:31 pm
by blackrhino
In the Mt4 version there is an option for step mode, I was wondering if we can get that incorporated here thanks.

Re: LRMA

PostPosted: Tue Mar 07, 2017 6:53 am
by Apprentice
Your request is added to the development list, Under Id Number 3762
If someone is interested to do this task, please contact me.

Re: LRMA

PostPosted: Wed Mar 08, 2017 6:14 pm
by Apprentice
BTF_LRMA.lua added.