, the value from my YX average = SMA(rawDuration, fbPeriod); suddenly goes from a valid number to a negative number like -8975 after compiled successfully.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Adding an instrument in a indicator turns SMA return to negative number
Collapse
X
-
Adding an instrument in a indicator turns SMA return to negative number
When I add the VIX instrument to my indicator with Add ("VX 05-19", PeriodType.Tick, 100); Which is the same tick value as the primary instrument YM
, the value from my YX average = SMA(rawDuration, fbPeriod); suddenly goes from a valid number to a negative number like -8975 after compiled successfully.
Tags: None
-
Hello jkt1120, Thanks for your post.
It sounds like the script is running into invalid data points between the RTY series and the VIX series. Comparing 100 tick VIX and RTY charts shows the VIX is sparse compared to the RTY. If the script accesses the secondary VIX series on every index of the primary series you should check that the series index is valid with IsValidDataPoint(). Printing out the values of the rawDuration series could also shed light on what's being calculated for the SMA result.
I look forward to hearing of your results.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
151 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
304 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
244 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
345 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
175 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment