Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Trade Visualisation missing in live trading.

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

    #31
    On Sim is all ok.
    I dont know if the problem is on Futures Instruments, because I cann only use Forex Date in my IB Data Connection.

    Comment


      #32
      Thanks for clarification. We'll look into will let you know.

      Comment


        #33
        //Long
        if(Position.MarketPosition == MarketPosition.Flat
        && Close[0] != Close[1])
        {
        EnterLong();
        }

        //Exit Long
        if(Position.MarketPosition == MarketPosition.Long
        && BarsSinceEntry() >= 1)
        {
        ExitLong();
        }


        Here is the Code I used last. No stops and no Target only this in the On BarUpdate Methode. Result the same problem

        Comment


          #34
          What order quantity do you use?
          RayNinjaTrader Customer Service

          Comment


            #35
            I use 100000

            Comment


              #36
              Thanks, we can reproduce and will investigate further.
              RayNinjaTrader Customer Service

              Comment


                #37
                This is a bug which will be fixed with next update. Thanks for reporting.

                Comment


                  #38
                  sorry that I did not reply earlier, the mapping is correct, I have seen that you identify the bug on forex, could you please confirm that the fix will also address the futures, and the ZS in particular?

                  thx,
                  Nir

                  Comment


                    #39
                    The fix also will address the ZS issue.

                    Comment

                    Latest Posts

                    Collapse

                    Topics Statistics Last Post
                    Started by SalmaTrader, 07-07-2026, 10:26 PM
                    0 responses
                    47 views
                    0 likes
                    Last Post SalmaTrader  
                    Started by CarlTrading, 07-05-2026, 01:16 PM
                    0 responses
                    22 views
                    0 likes
                    Last Post CarlTrading  
                    Started by CaptainJack, 06-17-2026, 10:32 AM
                    0 responses
                    15 views
                    0 likes
                    Last Post CaptainJack  
                    Started by kinfxhk, 06-17-2026, 04:15 AM
                    0 responses
                    21 views
                    0 likes
                    Last Post kinfxhk
                    by kinfxhk
                     
                    Started by kinfxhk, 06-17-2026, 04:06 AM
                    0 responses
                    23 views
                    0 likes
                    Last Post kinfxhk
                    by kinfxhk
                     
                    Working...
                    X