Also, any chance it can be a standard feature in a future release? Thank you!
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
SuperDom Column PnL currency - no decimals - PLEASE
Collapse
X
-
SuperDom Column PnL currency - no decimals - PLEASE
May I request code that would provide the ability to select if PnL as currency displays decimal places? I.e... $0 versus $0.00 or $100 vs $100.00
Also, any chance it can be a standard feature in a future release? Thank you! -
Hello,
Thank you for the post.
This would currently not be possible to edit the existing formatting of the decimal in the superdom. I will put in a feature request to omit decimal places as an option.
If you want to edit the PnL Addition column, you could make a duplicate and change the formatting of the prices used. In the columns code you could change the following line:
to reflect this instead:Code:pnlString = Core.Globals.FormatCurrency(pnL, SuperDom.Position);
Code:pnlString = string.Format("{0:##}", pnL);
I look forward to being of further assistance.Last edited by NinjaTrader_Jesse; 04-11-2017, 10:50 AM.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
69 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
42 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
24 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
27 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
54 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment