PDA

View Full Version : Horizontal line at open price at certain time


hutch1187
07-01-2010, 07:28 PM
I want ninja 6 to draw a horizontal line to the right at a set time. (3:30am, 8:30am, 12:30pm). I get the open (3:30pm) price line from the HLC indicator. Thanks for the help.

NinjaTrader_Bertrand
07-02-2010, 04:50 AM
You would need to code a custom indicator for this using DrawHorizontalLine and the Time method for example -

http://www.ninjatrader-support.com/HelpGuideV6/Time.html

http://www.ninjatrader-support.com/HelpGuideV6/ToTime.html

http://www.ninjatrader-support.com/HelpGuideV6/DrawHorizontalLine.html