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 kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
125 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
105 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
85 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
105 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
84 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Comment