Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Multi Instrument question

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

    Multi Instrument question

    When I use

    Add("GBPUSD", PeriodType.Minute, 15);

    and then use

    if ((Close[0] > SuperTrend(14, 2.618, true).UpTrend[0])
    && (EMA(BarsArray[1], 1)[0]) > SuperTrend(BarsArray[1], 14, 2.618, true).UpTrend[0])

    When I try to run the strategy, under the strategies tab where my strategy is listed, it does not turn green (active), nor take any trades.

    It worked just fine until I added the BarsArray to the condition? Did I add it incorrectly?

    Any ideas? Thanks!

    #2
    edgeliner, any error noted in the Control Center log tab as you apply the script? Do you filter OnBarUpdate() logic for any BarsInProgress?

    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
    109 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    573 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    575 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X