Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Sell if close > average price not working

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

    Sell if close > average price not working

    Code:
                // Condition set 2
                if (Close[0] > Position.AvgPrice)
                {
                    ExitLongLimit(GetCurrentAsk(), "", "");
                }
    i'm trying to sell if current price is > average purchase price

    for some reason this is not work. any idea why?

    #2
    Hello calhawk01,

    Are you in a Long position first before doing this?
    JCNinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_JC View Post
      Hello calhawk01,

      Are you in a Long position first before doing this?
      Yes i am. should i put if market is long?

      Comment


        #4
        Hello calhawk01,

        It is a good idea, yes as an Exit method would require an Entry to be filled first.

        If you are already in a Long Position, does the order not get called or not get filled?
        JCNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        25 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        115 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        69 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        225 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        411 views
        0 likes
        Last Post CaptainJack  
        Working...
        X