Where can I get polynomial regression channel indicator?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Polinomial regression channel
Collapse
X
-
Hello daglas,
I'm not aware of an indicator by this name in these forums. Hopefully other community members could point you in the right direction if it exists somewhere else. If you know the calculations, you can explain your requirements to any of our NinjaScript consultants:
Ryan M.NinjaTrader Customer Service
-
daglas, you can check into the code shared here for a starting point - http://www.ninjatrader.com/support/f...ad.php?t=16318
Comment
-
Ok, thx a lot.Originally posted by NinjaTrader_Bertrand View Postdaglas, you can check into the code shared here for a starting point - http://www.ninjatrader.com/support/f...ad.php?t=16318
Comment
-
Calling PRC
Hello Ninjitsus, i been trying to call the PRC (Polinomial Regression Channel) from inside an other indicator, but the result i get is not what i expected , i tryed calling it as a double :
double PRC_a = PRC(degree, periods, strdDev, strdDev2).Fx[0];
and as a DataSeries:
(private DataSeries PRC_a; etc )
PCR_A.Set ( PRC(degree, periods, strdDev, strdDev2).Fx[0]);
and this is what i get
not even close to the original one :P
help?
thanks!
Comment
-
kabott, I believe this would be expected for the indicator when called programmatically - as you would then see what value was available in realtime at the exact moment / bar you called it. The indicator would be constructed to provide a best fit estimate over the data chosen, this will update then as new data comes in.
You can check the last value you got for the PRC indicator and programmatic all - they are the same.Last edited by NinjaTrader_Bertrand; 03-06-2012, 12:29 PM.
Comment
-
kabott,
You can plot the programmatic value in market replay /real time to see what is returned, and check the price marker on the axis for the actual value. This indicator recalculates as new values arrive, so is not suitable for real time trading signal.Last edited by NinjaTrader_RyanM1; 03-06-2012, 11:03 AM.Ryan M.NinjaTrader Customer Service
Comment
-
Hi,
I stumbled across what appears to be free version of this indicator a while ago. If it's of any use, I found it here:
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
596 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
343 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
556 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
554 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment