trade manager

  1. rolom

    How to control Maximun active trades on an MT4 EA

    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...
  2. AndyPipsir

    Scripts panel to manage your orders by one click (on current or all pairs)

    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...
  3. new digital

    Free Trade manager EA expert advisor with source codes + 3 moving averages

    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...
  4. F

    Free Simple Trade Manager EA

    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...