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