Dependant DLL loading issue in MQL5 from C#
问题 I have this code for MQL5. #property indicator_chart_window #property indicator_buffers 1 #property indicator_plots 1 #import "Indicator\\..\\Libraries\\PythonConnect.dll" int OnInit() { //--- return(INIT_SUCCEEDED); } int OnCalculate(const int rates_total, const int prev_calculated, const datetime &time[], const double &open[], const double &high[], const double &low[], const double &close[], const long &tick_volume[], const long &volume[], const int &spread[]) { //--- Print(PythonConnect1: