Can anyone fix this EA?

 

Hello, got this EA off another site but what the problem is that it won't open another trade when there is already an open trade. Weird. When the previous trade closes then it will start another. Doesn't matter if it's another currency or not. Hence the name Solo How can I fix this?

Thanks

Files:
Solo_1.1.mq4  5 kb
 

Try the attached. I think the problem was that the return statement on line 114 meant that the EA would never check for a new trade setup if any other orders existed. I moved the statement so that the EA should only prevent new orders for the same symbol. Not tested....

Files:
 

Ok, thank you. I'll test it

Reason: