Good day all
In the attached indicator, there is a function called interpolate, i've seen it in many other indicators as well
Can someone please explain what does it mean and what its function is? The indicator prints arrows and then they disappear, is this happening because interpolation is true? And if i turn interpolate off, will the arrows not disappear once printed?
Any help will be greatly appreciated. Thank you
Change the time frame to higher time frame
Set the interpolate to true - check the displayed way
Set the interpolate to false - check the displayed way
That is what interpolation (which is, btw, liner interpolation) does. It woks only when you are in MTF mode
Change the time frame to higher time frame
Set the interpolate to true - check the displayed way
Set the interpolate to false - check the displayed way
That is what interpolation (which is, btw, liner interpolation) does. It woks only when you are in MTF mode
So i add to indi to a chart, leave interpolate on, once an arrow appears, i change the timeframe to higher tf, turn interpolation off and see if the arrow disappears?
Is that what you mean?
So i leave it turned off, and just stay in one tie frame, the arrows wont recalculate and wont disappear?
So i add to indi to a chart, leave interpolate on, once an arrow appears, i change the timeframe to higher tf, turn interpolation off and see if the arrow disappears?
Is that what you mean?
So i leave it turned off, and just stay in one tie frame, the arrows wont recalculate and wont disappear?
NO! In simple terms, to "interpolate" is to simply "connect the dots" ... https://en.wikipedia.org/wiki/Linear_interpolation

- en.wikipedia.org
Good day all
In the attached indicator, there is a function called interpolate, i've seen it in many other indicators as well
Can someone please explain what does it mean and what its function is? The indicator prints arrows and then they disappear, is this happening because interpolation is true? And if i turn interpolate off, will the arrows not disappear once printed?
Any help will be greatly appreciated. Thank you
Good day all
In the attached indicator, there is a function called interpolate, i've seen it in many other indicators as well
Can someone please explain what does it mean and what its function is? The indicator prints arrows and then they disappear, is this happening because interpolation is true? And if i turn interpolate off, will the arrows not disappear once printed?
Any help will be greatly appreciated. Thank you
Aside from the interpolation topic,the arrowing issue coming from current bar arrowing,that needs to be extended as "first bar" option,then the version you posted is of Mladen code from TSD days,originally with this name "CCI stochastic & arrows" - somebody removed coryright and link property from
better to use any of latest ver of Mladen for to avoid arrow disappearing matter,there are plenty of
Good day all
In the attached indicator, there is a function called interpolate, i've seen it in many other indicators as well
Can someone please explain what does it mean and what its function is? The indicator prints arrows and then they disappear, is this happening because interpolation is true? And if i turn interpolate off, will the arrows not disappear once printed?
Any help will be greatly appreciated. Thank yo
If your mtf indicator (example moving average) is for example based on a 15min timeframe and you view it on a 1min timeframe, with interpolate on it will be curved, with interpolate off, it will be stepped for each 15min time sample on your 1min.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Good day all
In the attached indicator, there is a function called interpolate, i've seen it in many other indicators as well
Can someone please explain what does it mean and what its function is? The indicator prints arrows and then they disappear, is this happening because interpolation is true? And if i turn interpolate off, will the arrows not disappear once printed?
Any help will be greatly appreciated. Thank you