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.
    JimNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by andrewtrades, Today, 04:57 PM
    1 response
    5 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by chbruno, Today, 04:10 PM
    0 responses
    3 views
    0 likes
    Last Post chbruno
    by chbruno
     
    Started by josh18955, 03-25-2023, 11:16 AM
    6 responses
    436 views
    0 likes
    Last Post Delerium  
    Started by FAQtrader, Today, 03:35 PM
    0 responses
    6 views
    0 likes
    Last Post FAQtrader  
    Started by rocketman7, Today, 09:41 AM
    5 responses
    19 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Working...
    X