Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Printing Ticksize?

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

    Printing Ticksize?

    Hi All,

    Does anyone know how to print an instrument's tick size without it displaying in, what appears to be, scientific notation?

    Code Sample:
    • Print("This is the Low " +Low[0]);
    • Print("This is the instrument's tick size: " + TickSize);
    • value = Low[0] + TickSize; // value is defined as a double
    • Print("This is the Low Plus one tick " + value);

    Output Sample:
    • This is the Low 1.13648
    • This is the instrument's tick size: 1E-05
    • This is the Low Plus one tick 1.13649
    Note, instruments used were EUR/USD and 6E futures contacts.

    Thanks,
    Ron

    #2
    Hello Seneca,
    Thanks for your post and welcome to the NinjaTrader forum.

    Try this to print the tick size as a decimal.

    Code:
    Print("This is the instrument's tick size: " + (decimal)TickSize);
    Josh G.NinjaTrader Customer Service

    Comment


      #3
      Hi Josh,

      Perfect and thanks! Works great!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      156 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      90 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      140 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      130 views
      1 like
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      107 views
      0 likes
      Last Post CarlTrading  
      Working...
      X