Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Condition for Strategy

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

    Condition for Strategy

    I want to set a condition, maybe two, for my strategy, and I was wondering if it is possible with the condition builder. I will give an example; My trigger event to enter the trade would be a MACD cross, but for this to be true, condition 1- current price be 10 ticks above the lowest low of the previous 25 bars. condition 2 would be no greater than 15 ticks from same point. Thank you in advance for your assistance.

    #2
    Hello jacklegtrader, and thank you for your question.

    This is indeed possible with the condition builder. We will make use of the offset property and the MIN indicator. I am providing help guide links for both of these.




    In the same condition set as your crossover, you will want to add this condition :

    Code:
    Left hand side:
         Close
        Bars ago 0
        Offset type Ticks
    [B]    Offset -10
    
    [/B]Operation :
           >
    
    Right hand side:
      Indicators -> MIN
        Input series DefaultInput
    [B]    Period 25[/B]
        Offset type Ticks
        Offset 0
        Plot on chart False
    You will also want this condition.

    Code:
    Left hand side:
      Close
        Bars ago 0
        Offset type Ticks
        Offset 0
    
    Operation :
      <=
    
    Right hand side:
      Indicators -> MIN
        Input series DefaultInput
    [B]    Period 25[/B]
        Offset type Ticks
    [B]    Offset +5[/B]
        Plot on chart False
    Please let us know if there is any other way we can help.
    Last edited by NinjaTrader_JessicaP; 05-03-2016, 07:33 AM.
    Jessica P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    17 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    120 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    174 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    92 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    134 views
    0 likes
    Last Post cmoran13  
    Working...
    X