Non-repaint version of Polynomial Regression Channel ?

Created at 05 Feb 2022, 09:56
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
CO

codey

Joined 21.10.2020

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


@codey
Replies

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

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