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 rtwave, 04-12-2024, 09:30 AM
        5 responses
        37 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by funk10101, Today, 12:02 AM
        1 response
        11 views
        0 likes
        Last Post NinjaTrader_LuisH  
        Started by GLFX005, Today, 03:23 AM
        1 response
        6 views
        0 likes
        Last Post NinjaTrader_Erick  
        Started by nandhumca, Yesterday, 03:41 PM
        1 response
        13 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by The_Sec, Yesterday, 03:37 PM
        1 response
        11 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Working...
        X