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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    84 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    46 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    66 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    69 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    58 views
    0 likes
    Last Post CarlTrading  
    Working...
    X