![]() |
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
|
|||||||
| Version 7 Beta General Questions & Bug Reports Ask questions here and post bug reports. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Senior Member
Join Date: Dec 2008
Location: Ann Arbor, MI
Posts: 323
Thanks: 4
Thanked 0 times in 0 posts
|
Hi guys-
I see this question all over the forums (Entries Per Direction). I thought I had it figure out, turns out that I don't. I thought I was setting my parameters correctly (see picture attached; code is to the right). However, this code - which specifies 5 entries per direction, allowed what must have been 30 different entries? What am I doing wrong here?
Last edited by cgeorgan; 07-14-2010 at 12:23 PM.
|
|
|
|
|
|
#2 |
|
NinjaTrader Customer Service
Join Date: Sep 2009
Location: Denver, CO
Posts: 8,117
Thanks: 249
Thanked 418 times in 415 posts
|
When using this with unmanaged approach, these properties are not relevent.
http://www.ninjatrader.com/support/h...d_approach.htm Signal Tracking Since the Unmanaged approach does not utilize NinjaScript's signal tracking the features associated with it will no longer be relevant. The following properties and their associated concept cannot be used with Unmanaged order methods: EntriesPerDirection EntryHandling
Ryan M
NinjaTrader Customer Service
Last edited by NinjaTrader_RyanM; 07-14-2010 at 02:12 PM.
|
|
|
|
|
|
#3 | |
|
Senior Member
Join Date: Dec 2008
Location: Ann Arbor, MI
Posts: 323
Thanks: 4
Thanked 0 times in 0 posts
|
Quote:
Well, one thing I've been doing is concatenating the symbol + timestamp as my "entry signal name", so that I can associate unmanaged stop/target orders with it. This would explain why *every* entry has a unique name. However, I was under the impression that by setting "AllEntries = true" I was limiting opening trades to 5 for each direction. Is this not how it works? |
|
|
|
|
|
|
#4 |
|
NinjaTrader Customer Service
Join Date: Sep 2009
Location: Denver, CO
Posts: 8,117
Thanks: 249
Thanked 418 times in 415 posts
|
Yes, EntriesPerDirection set to 5 and all entries should only allow 5 entries.
These properties are not used in the unmanaged approach as you're using. I've changed my first reply for accuracy here. http://www.ninjatrader.com/support/h...d_approach.htm Signal Tracking Since the Unmanaged approach does not utilize NinjaScript's signal tracking the features associated with it will no longer be relevant. The following properties and their associated concept cannot be used with Unmanaged order methods: EntriesPerDirection EntryHandling
Ryan M
NinjaTrader Customer Service |
|
|
|
|
|
#5 | |
|
Senior Member
Join Date: Dec 2008
Location: Ann Arbor, MI
Posts: 323
Thanks: 4
Thanked 0 times in 0 posts
|
Quote:
|
|
|
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Do not want multiple entries in same direction | RickStevenson1 | Strategy Development | 1 | 03-04-2010 08:50 AM |
| Entries per direction | Maletor | Strategy Development | 1 | 06-13-2009 06:29 AM |
| bug Entries per direction | gregorio123456 | Strategy Analyzer | 3 | 04-24-2009 09:16 AM |
| Entries per direction | philxhong | Strategy Analyzer | 5 | 03-20-2009 10:24 AM |
| Entries per direction | latkinso | General Programming | 4 | 02-12-2008 09:27 AM |