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 Option Whisperer, Today, 09:55 AM
      1 response
      11 views
      0 likes
      Last Post bltdavid  
      Started by port119, Today, 02:43 PM
      0 responses
      1 view
      0 likes
      Last Post port119
      by port119
       
      Started by Philippe56140, Today, 02:35 PM
      0 responses
      3 views
      0 likes
      Last Post Philippe56140  
      Started by 00nevest, Today, 02:27 PM
      0 responses
      2 views
      0 likes
      Last Post 00nevest  
      Started by Jonafare, 12-06-2012, 03:48 PM
      5 responses
      3,987 views
      0 likes
      Last Post rene69851  
      Working...
      X