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 CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    22 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    121 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    177 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
    136 views
    0 likes
    Last Post cmoran13  
    Working...
    X