Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Access other symbols/data on the fly.

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

    Access other symbols/data on the fly.

    Dear NT gurus, I think there is one thing, in which other platforms supercede NT. That is accessing other dataseries on the fly, for example:

    in TOS,TradingView, metaTrader, TradeStation.... all other platforms have inline/on-the-fly function to access other data simply, like:
    Code:
     Close(period="2hr")
    In NinjaTrader, we have exclicitly to add whole DataSerie in StateChange ( and then Access that within BarsInProgress, or doesnt matter). However, that is fundamental difference. When we add DataSerie in StateChange, it affect many things in the background on NT, even though if we nowhere use that dataseries ever in our script. And in specific cases, that causes conflict with indicator/strategy functionality and logic, as OnBarUpdate and etc, are triggering on multiple dataseries and shortly, IT IS NOT REALLY THE WAY we would like in many cases.

    I have a hope, that our Golden NT should definitely have something (at least, compared to other platforms) which gives us an ability to do like it's so easy in other platforms...

    please, create/develop some shorthand functions to access the other dataserie/symbol, without need to declare them in Statechange and impact the whole script.

    like, in the code we want only once to get XYZ data, like:


    Code:
    if (Day=365 and Time=0) {
        var myPrice =   GetPrice("EURUSD",  periodType.Minute, 1) ;
    }

    #2
    Hello TazoTodua,

    Thanks for your suggestion.

    I have submitted your input in our feature request tracking system and the ticket ID for Multi Time Frame Support without using AddDataSeries() is being tracked with the ticket ID SFT-3545.

    Please keep in mind, feature requests are fulfilled based on the development team's priorities and we cannot offer an ETA or promise of fulfillment. Upon implementation, the ticket ID's can be seen in the Release Notes page of the help guide.

    Release Notes: https://ninjatrader.com/support/help...ease_notes.htm

    If there is anything else we can do to assist, please let us know.

    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