Amibroker Plugin Github -

To understand or contribute to repositories found on GitHub, you need to understand how AmiBroker communicates with external Dynamic Link Libraries (DLLs).

: For those who prefer writing AFL code in a full IDE, this provides syntax highlighting and auto-completion for AFL in IntelliJ. Key Development Resources amibroker plugin github

: Once the files are in place, restart AmiBroker. The plugin's functions can now be called from within AFL. For the Rtd_Ws_AB_plugin , for example, the AFL script uses GetTradingInterface("WS") to initialize the connection. Similarly, the ShoonyaAPI plugin exposes a ShoonyaFireSignal(Buy,Sell,Short,Cover) function to send trade signals. To understand or contribute to repositories found on