This indicator is calculated the following way: LRMA[bar] = 3.0 * LWMA(Price[bar]) - 2.0 * SMA(Price[bar]) where: LWMA() - linear...
Showing posts with label LRMA. Show all posts
Showing posts with label LRMA. Show all posts
MetaTrader 5 Indicator | LRMA Channel trajectory
0
The dots, shown by the indicator are based on the linear regression. Regression period is set by the lr_per input parameter. Two ar...
MetaTrader 4 Indicator | LRMA Fast Calculation
0
The ideas from the article 3 Methods of Indicators Acceleration by the Example of the Linear Regression" were implemented in th...