Forum

In addition to - "Evaluate the results of the expert (2140 trades, not a single loss)" - another "no-loss system..."

Of course, fooling the tester is no easy task, but I succeeded too. ... Let's take a look at the results of my system

Prevent from running multiple instances of EA in the same Terminal

Hi All, How can know from EA that it's already running in the terminal? The solution I'm thinking of is to set global variable onInit EA_ACTIVE and remove it on deInit, when you try to run another copy of EA it will check that EA_ACTIVE exists and return onInit_fail. The problem here that the user