I have an indicator that is plotting a certain variable within the "bottom area" below the price chart. I'd like to have it plot instead within the price chart itself (just that particular variable) just above/below the price candlestick bars -- how is this accomplished? Thanks in advance.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Variable plot within chart?
Collapse
X
-
Variable plot within chart?
Greetings,
I have an indicator that is plotting a certain variable within the "bottom area" below the price chart. I'd like to have it plot instead within the price chart itself (just that particular variable) just above/below the price candlestick bars -- how is this accomplished? Thanks in advance.Tags: None
-
Hi Burga1:
Thank you for your post.
You will need to customize these indicators using NinjaScript in order to overlay them on the price bars.
The link to the following post can point you towards some indicators that others have already created to be overlayed on the price bars:
More information on developing customized indicators can be found here:
Best regards,RyanNinjaTrader Customer Service
-
I added the dataseries elements in "Variables" and "Initialize" and commented out the code in "Add(new plot...)" and "Properties", I got nothing but errors. Is there something I might have missed or must I redo the indicator without specifying those plots in the wizard?...
Comment
-
Too many possibilities. Please post some code.
You most likely have a bunch of errors referencing the missing Plot you just removed. You need to go through the code wherever you have Plot0.Set() or Plot0[0] (considering your plot was named Plot0) and replace it with your DataSeries name (myDataSeries.Set() or myDataSeries[0]).Josh P.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by adilmedarhry, Yesterday, 08:15 AM
|
2 responses
52 views
0 likes
|
Last Post
![]()
by adilmedarhry
Today, 04:52 AM
|
||
Started by Irukandji, Yesterday, 04:24 PM
|
1 response
14 views
0 likes
|
Last Post
![]()
by Irukandji
Today, 04:31 AM
|
||
Started by Babbou72, 02-15-2025, 08:37 PM
|
33 responses
159 views
0 likes
|
Last Post
![]()
by Babbou72
Today, 03:32 AM
|
||
Started by ntbone, Yesterday, 01:50 AM
|
8 responses
38 views
0 likes
|
Last Post
![]() |
||
Started by Powerbucker, Yesterday, 09:12 AM
|
10 responses
41 views
0 likes
|
Last Post
![]()
by Powerbucker
Today, 02:26 AM
|
Comment