Thanks
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Reduce Order Flow Market Depth Map Margin?
Collapse
X
-
Hello mlprice12,
Thanks for your post.
I moved the thread to our General Development forum as the solution would have to come through NinjaScript.
You could use something like the following in an indicator to modify the DeisredBarMarginRight property of the OrderFlowMarketDepthMap indicator:
Let us know if there is anything else we can do to help.Code:foreach (Gui.NinjaScript.IndicatorRenderBase indi in ChartControl.Indicators) { if (indi is NinjaTrader.NinjaScript.Indicators.OrderFlowMarket DepthMap) indi.DesiredBarMarginRight = 0; }
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
647 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
368 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
108 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
571 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
573 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment