How I may only take price for different instrument import into indicator for calculation not for plotting.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
instrument and price
Collapse
X
-
Hello Daniel11,
Thanks for your post.
You can obtain the chart instrument by Instrument.FullName http://ninjatrader.com/support/helpG...t_fullname.htm
Ex: Print ("Instrument: "+Instrument.FullName);
Here is another link that may help: http://ninjatrader.com/support/helpG...instrument.htm
You can add a different dataseries to an indicator with Add() method, please see: http://ninjatrader.com/support/helpGuides/nt7/?add3.htm
When you add another dataseries to an indicator (or strategy) you will be changing to a multi series or multi time frame and the coding changes in these conditions. It will be important for you to review & follow: http://ninjatrader.com/support/helpG...nstruments.htm
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
149 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
84 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
129 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
125 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
102 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment