Search results

  1. N

    Price Alert

    Thanks again! I removed the first area, before the comma, and it is good now. SendNotification("Price for " + Symbol() + " reached " + Bid + " level, which is below your alert level of " + SoundWhenPriceGoesBelow);
  2. N

    Price Alert

    Yes, thank you. That is what I did, but I am getting an error (3 times, one for each occurrence of SendNotification). Here is what I did (3 times) and the error (3 times): if ((Ask > SoundWhenPriceGoesAbove) && (SoundWhenPriceGoesAbove > 0)) { Alert("Price above the alert level.")...
  3. N

    Price Alert

    Hi Enivid, I am new to this. Thank you much for your service. I have tried to modify the Price Alert Indicator to Send Notification to my iphone, but I get errors when changing SendMail to SendNotification and try to compile. Would you, or someone, please provide an example of how this...