Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Adding an instrument in a indicator turns SMA return to negative number
Collapse
X
-
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.
-
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
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by KevinWalker, Today, 07:48 PM
|
0 responses
3 views
0 likes
|
Last Post
![]()
by KevinWalker
Today, 07:48 PM
|
||
Started by WaveAtElliot, Today, 05:11 PM
|
1 response
10 views
1 like
|
Last Post
![]()
by hdge4u
Today, 05:33 PM
|
||
Started by bosajin, Yesterday, 09:15 AM
|
5 responses
40 views
0 likes
|
Last Post
|
||
Started by Dolfan, Today, 12:24 PM
|
4 responses
23 views
0 likes
|
Last Post
|
||
Started by WeyldFalcon, Today, 11:09 AM
|
7 responses
30 views
0 likes
|
Last Post
![]()
by WeyldFalcon
Today, 02:41 PM
|
Leave a comment: