If you have ever opened MetaTrader 5, tried to calculate the correct lot size under pressure, and thought “there must be a faster way”, Trade Manager was built for exactly that moment.
Trade Manager MT5 is a practical trading panel that combines visual trade planning, position sizing, and trade...
Hi, somewhere on internet I find the MT4 EA call it silva.mq4 wich can be used to control how many trades can active on an EA.
Even I reviewed set data wich is magic number and # of desire trades. It won control the number of trades and my EA continue taking more trades that I want.
Does...
Hey guys,
Looks like summer is quiet time for trading. Anyway, I'd add my "5 cents" to forum activity and share tool that I like personally.
This is the simple dashboard with the buttons. You can close by one click all profit / loss / all trades on exact pair or all pairs.
Nothing special...
Here
I made it
PROPERTY OF http://profitabletraders.co.uk/
http://profitabletraders.co.uk/
extern int TakeProfit=160;// TAKE PROFIT
extern int StopLoss=80;//STOP LOSS
extern int FastMA=5;
extern int SlowMA=20;
extern int SlowMA2=120;
I can be used as trade manager
Can anybody add all...
Attached is my trade manager EA that someone coded for me. I tested this EA since January 2, 2015 and based on my requirements, it is fully working.
Input parameters:
Manage all pairs (If true, attached the EA in only one chart and it will manage different pairs. If False, it will only...