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 lightsun47, Today, 03:51 PM
    0 responses
    5 views
    0 likes
    Last Post lightsun47  
    Started by 00nevest, Today, 02:27 PM
    1 response
    9 views
    0 likes
    Last Post 00nevest  
    Started by futtrader, 04-21-2024, 01:50 AM
    4 responses
    45 views
    0 likes
    Last Post futtrader  
    Started by Option Whisperer, Today, 09:55 AM
    1 response
    14 views
    0 likes
    Last Post bltdavid  
    Started by port119, Today, 02:43 PM
    0 responses
    9 views
    0 likes
    Last Post port119
    by port119
     
    Working...
    X