Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Plotting Stochastics over Bill Williams' AC
Collapse
X
-
You have to create data series that holds the data that is used to render the plots. Take a look at any indicator (Tools > Edit NinjaScript) and review the source code to see how this is done. Specifically, look at the Properties section and the OnBarUpdate() method to see how values are set.
-
Ray,
I have created two new plots in the AC indicator by adding the following code:
Add(new Plot(Color.Green, "D"));
Add(new Plot(Color.Orange, "K"));
Add(new Line(Color.DarkViolet, 20, "Lower"));
Add(new Line(Color.YellowGreen, 80, "Upper"));
How do I draw these plots? I don't see a method in Plots[] to do so, and I also cannot reference them as a "D" and "K" in the code to access the methods and properties and such.
Thanks,
egonline
Leave a comment:
-
Yes you can create a custom indicator in that fashion. Here is a link to a tutorial as an example of how this can be done.
Leave a comment:
-
Would it be possible to modify the AC indicator and run Stochastics() function on the AC values and plot them?Originally posted by NinjaTrader_Ray View PostUnfortunately we do not support overlaying of indicators on indicators at this time. This is on our list to support with our next major release.Last edited by egonline; 04-15-2008, 02:53 PM.
Leave a comment:
-
Unfortunately we do not support overlaying of indicators on indicators at this time. This is on our list to support with our next major release.
Leave a comment:
-
Plotting Stochastics over Bill Williams' AC
Is there a way to plot Stochastics over the Bill Williams' Accelerator Oscillator (AC) indicator? I cannot find an option to enable this.
Thanks in advance,
egonlineTags: None
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
25 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
115 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
69 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
226 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
411 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|

Leave a comment: