Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Multi instrument strategies and Close[1] values

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

    Multi instrument strategies and Close[1] values

    We can access indicator values such as EMA's in multi instrument strategies using this code:

    EMA(BarsArray[1], 20)[1]

    However how do we access values such as Low[1], Close, High etc in different instruments in a multi instrument strat? This code, for example, doesn't work:

    Close(BarsArray[1])[1]

    Thanks

    Chris
    Last edited by Operandi; 09-17-2008, 03:30 AM.

    #2
    I've found the solution - use Lows[1][1] and Closes[1][1] etc.

    Sorry to trouble you

    Chris

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    571 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    330 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    548 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    549 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X