Forum

Taking a periodic screenshot in Mt4 (every 5 mins)

I would like to be able to take the function below which saves a screenshot to a file and attach a listening function that saves a screenshot every 5 minutes or so. What would be the best way to go about this in mql? int start() { if (! WindowScreenShot ( StringConcatenate ( Symbol (), "_" , Period

Setting ftp configuration (u/p) from mql code?

I would like to know if it is possible to set the ftp settings in MT4 via MQL code. The idea would then be to make use of the SendFtp command. Thank you