dennho
02-24-2010, 02:12 AM
I was using the DrawLine() function and everything was working well, it was drawing a line under the candles of the chart. Then, out of nowhere, the line now appears in the lower indicators, where my volume bars are, at the bottom of the chart! Why is this? I believe I never changed any of the parameters in the code. Here is an example of what I have:
LongBreakoutPrice = ( GetCurrentAsk() + (2 * TickSize ) );
DrawLine("Long", 15, LongBreakoutPrice, 0, LongBreakoutPrice, Color.Lime, DashStyle.Dash, 2);
http://img91.imageshack.us/img91/4267/es03102232010233tick.jpg
LongBreakoutPrice = ( GetCurrentAsk() + (2 * TickSize ) );
DrawLine("Long", 15, LongBreakoutPrice, 0, LongBreakoutPrice, Color.Lime, DashStyle.Dash, 2);
http://img91.imageshack.us/img91/4267/es03102232010233tick.jpg