NinjaTrader Support Forum  

Go Back   NinjaTrader Support Forum > NinjaScript Development Support > General Programming

General Programming General NinjaScript programming questions.

Reply
 
Thread Tools Display Modes
Old 10-08-2010, 03:50 AM   #1
freewind
Senior Member
 
Join Date: Jan 2010
Posts: 273
Thanks: 15
Thanked 4 times in 3 posts
Default How to know the number of Panels in an indicator

Hi all,

I'm developing an indicator that get as an input 2 instrument and Add them to the indicator no matter what instrument was chosen to the chart.
My problem is that if I have a chart with more then one panel I don't know what are my 2 input instrument DataSeries are.
For example if I have only one panel in my chart I could assume that Closes[1][0]is my first input instrument last close, and Closes[2[0] is the second. But if the user enter 2 panels it should be Closes[2][0] and Closes[3][0].
So, how can I know the number of the Panels the user input so i can program it to any chart no matter what the user input. Closes[UserPanelsNum + 1] and Closes[UserPanelsNum + 2].

I hope I made myself clear :-)
Thanks in advance!
freewind is offline  
Reply With Quote
Old 10-08-2010, 05:08 AM   #2
NinjaTrader_Bertrand
NinjaTrader Customer Service
 
NinjaTrader_Bertrand's Avatar
 
Join Date: Sep 2008
Location: Germany
Posts: 22,377
Thanks: 252
Thanked 966 times in 949 posts
Default

freewind, unfortunately this info is not accessible programmatically in NinjaScript.
NinjaTrader_Bertrand is offline  
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Indicator panels billitin Suggestions And Feedback 1 12-21-2008 02:52 PM
Indicator to plot on two panels mastige Indicator Development 1 10-02-2008 08:25 PM
one indicator - mulitple panels ATI user Indicator Development 3 06-30-2008 12:24 PM
Plot small number at lower panels gregiii Indicator Development 6 09-14-2007 12:29 PM
Markers in Indicator Panels Richard Von Indicator Development 22 08-28-2007 10:46 AM


All times are GMT -6. The time now is 07:41 AM.