Search results

  1. johnwboyd

    5 Tips for forex beginner

    Why sometimes it's news indicating going down but it goes up and visa versa? It seems quite tricky to find the right position. I think often the news push waits for a support level to move.
  2. johnwboyd

    Price Alert

    Sorry mate I don't even know I just copy and pasted. : ) I would like to suggest adding the input for call or put somehow. Not sure how that could be done but it'd be nice if the alert could say: AUDUSD Put etc.
  3. johnwboyd

    Price Alert

    I simplified the alert so it's less redundant with the code: if(NewBar()) { PlaySound("alert.wav");Alert ("Price Level Alert ", Symbol()," "); } Could also say Price Level Reached. That may be better..