Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Price to Ticks conversion

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

    Price to Ticks conversion

    Hi,

    Sorry for a stupid question but how to convert the price that is coming from OnMarketDepth handler (e.Price) to value in ticks? I could divide by TickSize but afraid that this may introduce tricky precision errors.

    Thank you.

    #2
    Alex, you would always need to be mindful of precision issues arising with your code and working doubles - http://www.ninjatrader.com/support/f...ead.php?t=3929

    Comment


      #3
      Hi Bertrand, thank you for the reply.

      So is there a way to convert price (double) to ticks?

      Or, you suggest just to use this:
      int ticks = (int)Math.Round(price / TickSize)

      ?

      Comment


        #4
        Correct, you would need convert with custom code like you noted.

        Comment


          #5
          Thanks, would you mind to pass the request for the dev team?

          I think we all need a convenience functions!
          double ConvertTicksToPrice(...)
          int ConvertPriceToTicks(...)

          Comment


            #6
            Sure, thanks for your feedback here - I have added your thoughts to our enhancement tracking under id 1997.

            Comment

            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 Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            368 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            108 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            571 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            573 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X