autotraderbra / Publications
Forum
Why do metatrader crash with loops?
Hi, on metatrader, if you code: while (1>0) {} The program does not run and crashes, but why this happen? I see that in other languages there is no problem with this kind of loop. Thanks for answer