Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Adaptive SuperTrend
Collapse
X
-
I'm using AdaptiveSuperTrendEW2 in a strategy.
From the strategy, what is the best way to determine when the AdaptiveSuperTrend flips?
-
Pepbosch,
You can review the Cell conditions page from our help guide on how to set this up.
http://www.ninjatrader.com/support/h..._and_filte.htm
Leave a comment:
-
AdaptiveSuperTrendEW with market analizer
hello, can you help me how to use AdaptiveSuperTrendEW indicator with the market analizer to change color of the cell when is uptrend or downtrend ...or when the entry uptrend arrow or entry downtrend arrow ...
I am a new customer and a little bit loss.
many thanks
Pep Bosch
Leave a comment:
-
Hello Rob,
Thank you for your post.
Please place the file in the following directory on your PC: (My) Documents\NinjaTrader 7\bin\custom\Indicator.
Then go to the NinjaTrader Control Center > Tools > Edit NinjaScript > select Indicator > select any indciator > OK > then when the NinjaScript Editor loads please press the F5 button on your keyboard to compile.
I have also attached the indicator in the .ZIP format if you wish to import as normal.Attached Files
Leave a comment:
-
Hi,
i have difficulties in getting this compiled. It did put the cs file into bin/... but then had to create an indicator file, then no further prompts.
Can you post it here as a zip file, i'm used to import those into NT.
Thanks a milliion
Rob
Leave a comment:
-
Exactly, when the indicator is used standalone , it is initialized only once .Originally posted by NinjaTrader_Bertrand View PostxTrader1, the instance would be cached and hence reused if the parameters stayed the same, with changed paramters, you get a new instance.
Leave a comment:
-
xTrader1, the instance would be cached and hence reused if the parameters stayed the same, with changed paramters, you get a new instance.
Leave a comment:
-
I had the same problem with AdaptiveSuperTrendEW in a strategy. My workaround is in an attached file AdaptiveSuperTrendEW2.cs . I simply stopped to use Multiplier parameter as a variable internally.
What's happened was an initialization of a new instance of AdaptiveSuperTrendEW was done for every bar in a strategy. Because Multiplier was a parameter , the indicator could not be cached and a new instance was created everytime its value changed. Now AdaptiveSuperTrendEW creates HomodyneDiscriminator with on its turn creates a new instance of HilbertTransform with all its series. Once a parameter value is left alone, all this is avoided.
I didn't dig an algorithm, but the plotted results are identical to the original AdaptiveSuperTrendEW. Only Elliott Wave can explain his implementation considerations.
And only Ninja guys can explain why the scenario above did not happen in a standalone indicator. I assume, that an indicator, initialized once , doesn't reinitialize itself, even if its parameters are changing.
Just copy the attached file to
\Documents and Settings\[username]\My Documents\NinjaTrader 7\bin\Custom\Indicator
and recompile.Attached Files
Leave a comment:
-
This is an indicator developed by a user, not standard in NT 7. If you go all the way to the beginning of the thread you can find the custom code.
Leave a comment:
-
I don't see the (Adaptive) SuperTrend inicator in NT?
What is it and where can I find it?
Thanks,
Kumar
Leave a comment:
-
Tried backtesting and also had a problem in that the test never finished. It just kept going. I'm thinking that it has something to do with the variable value for the multiplier, because it is constantly trying to work through a lot of numbers.
Leave a comment:
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
663 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
376 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
110 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
575 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
580 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Leave a comment: