![]() |
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
|
|||||||
| Miscellaneous Support Miscellaneous support issues. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Senior Member
Join Date: May 2007
Posts: 154
Thanks: 0
Thanked 0 times in 0 posts
|
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"); } |
|
|
|
|
|
#2 |
|
NinjaTrader Customer Service
Join Date: Sep 2009
Location: Denver, CO
Posts: 8,117
Thanks: 249
Thanked 418 times in 415 posts
|
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
Ryan M
NinjaTrader Customer Service |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
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 |