Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Tick Chart Appearance In 8
Collapse
X
-
Maybe they used a negative specific parameter for the chart trader.
I mean, all margin of the various components starts with the MarginBase parameter and then add or subtract something to get the specific component margin.
Maybe they used MarginBase - 4 for the chart trader, so if you set MarginBase to 0 you end up with a negative margin, so that chart trader partially overlay other components?
If this is the case, this should be considered an implementation error, at least a check of a non-negative margin could easily be added to all the components.
If there is a different reason, this should be corrected asap in any way... current fat margin charts looks very bad to traders eyes.
My opinion is that this is also a design mistake, since traders always want to maximize the use of screen space, without wasting any pixel.
Comment
-
Well... I think I was right thinking about negative margins.
I found a solution to have zero margin on charts AND having chart trader displayed correctly.
Simply put to zero both of these properties:
inside the BluePrint.xaml skin file.Code:<system:Double x:Key="MarginBase"> 0</system:Double> <system:Double x:Key="MarginBaseNegative"> -0</system:Double>
Comment
-
Looking more at margins etc...
The overall screen appearance with the wide margins on all windows looks clunky, awkward and amateur hour....(besides burning up screen real estate)...and it is hard to adjust the location of a window now...easy for identical margins to overlap...
Also...the very bright red buttons at the top left of many windows is overall pretty distracting....can that color be toned down somehow....??
screen shots on this below...
Thanks...
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
673 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
379 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
111 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
578 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
582 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment