Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Instrument one tick worth in dollars

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

    Instrument one tick worth in dollars

    Hello Support,

    Please, help!

    How to determine of Instrument one tick worth in dollars? It must be simple but I can not find anything.

    Regards.

    #2
    Hello alex_bbfg,

    Thank you for writing in.

    You can utilize both Instrument.MasterInstrument.PointValue and TickSize to figure out the monetary value of one tick.

    For more information about Instrument.MasterInstrument.PointValue and TickSize, please take a look at the following two links below:



    You'll just want to multiply Instrument.MasterInstrument.PointValue by the TickSize.
    Code:
    double amountPerTick = Instrument.MasterInstrument.PointValue * TickSize;
    Print(amountPerTick); // prints out 12.5 for ES, for example
    Please, let us know if we may be of further assistance.
    Zachary G.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    83 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    45 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    65 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    68 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    57 views
    0 likes
    Last Post CarlTrading  
    Working...
    X