Indicator LRC_Angle
The description:
The oscillator that based on Linear Regression Channel. The trades signals: crossing of main line and its MA; change sign of main line. Filter: value of histogram. It is accessible in an source code.
Parameters:
LRC_Period = the period of Linear Regression Channel.
LRC_Price = the price for calculation LRC. Possible values: 0 - Close price; 1 - Open price; 2 - High price; 3 - Low price; 4 - Median price; 5 - Typical price; 6 - Weighted price.
UseLRCPrice = defines a method for calculation width of LRC; true - use LRC_Price, false - use High/Low.
MA_Period = the period of MA; value should be more than 0.
MA_Method = the method of MA. Possible values: 0 - Simple MovingAverage, 1 - Exponential MovingAverage, 2 - Smoothed MovingAverage, 3 - Linear weighted MovingAverage.
BarsToCount = amount last bars where calculate indicator; 0 = calculate indicator at all bars of chart.
The status: Free-of-charge, it is possible to download the source-file.
Platform: MetaTrader 4, MetaTrader 5.
Frequently asked questions:
How I can run a indicator ?
How I can determine that there was a error at execution of the indicator ?
How I can change parameters of the indicator ?
|