Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Multi time frame strategy not working

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

    Multi time frame strategy not working

    Can someone please tell me why am I not able to see any orders with the attached strategy?

    It is based on multi time frame concept that when 15m VMA is going higher and so is 5m VMA, go long and vice versa.

    I do get an error message under log tab that there is an error on calling OnBarUpdate method for the strategy but have no idea how to fix it.

    Can someone please help here? Appreciate any guidance you can provide.
    Thanks.
    Attached Files

    #2
    Hi pandyav,

    Yes, you will need to correct any errors with the strategy before you'll see any results. The following two lines are the likely cause.

    Plot0.Set(VMA(BarsArray[1],vmaperiod1,vmavol1)[0]);
    highvma.Set(SMA(Plot0,timefactor)[0]);

    You never instantiate these series as is needed. This is done in the Initialize() method and the following sample can help further work with custom data series.
    Ryan M.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    27 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    117 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    69 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    226 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    415 views
    0 likes
    Last Post CaptainJack  
    Working...
    X