I got this to plot a line on the chart and wanted to plot text to the right side of the line
Eg : " ____M1" want to show up next to the Horizontal Line with the "value"
Plot( cdl( M1 ), "", colorLightBlue, styleLine +styleThick + styleNoRescale );
Plot( cdl( N1 ), "", colorLightBlue, styleLine +styleThick + styleNoRescale );
Also want ted to fill grey cloud between the lines
PlotText( ''text'', x, y, color, bkcolor = colorDefault, yoffset = 0 )
got the syntax in AFL library but I dont know how to implement it Plz help