Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Multicharts Strat. Error: Bars ref. value: -1

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

    Multicharts Strat. Error: Bars ref. value: -1

    I am trying to run a strategy that I create in Multicharts. It was successful just using regular easylanguage code to buy at market, sell, short, buytocover but when I substitute these commands with NT commands NTBuyMarket, NTSellMarket and NTClosePosition I get the following error when loading the charts: "Trying access to data at future. Bars reference value: -1". Here is a paste of the command I wrote for a long entry (basic ma cross):

    if
    NTConnected(1)andLastBarOnChartthenbegin
    if
    close crosses above mathenNTBuyMarket("",1)nextbar;
    end;

    #2
    Unfortunately I am not familiar with MultiCharts and the functions we have not created functions for MultiCharts so we do not guarantee their functionality. However, if its anything like EL, the function is not being used correctly.

    Here is a link to some EL sample code using our functions.

    RayNinjaTrader Customer Service

    Comment


      #3
      Multicharts EasyLanguage error

      Multicharts is owned by TS and uses EasyLanguage so I would think it would be compatible with Ninja. I have imported and compiled the els and eld files within the NinjaTrader Bin folder for auto trading. Everything came out fine. I am just not familiar with the error about referencing bars at past. Bars reference: -1. I will look at the function codes. I'd think a bar reference that was negative would not make sense and would be invalid. I know the script is communicating with ninja through multicharts b/c when I close ninja I get an error pop up that says could not connect or run .dll.

      Comment


        #4
        Unfortunately I am not familiar with MC and the error which is not a NinjaTrader error.
        RayNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        85 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        47 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        29 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        32 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        67 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X