Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

TSSupertrend indicator

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

    TSSupertrend indicator

    Dear Collegues
    I downloaded and imported the TSSupertrend indicator from this site. It works on the charts, but wen I try to insert it a script, and compile it, I get an error signal:"It is a method, and not valid in the given context." When I try to insert a "built in" indicator, f.ex. the Supertrend, it works. What is the solution, please help me...
    Attached Files

    #2
    Hello akkiss,

    Thank you for your post.

    You need to add the TSSuperTrend.Utility to your declarations (located at the top of the code):
    Code:
    using TSSuperTrend.Utility;
    The you can call the indicator in the following manner:
    Code:
    TSSuperTrend(14, MovingAverageType.SMA, 2.618, 14, SuperTrendMode.ATR).UpTrend[0]

    Comment


      #3
      Dear PatrickH
      Thank You for the good and very quick solution! It works!
      Best
      Akos

      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
      414 views
      0 likes
      Last Post CaptainJack  
      Working...
      X