Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Determining Entry Price with action

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

    Determining Entry Price with action

    Can you please tell me how use an action to determine the entry price. I need the code to say: If a condition is true then EnterShortLimit at the highest Low of the last 5 bars. Can a MRO be used in an action statement or only in a condition?
    Thanks

    #2
    Hi Ken,

    In programming there is not one single way to do things. In the description you provide, I would express as:

    if (Condition)
    EnterShortLimit(MAX(Low, 5)[0], "");
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      That's great! Are the "" the entry name? Where is documentation for MAX?

      Comment


        #4
        Yes, you can pass empty string for entry name "".

        MAX:
        Ryan M.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        648 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        369 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        108 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        572 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        574 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X