Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

identifying a trade

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

    identifying a trade

    hi ... in ninjascript, how do I test if a trade is active?

    #3
    update ... I am using the IPosition, which is working fine as far as identifying the status of a trade within the OnPositionUpdate section. However I need to access the "position.MarketPosition" in the "OnBarUpdate()" section of my code. I get a message that 'position' does not exist in the current context. What am I doing wrong? Tx!

    Comment


      #4
      Have you tried 'Position.MarketPosition' instead of 'position.MarketPosition'?

      Comment


        #5
        Radical

        Is there a difference with upper or lower case in this instance? User Guide example under OnPositionUpdate() shows lowercase for "position."
        Thanks

        Comment


          #6
          Ken,

          It depends on what you typed in when you created the OnPositionUpdate() method.

          protected override void OnPositionUpdate(IPosition position)
          {

          }


          In this case inside of OnPositionUpdate you would use a lower case p 'position'.


          protected override void OnPositionUpdate(IPosition Position)
          {

          }


          In this case you would use an upper ase P 'Position'


          Let me know if I can be of further assistance.

          BrettNinjaTrader Product Management

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by CarlTrading, 03-31-2026, 09:41 PM
          1 response
          67 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 04-01-2026, 02:41 AM
          0 responses
          36 views
          0 likes
          Last Post CarlTrading  
          Started by CaptainJack, 03-31-2026, 11:44 PM
          0 responses
          60 views
          1 like
          Last Post CaptainJack  
          Started by CarlTrading, 03-30-2026, 11:51 AM
          0 responses
          62 views
          0 likes
          Last Post CarlTrading  
          Started by CarlTrading, 03-30-2026, 11:48 AM
          0 responses
          53 views
          0 likes
          Last Post CarlTrading  
          Working...
          X