Coder Social home page Coder Social logo

amibroker's Introduction

AmiBroker .NET SDK and Community Plug-ins

Non-official AmiBroker plug-in SDK for .NET developers. It's just a port of the official C++ based AmiBroker Development Kit (ADK) to .NET / 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 for Developers

  • Visual Studio 2012 (preferred) or Visual Studio 2010
  • NuGet Package Manager extension for Visual Studio
  • Microsoft .NET Framework 4.5 (can be easily downgraded if needed in Plugin.csproj file)

Community Plug-ins for AmiBroker

Demo

AmiBroker .NET SDK

Getting Started

Download and install GitHub for Windows if you havn't done it already. Click [Clone in Desktop] button on the right at this page in order to download the latest version of this project to your local folder.

Open 'AmiBroker .NET SDK.sln' solution file in Visual Studio, update information about your plug-in inside Plugin/Plugin.cs/GetPluginInfo() method, add quotes related logic inside Plugin/Plugin.cs/GetQuotesEx() method, build the project and you're done. Your first data plug-in is ready to be tested and debugged.

Note, that this project is just a port of the oficial C++ based ADK. In order to understand how it works it is strongly recommended to read the official ADK manual which can be found inside ADK.zip file.

Support & Feedback

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

amibroker's People

Contributors

koistya avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

amibroker's Issues

Getting constant error message e0434352

Getting below message error after dll plugin is loaded. it successfully completes the GetPluginInfo call. but after that this error. comes . looks like it is coming in GetQuotesEx. but still not sure . any suggestions..
If i try the sample plugin in C++ from ADK it works without error. but in that i am not able to display candle data.
Any pointers will be much helpful


AmiBroker

Code: e0434352
Description:
Address: 00007FF9FF49A799

Call Stack:
00007FF9FF49A799 KERNELBASE, RaiseException() +105 byte(s)
00007FF9E65F2A86 VCRUNTIME140_CLR0400, _FrameUnwindFilter() +1174 byte(s)
00007FFA02500616 ntdll, RtlCaptureContext() +1382 byte(s)
00007FF9E50F61FD clr, LogHelp_NoGuiOnAssert() +34413 byte(s)
00007FF9E50EF8DB clr, LogHelp_NoGuiOnAssert() +7499 byte(s)
00007FF9E50EF01C clr, LogHelp_NoGuiOnAssert() +5260 byte(s)
00007FF9E50E4835 clr, (function-name not available)() +0 byte(s)
00007

Abort Retry Ignore

Need to test it with AmiBroker x64

While it works fine with AmiBroker x86 on both Windows x84 and Windows x64, still need to check if this plug-in works with AmiBroker x64

what are the parameters and return value from GetRecentInfo() method

I am attempting to display the live data into "real time quotes window"
So I did override the method"GetRecentInfo(string ticker)" then Amibroker called this method, but I cant return RecentInfo data to Amibroker.
I did found the GetRecent format, no where that was.

The format I did

public static void GetRecentInfo(string ticker)
{
RecentInfo rc = new RecentInfo();
.....
}
and
public static void GetRecentInfo(string ticker, out RecentInfo)
{
rc = new RecentInfo();
.....
}

public static RecentInfo GetRecentInfo(string ticker)
{
RecentInfo rc = new RecentInfo();
...
return rc
}

I hope you to give advises.

how use it for web

hi ad,
now i want to development it to be can run on web base
how i can do it, you have any document for development web app?
thank you so much

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.