PureBytes Links
Trading Reference Links
|
Tomasz, why doesn't this code control buyprice? I still have
buyprices at impossible levels, and even at fractional yen prices.
TickSize = IIf( C < 2000, 1, IIf( C >= 2000 AND C < 3000, 5, IIf( C
>=3000 AND C < 49999, 50, IIf( C >= 50000 AND C < 99999, 100, IIf( C
>= 100000, 1000, 10000 /*otherwise*/ ) ) ) ) );
Yuki ^_^
mailto:yukitaga@xxxxxxxxxxxxx
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|