Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
MultiTime Frame Filter with Supertrend Indicator
Collapse
X
-
MultiTime Frame Filter with Supertrend Indicator
I try to build a filter with the Supertrendindicator (AuSuperTrendU11), which checks the close of the current and previous 30 min. bar, which needs to be eg. above the Stopline of the Supertrend Indicator also in the 30 min. time frame. The primary time frame is the 1 min. Chart in which I execute the trades, after all filters are true. The code snipplet ist just indicative for what I am trying. The Barbrush helps me to see, if the signal works correctly, and it doesnt. I habe no idea why this doesnt work. Can someone help?1 PhotoTags: None
-
Hello dpeter,
The indicator is set to use Closes[1] which is the FDAX 03-21 30 minute series.
The value for this is only going to be printed during the primary series due to the 'if (BarsInProgress != 0) return' code.
Try printing the time and values of the bars and of the indicator to the output window, and compare with the prints from an indicator that does not use AddDataSeries added directly to a 30 minute FDAX 03-21 chart.
Below is a link to a forum post that demonstrates using prints to understand behavior.
Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
53 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
32 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
195 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
356 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
277 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment