'untitled' workspace only....one chart only
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
range bar color still wrong
Collapse
X
-
Do the incomplete bars persist when you select a Candlestick chart style instead of HiLo?
If so, I suggest to try an uninstall/reinstall of NinjaTrader and check if this will make a difference. You will save all settings and data.
Uninstall NinjaTrader 7 via Windows Control Panel-->Programs and Features.
Clear your browser cache and download and install NinjaTrader 7.0.1000.8 from the link below.
Comment
-
-
Could you please tell me if the incomplete bars persist when you select a Candlestick chart style instead of HiLo.
Please a try fresh new downloaded Market Replay data and check if it will make a difference. Market Replay data is saved at (My) Documents-->NinjaTrader 7-->db-->data. Delete the "20111107" folder.
Download new Market Replay data at Control Center-->File-->Utilities-->Download Replay Data. Check if the incomplete bars remain.
Comment
-
Hello ATI user,
We color bars green when Close >= Open, and red when Close < Open. Your screenshot seems to fit with these conventions. Are you expecting something different than this or is there another example that doesn't color according to those conventions?Ryan M.NinjaTrader Customer Service
Comment
-
Hello ATI user,
Good to hear the incomplete bars are resolved.
Unfortunately our range bars can have the same price for the Open and Close. Development informed this is expected and correct behavior.
The HiLo bar style only has two color options, so such a range bar will be either green or red. If you select the Candlestick bar style, you would see bars as in the screenshot.
If you check the Open of the next bar (the bar after the blue dotted bar), there is no way the Open tick will be added in the blue dotted bar since the range is already complete. This results in the same price for the Open and Close.
Comment
-
if you take Close==Open out of it then the color will be correct...i.e. it is not important where the bar closed relative to the open but rather where it closed relative to the high...if it closed at the high, then green, else, for a range bar, if it closed at the low then red
{ if (Close[0]==High[0]) BarColor = Color.Green; else BarColor = Color.Red; }
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
24 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
120 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
63 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
41 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
45 views
0 likes
|
Last Post
|

Comment