Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Indicators value rounding question

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

    Indicators value rounding question

    Hi - I'm wondering when I use indicator values (double data type) as limit price when place orders in my strategy, should I round the value to certain decimal points in the code?

    For example, I'd like to use 60 moving average as limit entry price to trade crude oil. Oil price only has 2 decimal points, but MA is a calculated value that has many decimal points. When I do this, should I round the MA in my code? or the system automatically rounds it?

    #2
    Hello HiddenPhilosopher,

    Yes if what you calculate returns as a non standard price or something which is off from your instruments tick size that can cause errors for some brokers. It would be good practice to manage the price before submitting it even if the broker doesn't care, that way you know you made a valid price and know what the price was before actually making the order (useful for debugging).

    We have some samples of rounding you can see in the following links.
    https://ninjatrader.com/support/help...ghtsub=roundto
    https://ninjatrader.com/support/help...ghtsub=roundto
    https://ninjatrader.com/support/help...tsub=rounddown

    I look forward to being of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    90 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    137 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    120 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    69 views
    0 likes
    Last Post PaulMohn  
    Working...
    X