Quote:
Originally Posted by Dave137
PHP Code:
if(Period()==PERIOD_M15 && Symbol()=GBPUSD) UPLevel=.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;