0

Amibroker Data Plugin Source Code Top Best

: Look at DataSource.cs in the repository for an example of how to implement GetQuotes() to return price data to AmiBroker.

Before you start, make sure you have:

PLUGIN_API BOOL WINAPI PluginSetting(HWND hParent, HINSTANCE hInst, LPCTSTR registryPath) DialogBox(hInst, MAKEINTRESOURCE(IDD_SETUP), hParent, (DLGPROC)SettingsDlgProc); return TRUE; amibroker data plugin source code top