Thanks for helping.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Custom Bars Object
Collapse
X
-
Custom Bars Object
Is it possible to create a custom bars object which prices are the result of a mathematical operation involving two different instruments? For example: NewPrice=close[0][instr1] - 10*close[0][instr2]. I tried to find a hint in the help files, but wasn't successful.
Thanks for helping.Tags: None
-
Custom Bars Object
Thanks, Patrick
Maybe that's something for a future update of NT. The ThinkOrSwim platform offers calculated fields, comprised of two ore more instruments, in their data series, and all indicators work on them. It's a great extension if you want to do pair trading or something like this.
Comment
-
You can code such a thing. It is just not as simple as creating a composite instrument in TOS.Originally posted by Loki45 View PostThanks, Patrick
Maybe that's something for a future update of NT. The ThinkOrSwim platform offers calculated fields, comprised of two ore more instruments, in their data series, and all indicators work on them. It's a great extension if you want to do pair trading or something like this.
In NinjaScript, you would have to calculate the OHLC values, and use a custom Plot() to draw the chart.
In actuality, there is a "Spread" indicator, in the sharing section of this forum, that shows and uses the technique. ref: http://www.ninjatrader.com/support/f...catid=4&id=367Last edited by koganam; 01-28-2014, 10:15 AM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
649 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
370 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
109 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
574 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
576 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment