Good day, dear colleagues. Yesterday I updated VMware to version 16.1.0 and the product requires installation again. After that, I understand I lose activation again. Please return the activation to me I probably will no longer put this product on ...
Discy Latest Questions
I will not write all the checks of the open connection here, for brevity. I will say right away that the server receives the data (displays it in the interface) and sends a response (16 bytes). But the Expert Advisor ...
Hello. Tell me, is there a difference between this design //+------------------------------------------------------------------+ if(IsFillingTypeAllowed(SYMBOL_FILLING_FOK)) m_trade.SetTypeFilling(ORDER_FILLING_FOK); else if(IsFillingTypeAllowed(SYMBOL_FILLING_IOC)) m_trade.SetTypeFilling(ORDER_FILLING_IOC); else m_trade.SetTypeFilling(ORDER_FILLING_RETURN); //+------------------------------------------------------------------+ bool IsFillingTypeAllowed(int fill_type) { int filling = ...
The problem is this : on the backtest chart the yield is say 100,000 and in the report of the backtest 1000 000.. why on the yield chart, the Expert Advisor rests on some maximum yield and there is no ...
Good day to all forumchanam. I can’t figure out the sliding ones. More precisely, how to take the readings of two moving averages in mql5 ? I read the help, but I can’t figure it out yet. I want to ...
There was no Windows update, but the activationdeleted> it flew off!
Please tell me, is it possible to somehow run the strategy tester from the script code, or the command line with predefined parameters?