Thanks
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
make an indicator plot history too
Collapse
X
-
make an indicator plot history too
Hello, where in a indicator code can you make it plot historically?
ThanksTags: None
-
Hi sledge and Patrick, thanks for responding.Originally posted by sledge View PostIt should automatically.
What are you looking at/or doing that isn't?
It has to do with a 3rd party indicator from long ago, vendor no more but do not want to post code for that fact was /is 3rd party don't need troubles. I can see the code but the indicator only plots from the current day/session and was looking for some advice on where to look in the code that makes an indicator only plot like that and hoping to change it to allow historical plotting as well.
Comment
-
Hello newbie0101,
Thank you for your response.
Check for any lines of code that will limit based on time, date, CurrentBar, FirstBarOfSession, or Session items.
You can find information on FirstBarOfSession at the following link: http://www.ninjatrader.com/support/h...rofsession.htm
Session items can be found at the following link: http://www.ninjatrader.com/support/h...t7/session.htm
Comment
-
Hi Patrick, thanks but where in the code should I look for this?Originally posted by NinjaTrader_PatrickH View PostHello newbie0101,
Thank you for your response.
Check for any lines of code that will limit based on time, date, CurrentBar, FirstBarOfSession, or Session items.
You can find information on FirstBarOfSession at the following link: http://www.ninjatrader.com/support/h...rofsession.htm
Session items can be found at the following link: http://www.ninjatrader.com/support/h...t7/session.htm
Looked at the links you posted, Thank you. Guessing cause I am not a coder is just confusing to me.
Thanks in advance
there are 800 lines of code??
which section of code does this appear?
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