View Full Version : Overlay as parameter
billitin
12-21-2008, 10:11 AM
Quick question - how can I have Overlay property set to a boolean value of the indicator input parameter? Doing it in a straightforward way doesn't work
NinjaTrader_Ray
12-21-2008, 02:42 PM
Quick question - how can I have Overlay property set to a boolean value of the indicator input parameter? Doing it in a straightforward way doesn't work
Create a new input parameter, call it something else such as "OverlayNew" for lack of creativity. Then get/set the "Overlay" property.
More information - http://www.ninjatrader-support2.com/vb/showthread.php?t=5782
billitin
12-21-2008, 05:45 PM
This is the straightforward way I've tried first and surprisingly it doesn't work, give it a shot. The thread apparently doesn't consider assigning the variable in Initialize() method.
NinjaTrader_Bertrand
12-22-2008, 05:55 AM
Hi billitin, please post your code then, so we can take a look. Thanks! Here's the helpguide link to the Overlay() property - http://www.ninjatrader-support.com/HelpGuideV6/Overlay.html