How to keep the older text on the chart chart once new text happens using cbot.
Created at 28 Jul 2020, 06:19
PA
How to keep the older text on the chart chart once new text happens using cbot.
28 Jul 2020, 06:19
Hi there,
How to keep the older text on the chart chart once new text happens using cbot.
Here is my code:
var text1 = Chart.DrawText(Bars.Count.ToString, "CrossedOver", openTimeA, highPriceA, Color.Red);
The Bars.Count.ToString will be complied wrong.
Please help!
Thank you!
Mason
PanagiotisCharalampous
31 Jul 2020, 08:12
Hi pankuolung0804
See below the correct code
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous