Forum

Mt4 model for integration with python?

Hello all Is there mt4 module for integration with python like this for mt5 ? If the answer is NO, is there any other solutions to open the terminal and manage it automatically? (without connecting the python with EA via socket or any something else). Thanks

Crash while using Controls\Dialog.mqh

Hello all When i make an indicator using (Controls mqh files) to draw a table checkboxes and attach it on any chart, it works fine. But when i try to change the TF or symbol, the chart closes suddenly. Here i attached the indicator And here i tried to change the Time frame Any Solution, please

Mt4 server direct connection

Hello all How can i connect to mt4 server without the terminal there are any api or library??? To add it on my site to provide the account status Like myfxbook thanks

convert custom price into array EX: 124.53 ==> {1,2,4,5,3}

Hello, How to convert any price from this style xxx.xxx to numbers in the array? I want to convert this steps into a mql4 code ??? for EX: the price is 1.25245 1- price/Point; ==> 125245 (done) 2- 125245 ==> array {1,2,5,2,4,5} (need from this step) 3- 1+2+5+2+4+5 = 19 4- 19 = 1+9 = 10 5- 10 = 1+0