zoop Posted March 29, 2010 Report Posted March 29, 2010 (edited) i have this tick speed indicator called " speedometer_v1.mq4" and i want to add to an ea to test it speedlimit above 5 then buy speedlimit below -5 then sell is this way correct? extern int SpeedLimit=5; double SPEED=iCustom(NULL,0,"Speedometer_v1",SpeedLimit,0); if(SPEED>SpeedLimit ){ buy=true; if(SPEED<- SpeedLimit){ sell=true; thanks, Zoop Edited March 29, 2010 by zoop
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now