Forum

Odd EA works on testing

Hello, This is a very strange EA someone sent me, I tested it with the demo account and it works , but only for the EUR/USD and only if using small amounts of money (small amounts as a percentage of the account balance ), it only works when there is good volatility, but not too fast

How to detect if file exists?

Hello, I know that in a EA we can try to read a file using FileOpen(...) and get the error using GetLastError() to see if the file exist, but is there any other way to check if a file exist on the folder "experts/files"? I have an EA that relies on files that it creates, however when the EA restarts