Forum

Expert advisor really simple: but how to code it?

Hello everyone. I have a problem: i don't know how to code this expert advisor. It has to open a position when all rsi's timeframes are aligned. I'll explain better. Open buy when 15m to Monthly RSIs are >50 and sell the way around. Somebody can help me? I'm freaking out on how to code the multi

A control to not repeat the operation

Hello everyone. I wrote my first semi-ea. Meaning that it is discretional in that but i need to be advised whenever the conditions are met. My problem right now is that the EA keeps sending me signals every hour, even if IT HAS ALREADY SENT THE SAME SIGNAL. THis is what i would really like to

Why it opens orders 10 pips higher than price? It executes them as wel....

Hello everyone, i have a problem with this ea. I think the images can explain themselves. //+------------------------------------------------------------------+ //| Momentum_v1.mq4 | //| Skox

What is wrong with this logic? Trailingstop for half position

Hello everyone, what is wrong with this logic? I want to open 2 positions. One will be closed with a target profit, the other one with trailingstop. If i knew how to close just half position and go ahead with trailingstop for the other half i would have done:) //--- Controllo numero ordini e send

No trailingstop, even if it's been set up

Hello guys, I have a problem.. According to the logic, regarding the position ticketTL, the ea should move the trailingstop up. Instead, it remains a fixed stoploss. No errors in the journal. //+------------------------------------------------------------------+ //|