![]() |
This website will be down for maintenance from Friday May 24th at 6PM MDT until Sunday May 26th at 12PM MDT. We apologize for the inconvenience. If you need assistance during this time, please email sales@ninjatrader.com
|
|||||||
| General Programming General NinjaScript programming questions. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Member
Join Date: Jul 2011
Posts: 37
Thanks: 0
Thanked 4 times in 3 posts
|
Is there a way to create an additional panel for an indicator to which I can add a custom plot?
|
|
|
|
|
|
#2 |
|
NinjaTrader Customer Service
Join Date: Apr 2010
Location: Denver, CO, USA
Posts: 4,794
Thanks: 160
Thanked 568 times in 559 posts
|
Hello CriticalTrader,
Thank you for your post. Are you asking if you can have 2 indicators panels in additional to the price panel and the existing indicator panel you are using?
Matthew
NinjaTrader Customer Service |
|
|
|
|
|
#3 |
|
Member
Join Date: Jul 2011
Posts: 37
Thanks: 0
Thanked 4 times in 3 posts
|
hmm...i guess i'm trying to ask if there is a way to plot on both the price panel as well as on a separate panel below the price panel with the same (single instance of a custom) indicator?
|
|
|
|
|
|
#4 |
|
NinjaTrader Customer Service
Join Date: Apr 2010
Location: Denver, CO, USA
Posts: 4,794
Thanks: 160
Thanked 568 times in 559 posts
|
Hello CriticalTrader,
Unfortunately, this would not be possible currently. Any properties for drawing on panels cannot be separated. You would need to create another indicator for the 2nd panel.
Matthew
NinjaTrader Customer Service |
|
|
|
|
|
#5 |
|
Member
Join Date: Jul 2011
Posts: 37
Thanks: 0
Thanked 4 times in 3 posts
|
Yes, unfortunate. Please submit as enhancement request. Could likely improve performance processing only a single stream of market data.
|
|
|
|
|
|
#6 |
|
NinjaTrader Customer Service
Join Date: Apr 2010
Location: Denver, CO, USA
Posts: 4,794
Thanks: 160
Thanked 568 times in 559 posts
|
Thank you for your suggestion for the improvement of NinjaTrader. I have submitted it into our tracking system with the unique ID # 845
Matthew
NinjaTrader Customer Service |
|
|
|
|
|
#7 |
|
Member
Join Date: Jul 2011
Posts: 37
Thanks: 0
Thanked 4 times in 3 posts
|
Is there a way I can check on this periodically? I'd like to know if and when this feature may be implemented.
|
|
|
|
|
|
#8 |
|
NinjaTrader Customer Service
Join Date: Jun 2011
Location: Denver, CO, USA
Posts: 18
Thanks: 1
Thanked 0 times in 0 posts
|
Hello CriticalTrader,
Thank you for your forum post. The best way to check on these suggestions would be to review the new release notes. These will display what changes are made in new releases, and these suggestions are often included in these changes associated with the tracking ID #. You can view release notes by clicking the following link: Release Notes Please let me know if I can provide any further assistance.
John H.
NinjaTrader Customer Service |
|
|
|
|
|
#9 |
|
Member
Join Date: Jul 2011
Posts: 37
Thanks: 0
Thanked 4 times in 3 posts
|
Can you tell me if any decision has been made on the request? Just curious.
|
|
|
|
|
|
#10 |
|
NinjaTrader Customer Service
Join Date: Sep 2009
Location: Denver, CO
Posts: 8,117
Thanks: 249
Thanked 418 times in 415 posts
|
Hi CriticalTrader,
There is no update at this time. There is unlikely to be a change in near future here but we are still gathering all feedback for the next major release. Thanks for posting.
Ryan M
NinjaTrader Customer Service |
|
|
|
|
|
#11 |
|
Junior Member
Join Date: Dec 2010
Posts: 8
Thanks: 4
Thanked 1 time in 1 post
|
you can plot on both the inidicator panel and the price panel with the follwing technique which I found inside the d3spotter indicator, available in the forum,
in Initialize you have to set DrawOnPricePanel = true;in order to plot on the indicator panel change this property back to false. sample code fragment from my own code: DrawOnPricePanel = false; |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Create new instrument panel from NinjaScript? | saltminer | Version 7 Beta General Questions & Bug Reports | 1 | 08-04-2010 06:14 AM |
| One Plot in Indicator's Panel and another in Price Panel | jatubio | Indicator Development | 7 | 05-10-2010 10:12 AM |
| How to control Display on Price Panel, Indicator Panel, Data Box. | ChuckAllen | General Programming | 1 | 12-17-2009 03:05 PM |
| how to draw a line in a panel other than the price panel | telbentel | General Programming | 3 | 12-01-2009 09:45 AM |
| Possible to create vertical indicator panel? | Pepperdog | Indicator Development | 1 | 03-05-2009 05:26 AM |