Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Positons Exits based on AccountPos

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

    #16
    Hi everington_f,

    That would confirm that somewhere in the script, a bar more than 3 bars ago is being called. Always ensure that the index being called exists before calling that index.
    You can also use .ContainsValue() to check a value exists.

    For intra-bar granularity, add an addition series of 1 tick for each instrument type.
    AddDataSeries("ADS", Data.BarsPeriodType.Tick, 1);

    Then adjust the BarsInProgress indexes used in the conditions for the logic and conditions and for order submissions to be for the corresponding tick series.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, Today, 06:46 AM
    0 responses
    9 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, Yesterday, 05:21 PM
    0 responses
    14 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    15 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    82 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    48 views
    0 likes
    Last Post PaulMohn  
    Working...
    X