Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

EnterLongStopLimit() / EnterShortStopLimit() Guides

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

    EnterLongStopLimit() / EnterShortStopLimit() Guides

    In the user guide under EnterLongStopLimit() page the following example is given. Is this an error since it is showing an EnterLongStop order and not an EnterLongStopLimit? (The same thing is also on the EnterShortStopLimit page)

    Also, while I am being anal, the title of the page is in error too:

    EnterLongStopLimt() --------> missing the last "i" in 'Limit'


    protected override void OnBarUpdate()
    {
    if (CurrentBar < 20)
    return;

    // Only enter if at least 10 bars has passed since our last entry
    if (BarsSinceEntry() > 10 && CrossAbove(SMA(10), SMA(20), 1))
    EnterLongStop(High[0] + 2 * TickSize, High[0], "SMA Cross Entry");
    }
    Jim-Boulder
    NinjaTrader Ecosystem Vendor - Elephant Tracks

    #2
    Hello Jim-Boulder,

    Thanks for bringing this to our attention. It looks like both these issues have been corrected for the version 7 equivalent but I will notify our education department about this for version 6.5 help guide.

    Ryan M.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Jon17, Today, 04:33 PM
    0 responses
    1 view
    0 likes
    Last Post Jon17
    by Jon17
     
    Started by Javierw.ok, Today, 04:12 PM
    0 responses
    4 views
    0 likes
    Last Post Javierw.ok  
    Started by timmbbo, Today, 08:59 AM
    2 responses
    10 views
    0 likes
    Last Post bltdavid  
    Started by alifarahani, Today, 09:40 AM
    6 responses
    41 views
    0 likes
    Last Post alifarahani  
    Started by Waxavi, Today, 02:10 AM
    1 response
    20 views
    0 likes
    Last Post NinjaTrader_LuisH  
    Working...
    X