Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

TickSize

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

    TickSize

    The Help section explains that TickSize is "A double value that represents the minimum fluctuation of an instrument."

    I am confused whether to use a "+" or a "-", or whether it depends on where I used it.

    Let's say I want to have a triangleUp or Down drawn in the chart where the EMA 20 is. Except when it goes up/long I want it 1 tick below the EMA20. When it goes down/short I want the triangle 1 tick above the EMA 20. What is the proper way?

    Long: EMA(20)[0] - 1 * TickSize or EMA(20)[0] + - 1 * TickSize

    Short: EMA(20)[0] + 1 * TickSize

    sandman

    #2
    Hello Sandman,

    You would use '-' for when you want to subject the Y-value of the triangle and '+' for when you want to add to the Y-value

    Long: EMA(20)[0] - 1 * TickSize

    Short: EMA(20)[0] + 1 * TickSize
    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
    559 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    324 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    546 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    547 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X