Topics
25 Apr 2023, 00:33
 618
 3
Replies

ctid6017631
25 Apr 2023, 16:14

 

Thank You!

var a=1;

Chart.DrawArrow(index.ToString(),index,priceclose,(index+2),priceclose-15,Color.Yellow,1,LineStyle.LinesDots);
    ChartObjects.DrawText(index.ToString()+a, text.ToString(), index, _supert2.DownTrend.Last(0), VerticalAlignment.Top, HorizontalAlignment.Center);


@ctid6017631