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 CarlTrading, 03-31-2026, 09:41 PM
        1 response
        63 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        35 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        54 views
        1 like
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        61 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        48 views
        0 likes
        Last Post CarlTrading  
        Working...
        X