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 sjsj2732, Yesterday, 04:31 AM
                    0 responses
                    39 views
                    0 likes
                    Last Post sjsj2732  
                    Started by NullPointStrategies, 03-13-2026, 05:17 AM
                    0 responses
                    290 views
                    0 likes
                    Last Post NullPointStrategies  
                    Started by argusthome, 03-08-2026, 10:06 AM
                    0 responses
                    289 views
                    0 likes
                    Last Post argusthome  
                    Started by NabilKhattabi, 03-06-2026, 11:18 AM
                    0 responses
                    135 views
                    1 like
                    Last Post NabilKhattabi  
                    Started by Deep42, 03-06-2026, 12:28 AM
                    0 responses
                    96 views
                    0 likes
                    Last Post Deep42
                    by Deep42
                     
                    Working...
                    X