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 kinfxhk, 07-14-2026, 09:39 AM
        0 responses
        93 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 10:18 AM
        0 responses
        93 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 09:50 AM
        0 responses
        71 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 07:21 AM
        0 responses
        88 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-11-2026, 02:11 AM
        0 responses
        67 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Working...
        X