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 CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      323 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      205 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      192 views
      1 like
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      283 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      240 views
      0 likes
      Last Post CarlTrading  
      Working...
      X