Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

MAX function

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

    MAX function

    Hello- I'm trying to use the MAX function in a multi-instrument strategy. One of the overloads is "input data series". I'm not sure how to specify this but is there any need to specify the input data series if the statement is located under the appropriate BIP section? I assume that it just takes that particular data series associated with that BIP routine. This is what I'm doing but getting some strange results.

    #2
    Hello ciro1963,

    Thank you for the post

    You are correct, if it resides in the body of a BIP condition, it would be executed for that BIP. You can specify a series though like the following:

    Code:
    double value = MAX(Highs[1], 20)[0];
    The plural series name or BarsArray could be used for multi-series access to a specific series.

    I look forward to being of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    134 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    75 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    119 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    114 views
    1 like
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    92 views
    0 likes
    Last Post CarlTrading  
    Working...
    X