But! What if i need few data series in my strategy?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
EnterShort() returns null
Collapse
X
-
-
Hello schattencheg,
Thanks for the reply.
The message means that you will need to add a 1 tick series to your strategy, then fill your orders on that series. You can add the data series with AddDataSeries.
To submit orders to that series, use the special Entry/Exit methods that take a BarsInProgress parameter:
For instance, EnterLong has this method overload that you would use:
Code:EnterLong(int barsInProgressIndex, int quantity, string signalName)
If your 1 tick series is the second additional series added, you would use 2 for the BarsInProgressIndex.
Please let me know if I can assist further.Last edited by NinjaTrader_ChrisL; 08-28-2018, 08:30 AM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
15 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
59 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
42 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
47 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
38 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Comment