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

Re: EL CODE NEED HELP



PureBytes Links

Trading Reference Links

Don't divide the entry price by 100.  Your system is still working in FS
format for entryprices even if you are not

rgds

Philip


-----Original Message-----
From: Brent August <bka10237@xxxxxxxxxxxxxxxx>
To: omega-list@xxxxxxxxxx <omega-list@xxxxxxxxxx>
Date: 08 February 1999 15:27
Subject: EL CODE NEED HELP


|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
|
|