PDA

View Full Version : Stratagy developement


deanldavis475
01-18-2008, 06:58 PM
I'm new to stratagy developement and am stumped on an item that i'm sure is very elementry. I have an indicator that produces 3 output variables. I can see these in a data box and their value changes on each bar. I want to reference these variables in a stratagy. I can see how to reference the indicator but not how to reference any of the indicators individual variables. Can anyone push me in the right direction? Even a reference to the education material.
Thanks
Dean

NinjaTrader_Josh
01-18-2008, 08:54 PM
Hi Dean,

Generally you would do something like this:
CustomIndicator.Plot1[0]
where Plot1 is the name of the plot you want to access.