Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How many ticks per point?

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

    How many ticks per point?

    I know I can get Instrument.MasterInstrument.PointValue, and I know I can get TickSize. But I don't think these will allow me to know how many ticks are in 1 'point'. For example, ES has 4 ticks per point, but how/where is that info located? And, how many ticks per point is 6E and how would I figure that out in NinjaScript?

    Thanks!
    Bryan

    #2
    Can't you just do PointValue * TickSize?

    Edit: Never mind, I think I see what you're asking. Would the answer just be to do 1 / TickSize?

    For example:
    ES = 1 / .25 = 4
    6E = 1 / .0001 = 1000

    In other words, you don't need to know the PointValue, only TickSize.
    Last edited by Radical; 04-12-2012, 07:34 PM.

    Comment


      #3
      Originally posted by Radical View Post
      Can't you just do PointValue * TickSize?

      Edit: Never mind, I think I see what you're asking. Would the answer just be to do 1 / TickSize?

      For example:
      ES = 1 / .25 = 4
      6E = 1 / .0001 = 1000

      In other words, you don't need to know the PointValue, only TickSize.
      Thanks for answering, Radical!

      Hm... you know I thought of that (1 / TickSize), but then I thought 'wait a minute.... 6E is not 1000 ticks per point!' Or is it? That's what has me confused I guess... how many ticks are in one Forex "point"? And then you have YM which has a point value of 1... so that's 1 tick per point?

      Maybe the term "Point" is arbitrary? ugh... my brain hurts. :-)

      Comment


        #4
        I think Radical is correct here, 1 point refers to one full point of price movement, so for 6E a move from 1.0000 from 2.0000

        Comment


          #5
          Originally posted by NinjaTrader_Bertrand View Post
          I think Radical is correct here, 1 point refers to one full point of price movement, so for 6E a move from 1.0000 from 2.0000

          OK, I think you're right. So "point" really is not relevant in all instruments, and ticks per point really has no meaning to a trader. Got it. I just have a customer that wants to trade based on "points" rather than ticks, so I think I'll just have to have a parameter that asks how many ticks per point they want.

          Bryan

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          576 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          334 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          101 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          553 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          551 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X