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 NullPointStrategies, Today, 05:17 AM
    0 responses
    39 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    124 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    64 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    41 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    46 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X