Complete Accelerator
- Göstergeler
- Leonid Basis
- Sürüm: 1.1
Acceleration/Deceleration Technical Indicator (AC) measures acceleration and deceleration of the current driving force. This indicator will change direction before any changes in the driving force, which, it its turn, will change its direction before the price. If you realize that Acceleration/Deceleration is a signal of an earlier warning, it gives you evident advantages.
But, a classical AC indicator does not include any input parameter. In the source file we can see that this indicator are using 2 Moving Averages with PERIOD_FAST=5 and PERIOD_SLOW=34, MODE_SMA and PRICE_MEDIAN. I added all input parameters so you can optimize those values with any numbers.
Indicator parameters
- PERIOD_FAST = 5; - the number of bars used for the indicator calculations
- mod_fast = MODE_SMA; - The smoothing type as an input parameter
- pr_fast = PRICE_MEDIAN; - There are 7 predefined identifiers, used to specify the desired price base for calculations
- PERIOD_SLOW = 34;- the number of bars used for the indicator calculations
- mod_slow = MODE_SMA; - The smoothing type as an input parameter
- pr_slow = PRICE_MEDIAN; - There are 7 predefined identifiers, used to specify the desired price base for calculations
Kullanıcı incelemeye herhangi bir yorum bırakmadı