Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

BarsSinceEntry(), and placing stop order

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

    BarsSinceEntry(), and placing stop order

    I want to place my stop order 4 bars (15-second bars) after submitting my entry order.

    Can I use BarsSinceEntry(0) > 3 to achieve this?

    Or would this expression refer to the previous entry, rather than the one just undertaken?

    Do I need to create my own counting variable, say barsSinceEntryOrder?

    Many thanks.
    Last edited by AnotherTrader; 04-14-2010, 05:36 AM.

    #2
    Hi AnotherTrader,

    Thank you for your post.

    You could use...

    if (BarsSinceEntry() > 4)
    {
    exit...
    }

    More info on BarSinceEntry() at - http://www.ninjatrader-support.com/H...BarsSinceEntry
    TimNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    107 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    153 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    72 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    125 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    79 views
    0 likes
    Last Post PaulMohn  
    Working...
    X