07-25-2009, 10:46 PM
|
#1 |
Join Date: Mar 2008 Location: Camas Thanks: 5
Thanked 27 Times in 11 Posts
| Ninjatrader: Access Color of Another Indicator Let's say I have 2 existing indicators: A, B. I want to create another indicator X that includes information from A and B. Without changing A and B at all, how can I access all the information about A and B?
I found this:
IndicatorA(Param1, Param2, etc.).Value[0]
worked to get me the value of one of them. But how do I get the color (the color changes over time in this indicator)?
Especially if one of them is a paintbar: how do I get the color of the paintbar?
Thanks! |
| |