La recherche a retourné 1 résultat

par Jhonmicky
03 août 2019, 09:57
Forum : Trading Automatique
Sujet : sales code for EA
Réponses : 0
Vues : 7149

sales code for EA

Hello everyone,,
I can learn since the programming on mt4 and I encounter a problem to place a sale when 2 moving averages intersect, it works on the purchase but not on sale, here is the code that I have done:

if (sell) {
// sales code here
sl = Bid ​​+ (stopLoss * factor);
sl2 = Bid ...