Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
ZB Price Display
Collapse
X
-
Hello pman777,
Copy paste the code below into the editor as I have outlined in the attached screen shots.
Please let us know if you need further assistance.Code:public double Round2TickSize(double Price) { return Instrument.MasterInstrument.Round2TickSize(Price); } public string FormatPrice(double Price) { return Instrument.MasterInstrument.FormatPrice(Round2TickSize(Price)); } public override string FormatPriceMarker(double Price) { return FormatPrice(Price); }Alan P.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
597 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
343 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 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
556 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
555 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment