PDA

View Full Version : Draw Object-Hash


dwalls
11-10-2008, 10:34 AM
Hello,
Is it possible to draw a Hash...like the Hash used in Plot Styles?
Example: instead of DrawDot()or DrawDiamond() etc...I would like DrawHash().
I tried that but it didnt work.
Can this be done another way?

Thanks

NinjaTrader_Josh
11-10-2008, 10:46 AM
Maybe you could try DrawLine() and just have it only show up on 1 bar?
DrawLine(CurrentBar.ToString(), 1, Close[0], 0, Close[0], Color.Blue);Or if you wanted a longer line maybe you could use something with the DashStyle.Dash for the DrawLine().