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 CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    169 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    88 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    128 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    208 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    185 views
    0 likes
    Last Post CarlTrading  
    Working...
    X