Thread: Ask!
View Single Post
  #1073 (permalink)  
Old 05-01-2008, 09:18 PM
Michel Michel is offline
Senior Member
 
Join Date: Feb 2006
Posts: 513
Michel is on a distinguished road
Quote:
Originally Posted by Dave137 View Post
PHP Code:
   if(Period()==PERIOD_M15 && Symbol()=GBPUSDUPLevel=.35
What is lacking in this statement. I am getting an error about the currency symbol GBPUSD. Please assist in fixing my error!

Thanks a bunch in advance!

Dave
<><<<
PHP Code:
   if(Period()==PERIOD_M15 && Symbol()=="GBPUSD"UPLevel=0.35
Reply With Quote