Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

variable int for data series

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

    variable int for data series

    hi,

    Trying to add a secondary data series that can be altered outside the code in the backtest or optimize windows. The below compiles but errors on execution

    Add(PeriodType.Minute,time);

    where time is a private int

    privateint time = 30;


    Error i recieve in output window.

    **NT** Error on getting/setting property 'Time' for strategy 'BollRSIMultiTime/8263488a1cce4d20b41326a4ec3eaf96': Object of type 'NinjaTrader.Indicator.TimeSeriesHelper' cannot be converted to type 'System.Int32'.


    Cheers

    #2
    Actually i've just found the issue.

    I cant use "time" as it is already a hard coded term, so i've used utime. It's running so will see if that actually allows the different variable to be used for the time.

    Cheers

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    648 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    369 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    108 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    572 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    573 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X