Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Multiple time frame question

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

    Multiple time frame question

    I am trying to plot 15 mins value of a freely available NT indicator on a 5 min chart. The indicator is attached herewith.

    For some reason, I cannot plot it as it seems like I am defining MAtype in a wrong way.

    Can someone help please? This is my current syntax.

    Ploto.Set(TrendStrengthA(BarsArray[1],SMA(10),PeriodEnd,PeriodStart,End)[0]);

    Thanks,
    Vishal
    Attached Files

    #2
    Hi Vishal, for the type, do you have the using directive running for the VC Trend Strength Utility?

    Comment


      #3
      Multiple time frame question

      I am sorry, I just don't understand what would you mean by using directive for the VC trend strength utility?


      Can you please explain a bit more?

      Thanks

      Comment


        #4
        Please take a look at the strategy script you shared, and then into it's declaration section at top -

        using VC.NinjaScript.Utility;

        This is needed to call the indicator types as parameters successfully in the overload.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        169 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        324 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        250 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        351 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        180 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Working...
        X