Amibroker Data Plugin Source Code Top Here

int MyDataPlugin::GetBar(const char* symbol, int barIndex, float* open, float* high, float* low, float* close, float* volume)

If your data lives in a local database (SQL Server, MySQL), AmiBroker provides the ODBC/SQL Universal Data Plugin source code 3. Choosing Your Language Starting Data plug in project - Amibroker Forum amibroker data plugin source code top

// Not implemented return 0;

// Global handles for thread safety HANDLE g_hStopEvent; CRITICAL_SECTION g_csDataQueue; int MyDataPlugin::GetBar(const char* symbol

Returns the plugin's name, version, and type (Data/Indicator). Returns the plugin's name