Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Prior Day,Week,Month Indicator
Collapse
X
-
Hello cutzpr,
Thank you for your note.
Are you seeing any errors in the log tab when you apply the indicator?
It looks like you are passing a negative value for a bars ago value,
Negative bar indexes are not supported in NT8. If you get rid of the negative, do you see the values?Code:Draw.Text(this, "prMonthLow", false, "prMonthLow",[B] -1, [/B]prMonthLow, 5, Brushes.Red, TagFont, TextAlignment.Left, Brushes.
If you comment out line 138, requiring IsFirstTickOfBar,
Do you see text?Code://if (IsFirstTickOfBar)
I look forward to your reply.Alan P.NinjaTrader Customer Service
-
I am finding this indicator isn't outputting anything. Were you able to correct the issue you were having?
I'm finding that the only way to determine the prior week/month OHLC is to have a ton of intraday data loaded. Which is unfortunate.
I would love to simply add a Monthly data series and look at the previous bar for the last OHLC, but it doesn't seem as simple as that.Last edited by neoikon; 04-26-2018, 10:39 AM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
558 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
324 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 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
545 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment