Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Formatting problem

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

    Formatting problem

    Hi guys,


    I have a formatting proble. I am trying to get a double from an indicator with the two digit format.

    My code is :
    String.Format("{0:0.00}",Myindicator().Values[0]);


    I always get a result like : 2.64348248203103

    I would like to keep only two digit after the dot...

    Bernard

    #2
    Bernard, did you try truncating this with Math.Truncate?

    Comment


      #3
      I don't know why but i solved my problem this way :

      I created a new double value in the exporting indicator which exposed the same variable. The formatting code was then applied and it worked !


      Thanks

      Bernard

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      48 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      30 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      99 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      177 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      170 views
      0 likes
      Last Post CarlTrading  
      Working...
      X