masfen
masfen
same here
sorry i forgot to include the code and some more info, pyzmq came pre-installed with anaconda3 full error traceback: ``` Time= trade.get_Time2(symbol= 'EURUSD', timeframe= 'H1', start_bar=0, end_bar=2) Traceback (most recent...
this is the code that sends the reply ```c //+------------------------------------------------------------------+ //| ZeroMQ_MT4_EA_Template.mq4 | //| Copyright 2017, Darwinex Labs | //| https://www.darwinex.com/ | //+------------------------------------------------------------------+ #property copyright "Copyright 2017, Darwinex Labs." #property...
here is the part I don't quite understand, below the error occurs in the first execution and then doesn't in the second ``` Time= trade.get_Time2(symbol= 'EURUSD', timeframe= 'H1', start_bar=0, end_bar=2)...
thank you @lunarplasma this seems to have fix the problem