|
Alex,
Parameters of indicator is the following:
AllBars - How many bars should be counted. 0 - all the bars.
Otstup - Step back.
Per=9 Period.
The indicators are working in any timeframe.
Irrespective of.
Now I am translating this indicator to English language.
I translated some author's description from russian and do not understand anything (may be you will understand?):
"It is the optimization option. We have the function here which restore/return the number of counted bars in very special way. During the first indicator's call we have 0: it is normal because it was not counted anything, and then we receive the number of bars minus 1. For example, if the number of bars equal 100, we will have 99. I did it especially, you may see that NB is the number of bars whioch should be counted. You know we may throw out this parameter. But for the people who understand we may keep it. So, during the first call of indicator this NB is the same one but during the 2dn etc calls -reducing the value up to the last bar, that is 1 or 2 for example".
Last edited by newdigital; 10-19-2005 at 04:59 PM.
|