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 max1ci6, Today, 04:06 AM
    0 responses
    6 views
    0 likes
    Last Post max1ci6
    by max1ci6
     
    Started by StephDeNice, Today, 03:43 AM
    0 responses
    3 views
    0 likes
    Last Post StephDeNice  
    Started by knobi4711, Today, 03:34 AM
    0 responses
    2 views
    0 likes
    Last Post knobi4711  
    Started by CoffeeKiller, Today, 03:23 AM
    0 responses
    7 views
    0 likes
    Last Post CoffeeKiller  
    Started by ntbone, Today, 01:51 AM
    0 responses
    5 views
    0 likes
    Last Post ntbone
    by ntbone
     
    Working...
    X