PureBytes Links
Trading Reference Links
|
Nigel,
Can you explain the use of this dll?
As I use ASX as well. Why did you need round?
KR
Micahael.
At 09:02 PM 3/03/2003 +1100, you wrote:
>Yuki,
> it's in
>
><http://groups.yahoo.com/group/amibroker/files/PLUGIN>http://groups.yahoo.com/group/amibroker/files/PLUGIN
>DLL/ASXtick.zip
>
>but since you really only want the docs, here they are.
>
> Nigel
>
>
>On Mon, 3 Mar 2003 08:52 pm, Yuki Taga wrote:
> > Hi Nigel,
> >
> > Sounds interesting, but I cannot seem to locate that particular file
> > in the files section. I can't find anything at all posted by you,
> > however there are a number of ASX-specific files posted, but none I
> > see by the name of ASXtick.zip.
> >
> > Yuki
> >
>
>
>AmiBroker Indicator Plugin -- ASXtick.dll
>
>Utility functions for manipulating prices in terms of ASX ticks
>
>ASX rules for tick size.
> - price <= 10c, tick is 0.1c ($0.001)
> - 10c < price <= 50c, tick is 0.5c ($0.005)
> - 50c < price, tick is 1c ($0.01)
>
>Additional rules implimented in the plugin.
> - price < $0.00, tick is undefined, price will be adjusted to 0.00.
> - price == {Null} (AmiBroker undefined value), any {Null} input value
> will cause the return to also be {Null}.
> - price > $21,474,834 it's gunna give the wrong answer. I don't care!!
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/
|