[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

EL CODE NEED HELP



PureBytes Links

Trading Reference Links

THIS IS MY CODE

if c/100>o/100 then buy;
if c/100>>o/100 then sell entryprice/100+10 stop;

I  DIVIDE BY 100 BECAUSE I USE FUTURE SOURCE AS A DATA PROVIDER
AND THEY SEND PRICES WITHOUT DECIMAL POINT.

THE FIRST LINE WORKS -- I GET A BUY.

BUT THE SECOND LINE OF CODE DOES NOT GET ME A SELL!!

THE CODE DOES VERFIY.

THANK YOU.

 BRENT