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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
80 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
40 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
64 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
66 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
54 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment