StochasticsPlot = Stochastics(CustomSeries, 7, 14, 3);
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
how to use iSeries data used in indicator in a strategy
Collapse
X
-
how to use iSeries data used in indicator in a strategy
I am trying to use an iSeries<t> data series in an indicator but, I keep getting close[0] results plotted in my added indicator panel. I've followed the directions in the iSeries guide and I've checked and the series has the correct data. any help would be greatly appreciated.
StochasticsPlot = Stochastics(CustomSeries, 7, 14, 3);
Tags: None
-
Hello HisWorkmanship,
A custom series can be used in this way.
If you print CustomSeries[0] one line above this, what are the values appearing in the output window?
https://ninjatrader.com/support/foru...121#post791121
Are there at least 20 bars processed?
If you print StochasticsPlot[0] one line below this, what are the values appearing in the output window?Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
52 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
29 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
194 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
355 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
274 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment