Skip to content

rodyan/amibroker

 
 

Repository files navigation

AmiBroker .NET SDK

This is yet another AmiBroker plug-in SDK for .NET developers. As opposed to the official C++ based AmiBroker Development Kit (ADK) it can be used for data and/or optimization plug-in authoring with .NET 4.5 / C#.

It is 100% free, no hidden charges, allowed for both personal and commercial use under Apache License 2.0.

Contributions of any kind are welcome! Feel free to fork this repo and send pull requests with your updates.

Prerequisites

Community Plug-ins

  • Yahoo Finance real-time data plug-in for AmiBroker (planned)
  • Finam real-time data plug-in for AmiBroker (planned)

Demo

AmiBroker .NET SDK

Getting Started

Open 'AmiBroker .NET SDK.sln' solution file in Visual Studio, update plugin information inside Plugin/Plugin.cs/GetPluginInfo() method, add quotes related logic inside Plugin/Plugin.cs/GetQuotesEx() method, build the project, copy "Plugin.dll" to the AmiBroker's Plugins folder or alternatively you can add a symbolic link with the following command:

mklink "C:\Program Files (x86)\AmiBroker\Plugins\Plugin.dll" "C:\Projects\AmiBroker .NET SDK\Plugin\bin\Debug\Plugin.dll"

Support & Feedback

Visit our discussions board, feel free to ask questions and leave feature requests.

About

AmiBroker .NET SDK - An open source plug-in template project and community plug-ins for AmiBroker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published