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 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