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 argusthome, 03-08-2026, 10:06 AM
|
0 responses
116 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
61 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
40 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
43 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
82 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment