Indicator Percenter
The description:
The simple oscillator, its mathematical to describe such: "percentage position of the price inside the price channel". May be it useful for anybody. It is accessible in an source code.
Parameters:
Period_Ind = the period of МА, the forming price channel.
Method_Ind = the method of МА, the forming price channel. Possible values: 0 - Simple MovingAverage, 1 - Exponential MovingAverage, 2 - Smoothed MovingAverage, 3 - Linear weighted MovingAverage.
Signal_Period = the period of signal MA.
Signal_Method = the method of signal MA. Possible values: 0 - Simple MovingAverage, 1 - Exponential MovingAverage, 2 - Smoothed MovingAverage, 3 - Linear weighted MovingAverage.
Signal_Price = the price used for calculation of signal MA. Possible values: 0 - Close price; 1 - Open price; 2 - High price; 3 - Low price; 4 - Median price; 5 - Typical price; 6 - Weighted price.
UseSmooth = defines a mode of use averaging; true - averaging of values of the indicator, false - without averaging.
MA_Period = the period of MA; value should be more than 0. This parameter is used only if the parameter UseSmooth is equal true.
MA_Method = the method of MA. Possible values: 0 - Simple MovingAverage, 1 - Exponential MovingAverage, 2 - Smoothed MovingAverage, 3 - Linear weighted MovingAverage. This parameter is used only if the parameter UseSmooth is equal true.
The status: Free-of-charge, it is possible to download the source-file.
Platform: MetaTrader 4.
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 ?
|