Hello, How to Plot a Foreign symbol without draw line when they are no data ?
Plot(Close,"Close",colorBlack,styleCandle);
Plot(Foreign("BBB","Close"),"Close",colorRed,styleLine);
They are no data some hours for the symbol BBB but AmiBroker draw a
horizontal line.
How remove this horizontal line ?
Thanks,
