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 JoMoon2024, Today, 06:56 AM
    0 responses
    6 views
    0 likes
    Last Post JoMoon2024  
    Started by Haiasi, 04-25-2024, 06:53 PM
    2 responses
    17 views
    0 likes
    Last Post Massinisa  
    Started by Creamers, Today, 05:32 AM
    0 responses
    5 views
    0 likes
    Last Post Creamers  
    Started by Segwin, 05-07-2018, 02:15 PM
    12 responses
    1,786 views
    0 likes
    Last Post Leafcutter  
    Started by poplagelu, Today, 05:00 AM
    0 responses
    3 views
    0 likes
    Last Post poplagelu  
    Working...
    X