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 Rogers101, Today, 11:30 AM
    0 responses
    8 views
    0 likes
    Last Post Rogers101  
    Started by MGHORBEL, Today, 11:16 AM
    0 responses
    1 view
    0 likes
    Last Post MGHORBEL  
    Started by michi08, Today, 08:51 AM
    2 responses
    12 views
    0 likes
    Last Post michi08
    by michi08
     
    Started by flybuzz, Today, 10:33 AM
    0 responses
    3 views
    0 likes
    Last Post flybuzz
    by flybuzz
     
    Started by algospoke, 02-19-2024, 03:25 PM
    6 responses
    42 views
    0 likes
    Last Post Abiodun
    by Abiodun
     
    Working...
    X