NinjaTrader Support Forum  
X

Attention!

This website will be down for maintenance from Friday May 24th at 6PM MDT until Saturday May 25th at 11AM MDT. We apologize for the inconvenience. If you need assistance during this time, please email sales@ninjatrader.com


Go Back   NinjaTrader Support Forum > Application Technical Support > Miscellaneous Support

Miscellaneous Support Miscellaneous support issues.

Reply
 
Thread Tools Display Modes
Old 08-05-2010, 02:52 PM   #1
Jim-Boulder
Senior Member
 
Join Date: May 2007
Posts: 154
Thanks: 0
Thanked 0 times in 0 posts
Default 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 is offline  
Reply With Quote
Old 08-05-2010, 02:57 PM   #2
NinjaTrader_RyanM
NinjaTrader Customer Service
 
NinjaTrader_RyanM's Avatar
 
Join Date: Sep 2009
Location: Denver, CO
Posts: 8,117
Thanks: 249
Thanked 418 times in 415 posts
Default

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.

http://www.ninjatrader.com/support/h...gstoplimit.htm
NinjaTrader_RyanM is offline  
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
QQ on EnterShortStopLimit() Sleeping Troll Strategy Development 1 04-10-2010 07:48 AM
Study Guides rtj4201 Indicator Development 12 03-22-2009 04:08 AM
EnterLongStopLimit() and EnterShortStopOrder() ltemme Automated Trading 3 07-31-2008 10:37 PM
How does EnterShortStopLimit work? SuzyG Strategy Development 3 01-17-2007 01:09 AM


All times are GMT -6. The time now is 02:08 AM.