SUYANTO_SE / Publications
Forum
Add Buy and Sell Signal from Histogram Indicator
I have tried to add Buy and Sell Signal , pop up alert, and push notification from Histogram Indicator. Following line have errors : string fullMsg = Symbol() + " + IntegerToString(Period()) + " - " + msg; The errors after compiling : '' - double quotes are needed '-' - illegal operation use Much