Amibroker Data Plugin Source Code Official

int CSVPlugin::GetQuote(const char* symbol, float& quote) { // Read the latest quote from the CSV file // ... return 0; }

CSVPlugin::~CSVPlugin() { }

int CSVPlugin::Disconnect() { fclose(file_); return 0; } amibroker data plugin source code