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...
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
TSSupertrend indicator
Collapse
X
-
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...Tags: None
-
Hello akkiss,
Thank you for your post.
You need to add the TSSuperTrend.Utility to your declarations (located at the top of the code):
The you can call the indicator in the following manner:Code:using TSSuperTrend.Utility;
Code:TSSuperTrend(14, MovingAverageType.SMA, 2.618, 14, SuperTrendMode.ATR).UpTrend[0]
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
29 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
117 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
69 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
227 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
309 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment