Forum

Wrong parameters count

Hi, I am trying to add a mobile alert to the below indicator and have added the following line SendNotification(Symbol(),", ",NameTimeframe(),": Candle size>=",InpLevelSize," pips"); but now I get a 'wrong parameters count' error when I compile it. If anyone could point me in the right direction on

Alert to mobile - adding code

Hi,I have looked at how to add a mobile push notification to the below bit of code but after reading how to guides i am still unsure. If a kind person could provide me with some assistance on how to do this it would be much appreciated. It is a candle size indicator with an alert function as below