Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Set up instrument and data series
Collapse
X
-
Hello Michele,
Thank you for your note.
It is not possible to assign the primary bar series in the code, however you can assign a secondary bar series and have your code and orders run on this secondary bar series alone.
For an example of using multiple instruments in a NinjaScript Strategy please go to your NinjaTrader Control Center > Tools > Edit NinjaScript > Strategy > SampleMultiInstrument > OK.
For information on using Multiple Instruments in your NinjaScript code please visit the following link: http://www.ninjatrader.com/support/h...nstruments.htm
Please let me know if I may be of further assistance.
-
Hello Michele,
Thank you for your response.
The DataSeriesConfigurable property sets the Strategy so that you cannot configure the Data Series information but still allows you to change the instrument.
You can test this by adding DataSeriesConfigurable = false; to your Strategy's Initialize() method > compile the code > then go to your Strategy tab on your NinjaTrader Control Center > right click > New Strategy > select your Strategy > you will notice the "Price Based On", "Type", and "Value" in the Data Series section are no longer listed for selection but the instrument is.
Then change the DataSeriesConfigurable to true and retest, you will see the difference here as the "Price Based On", "Type", and "Value" are now available to select again.
For information on DataSeriesConfigurable please visit the following link: http://www.ninjatrader.com/support/h...nfigurable.htm
Please let me know if I may be of further assistance.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
61 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
149 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
162 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
99 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
286 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|

Comment