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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    67 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    36 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    60 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    62 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    53 views
    0 likes
    Last Post CarlTrading  
    Working...
    X