Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

price syntax

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

    price syntax

    I'm wanting to set a parameter in my trade conditions to look for price decimals to be within proximity of certain number. For example, I trade the CL and if price were within X ticks of 95.25 or 92.25, I want to set up a flag. So in this example I'm only concerned about the .25 for each price, not the 95 or 92. How would I designate ONLY the decimal portion of the price for comparsion?

    Thanks for your time.

    Safetrading

    #2
    Hi Safetrading,

    Thank you for your post.

    If I'm following you correctly you can use Price % 1 to get the decimal number of that price.

    Print(Close[0] % 1);

    This will print out the decimal value of the closing prices

    Another option would be to get the TickSize for the value
    http://www.ninjatrader.com/support/h...l?ticksize.htm

    Let me know if this is the answer you are looking for.
    Cal H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    647 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    369 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    108 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    572 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    573 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X