PureBytes Links
Trading Reference Links
|
Can you post a simple example of wrapping indicator code and calling
it?
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
wrote:
> Hello,
>
> AmiBroker does not use .NET platform.
> You can write plugins either as regular WinAPI DLLs in
C/C++/Delphi, etc
> or as ActiveX (COM) in any language.
>
> For regular DLLs you have to have language that compiles to BINARY
> CPU-native code.
> All .NET languages do not compile to CPU code.
> Instead they translate your program to "intermediate language"
> that is interpreted at run time (like Java).
>
> As to your second questions: AA can not directly refer
> to 'custom indicators' by name but you can wrap any indicator code
> into a function that can be #included and called in any place of
your code
> like any other built-in AFL function.
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: "rkp1" <rkp1@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Thursday, January 08, 2004 12:17 AM
> Subject: [amibroker] AFL plugins with VB.Net
>
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
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Yahoo! Groups Links
To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|