Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Adding an instrument in a indicator turns SMA return to negative number

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    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.

    #2
    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.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    559 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    324 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    546 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    547 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X