Hi, I'm new to programming, I wanted to see how I can convert this draw.line into continuous points as well as the swing
Translation:
{
Draw.Line(this, "EntryDot"+ CurrentBar, true, base.CurrentBar- this.TQstarted, this.TQEntry, BarEnd, this.TQEntry,Brushes.Cyan, DashStyleHelper.Dot, 3 );
Draw.Line(this, "StopDot"+ CurrentBar, true, base.CurrentBar - this.TQstarted, this.TQStop, BarEnd, this.TQStop, Brushes.Red, DashStyleHelper.Dot, 3 );

Comment