Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

SuperDom Column PnL currency - no decimals - PLEASE

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    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!

    #2
    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:

    Code:
    pnlString = Core.Globals.FormatCurrency(pnL, SuperDom.Position);
    to reflect this instead:

    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.
    JesseNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by kaywai, Today, 06:26 AM
    1 response
    5 views
    0 likes
    Last Post kaywai
    by kaywai
     
    Started by ct, 05-07-2023, 12:31 PM
    6 responses
    203 views
    0 likes
    Last Post wisconsinpat  
    Started by kevinenergy, 02-17-2023, 12:42 PM
    118 responses
    2,780 views
    1 like
    Last Post kevinenergy  
    Started by briansaul, Today, 05:31 AM
    0 responses
    10 views
    0 likes
    Last Post briansaul  
    Started by traderqz, Yesterday, 12:06 AM
    11 responses
    28 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Working...
    X