Non-repaint version of Polynomial Regression Channel ?
Non-repaint version of Polynomial Regression Channel ?
05 Feb 2022, 09:56
Is it possible to get non-repaint version of indicator Polynomial Regression Channel?
Is there any other non-repaint channel available for mean-reversion strategy?
Thanks
Replies
firemyst
16 Aug 2022, 16:24
RE:
amusleh said:
Hi,
The cTrader Polynomial Regression Channel does repaint because it's retrofitted to price action.
You can try Bollinger Bands, Keltner Channels, and Donchain channel indicators.
Hi @amusleh / @PanagiotisCharalampous :
1) if we're programmatically getting the latest values from the PRC Indicator, on every "OnBar" event we should get the last(x-values) from the indicator where "x" is the number of periods we have set in the PRC Indicator because potentially all those values could have been updated, correct? Eg, it internally does the recalculation and retrofitting automatically before we call .Last()?
2) Or do we have to call the indicator's Calculate method to force it to recalculate all those previous values since it is retrofitted before calling the .Last(x) method?
Thank you.
@firemyst
PanagiotisCharalampous
16 Aug 2022, 16:27
Hi firemyst,
Point 1 should apply.
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
amusleh
07 Feb 2022, 09:10
Hi,
The cTrader Polynomial Regression Channel does repaint because it's retrofitted to price action.
You can try Bollinger Bands, Keltner Channels, and Donchain channel indicators.
@amusleh