Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Detect Tenth pips programmitically

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

    Detect Tenth pips programmitically

    Hi,

    How can I detect tenth pips configuration programmitically in my indicator?

    Thanks in advance.

    #2
    Hello,

    You can do this two ways, check the number of numerals after the decimal by converting the Close[0] price to a string to count it.

    You can also use this code segment however it is officially not supported as its not in our help guide.

    if (SubPipSupport.TenthPip == Cbi.MasterInstrument.SubPipSupport)
    {
    Print("TenthPip is Selected");
    }

    -Brett
    BrettNinjaTrader Product Management

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    574 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    332 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