my purpose is to see my indicator only, and hide the price bars.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
transparent
Collapse
X
-
Comment
-
Are we really on version 7.0.1000.8, or is that still an internal build only?Originally posted by NinjaTrader_RyanM View PostPlease see the attached screenshot, and indicate what version yours shows in the highlighted area.
Please answer this question from my first reply:
Can you see the same thing when using built in indicator SMA, for example?
Comment
-
Correction:
after debug, I find that when the primary chart bar color set to Transparent, the Time[0] and Time[1] return same value. Other information, CalculateOnBarClose = false;
t = t + (Time[0].Subtract(Time[1]).TotalSeconds); //track time spent on this bar
Print(Time[0] +" "+Time[1]);
instead if use Time[1] and Time[2], works.Last edited by solvmatic; 12-01-2011, 02:56 PM.
Comment
-
I'm not seeing this here. Below are the last couple lines of real time updating and Time[0] is never the same as Time[1].
Print("Bar: " + CurrentBar + " " + Time[0] +" "+Time[1]);
Bar: 5503 12/1/2011 1:59:00 PM 12/1/2011 1:58:00 PM
Bar: 5504 12/1/2011 2:00:00 PM 12/1/2011 1:59:00 PM
Can you please send your workspace file and complete script to support 'at' ninjatrader 'dot' com so I can setup the same here.
You'll find the xml file for the workspace in:
Documents\Ninjatrader 7\Workspaces
Please use File > Utilties > Export NinjaScript to export, and then attach your script from:
Documents\NinjaTrader 7\bin\custom\ExportNinjaScript.
Please send as simple a script as possible that will allow us to see this here. Strip out anything proprietary or non-critical in reproducing.Ryan M.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
34 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, Yesterday, 02:41 AM
|
0 responses
15 views
0 likes
|
Last Post
by CarlTrading
Yesterday, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
25 views
1 like
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
40 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
34 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment