Hello, I'm wondering if anyone would know how to add a stop line to a moving average, so it looks like what I have drawn in the chart? Thanks!
![](http://i44.tinypic.com/cn75u.png)
drawLineRelative(0, vMA.getValue(MAStudy.MA),10, vMA.getValue(MAStudy.MA), PS_SOLID, 2, Color.blue,"line");
Comment