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 michelz, Yesterday, 08:30 AM
    6 responses
    35 views
    0 likes
    Last Post MiCe1999  
    Started by ntbone, Yesterday, 01:50 AM
    13 responses
    52 views
    0 likes
    Last Post MiCe1999  
    Started by gyilaoliver, Today, 10:30 AM
    1 response
    6 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by Irukandji, Yesterday, 04:24 PM
    2 responses
    27 views
    0 likes
    Last Post NinjaTrader_LuisH  
    Started by madankumars, 11-18-2019, 11:12 AM
    15 responses
    204 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Working...
    X