Where the signal is supposed to appear, you have simply to add this line code at the next line :
For buy alert :
For sell alert :Code:Alert ("Name of the indicator: ",Symbol()+" "+Period()+": Buy Alert @ "+DoubleToStr(Ask,Digits));
The function ALERT is used to generate a pop up box.Code:Alert ("Name of the indicator: ",Symbol()+" "+Period()+": Sell Alert @ "+DoubleToStr(Bid,Digits));



Reply With Quote

