use mt4 errors to make decisions
-
Hello I would like to know if you can read the errors of mt4 to make a decision.
specifically, I want to read errors 148 (number of orders exceeded), and 134 (not enough money). If I get these errors, I want to close the orders and stop the EA. -
@cesardefez AFAIK those errors are identified in the logs only. I'm not sure logs can be read, but maybe I'm wrong. Can anyone confirm this is so?