behzadha
behzadha
Friends 1
behzadha
Added topic How many client socket can connect to server socket?
I want to connect more than 500 hundred client to the MQL (Meta Trader) server socket. There is no description about it in the documentation:   https://www.mql5.com/en/docs/network/socketcreate How many client can connect to the sever and deal
behzadha
Added topic Same code compiled well but have difference output in mql5/4
Hi, this code compiled well on both MQL4 and 5. But in mt5 the button will not pressed at all. What should I do to make button work on MT5? #include <Controls/Dialog.mqh> #include <Controls/Button.mqh> CAppDialog pannel; CButton btn; int
behzadha
Added topic Does CAppDialog work on tester?
I have a CAppDialog with some control on it, like RadioGroup. It does not work at all on strategy tester. If I use normal Button that is created by CreateObject(), so I can find it and set or get value from it. But CAppDialog radiogroup is not
behzadha
Added topic How to get several Zigzag highs and lows form UNIVERSAL ZIGZAG?
As you know   UNIVERSAL ZIGZAG   is a complete Zigzag expert and indicator. We can call it as below in our expert: int handle= iCustom ( Symbol (), Period (), "iUniZigZagSW" ,SrcSelect
behzadha
Registered at MQL5.community