Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to Not enter trade with big candle?

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

    How to Not enter trade with big candle?

    Hey guys
    how to code, not to enter trade if candle are 10 point or more?
    Thanks

    #2
    Hello SuperDude123,

    Thanks for your post.

    You could use the Range indicator in your order entry conditions which return the range of a bar. For example, you could check if the Range() is less than 10 in your order entry conditions.

    See this help guide for more information: https://ninjatrader.com/support/help...html?range.htm

    You could also consider using the following condition for your entry orders which checks if the range of the bar is less than 10, ((High[0] - Low[0]) < 10).

    Let us know if we may further assist.
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    601 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    347 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    103 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    559 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    558 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X