A.
Making a drawed line interactive
22 Apr 2019, 04:48
Hello,
Is there a way to make an object (in my case an horizontal line) which is drawn by a bot, interactive ?
I see in the API an isInteractive property but I didn't find a way to change it after using Chart.DrawHorizontalLine.
Thanks.

bart1
22 Apr 2019, 09:10
Hi,
var line = Chart.DrawHorizontalLine("my line", Symbol.Bid, Color.Red); line.IsInteractive = true;@bart1