, 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.
Chris L.NinjaTrader Customer Service
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by kttoprsht, Today, 10:52 PM
|
0 responses
3 views
0 likes
|
Last Post
![]()
by kttoprsht
Today, 10:52 PM
|
||
Started by kttoprsht, Today, 10:51 PM
|
0 responses
3 views
0 likes
|
Last Post
![]()
by kttoprsht
Today, 10:51 PM
|
||
Started by normanreeduscbdoil, Today, 10:08 PM
|
0 responses
6 views
0 likes
|
Last Post
![]() |
||
Started by herbalgrown1, Today, 10:01 PM
|
0 responses
2 views
0 likes
|
Last Post
![]()
by herbalgrown1
Today, 10:01 PM
|
||
Started by marthaviliyam, Today, 09:58 PM
|
0 responses
5 views
0 likes
|
Last Post
![]() |
Comment