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 Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        599 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        345 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        103 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        558 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        558 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X