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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.