As to the Drawing Objects, from the Help Menu (before reading your links which are the same) I added in:
DrawLine("PossHigh", false, 1, PossHigh[0], 0, PossHigh[0], Color.Olive,DashStyle.Solid, 3);
DrawLine("PossLow", false, 1, PossLow[0], 0, PossLow[0], Color.MediumBlue, DashStyle.Solid, 3);
Also shorter form:
//DrawLine("PossHigh", 1, PossHigh[0], 0, PossHigh[0], Color.Olive);
It is working fine although I haven't tested on lots of charts so maybe the same problem will re-occur as it does with the original version.
I have the original Plots as Transparent now though probably the whole thing should be re-written to have them just as data series and to start off defining 2 lines, but anyway:
Problem: is there any way to emulate the Hash plot which plots above the bar, centred above it. Right now it seems I can only draw a line from the previous bar to the beginning of the current bar. It works, but it would be much nicer if I could at least get it centred and/or stretch it out wider to a little bit past the current bar.
I attach pic so you can see the problem.

Leave a comment: