Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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.
    JesseNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by ScottW, Today, 06:09 PM
    1 response
    4 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by ScottWalsh, Today, 06:52 PM
    0 responses
    5 views
    0 likes
    Last Post ScottWalsh  
    Started by ftsc2022, 10-25-2022, 12:03 PM
    5 responses
    256 views
    0 likes
    Last Post KeyonMatthews  
    Started by Board game geek, 10-29-2023, 12:00 PM
    14 responses
    244 views
    0 likes
    Last Post DJ888
    by DJ888
     
    Started by Waxavi, 04-19-2024, 02:10 AM
    4 responses
    56 views
    0 likes
    Last Post sonia0101  
    Working...
    X