Git Product home page Git Product logo

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

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

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

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.