I will write an advisor free of charge - page 171

 
Hello,

can anyone make this EA to work in such way.
I would like it to do same as it is doing but I would like changes:


- when one order is closed with SL it opens opposite order with DOUBLE LOTS (SL of first order is open price for second order). Then if second order is closed with SL it opens opposite order with DOUBLE LOTS of second order (SL of second order is open price of third order) and so on for 4th and 5th order. If 5th order is closed with SL or TP EA stops trading for this day. It starts trading again with new day at time we set with start lots 0.01.
- when any of orders is closed with TP it stops trading for this day

Many many thanks and many many pips.
Files:
EA.mq4  10 kb
 
Hello
I Would appreciate a translation from ProRealTime
To MT4.
Here's the file.
If possible add a TP for 25 pips on everything

Its very simple code based on
MACD and RSI i believe.

Heres the code in plain txt



// Definition of code parameters
DEFPARAM CumulateOrders = False // Cumulating positions deactivated

// Conditions to enter long positions
indicator1 = Average[20](close)
indicator2 = Average[50](close)
c1 = (indicator1 CROSSES OVER indicator2)

IF c1 THEN
BUY 1 CONTRACT AT MARKET
ENDIF

// Conditions to enter short positions
indicator3 = Average[20](close)
indicator4 = Average[50](close)
c2 = (indicator3 CROSSES UNDER indicator4)

IF c2 THEN
SELLSHORT 1 CONTRACT AT MARKET
ENDIF

// Stops and targets
SET STOP pLOSS 8 pTRAILING 8
Files:
 

Hi I have a request to create EA from my indicators. This is quite good accuracy indicators

Buy when MOD show blue and arrow show blue in the same period

Sell when MOD show Red and arrow show red in the same period

Trade Manager : SL, TP, Trailing step, Breakeven, lot size

(no marti style needed)


Thanks in advance

Files:
 
David Franco #: I Would appreciate a translation from ProRealTime

You have only four choices:

  1. Search for it (CodeBase or Market). Do you expect us to do your research for you?

  2. Try asking at:

  3. MT4: Learn to code it.
    MT5: Begin learning to code it.

    If you don't learn MQL4/5, there is no common language for us to communicate. If we tell you what you need, you can't code it. If we give you the code, you don't know how to integrate it into your code.

  4. Or pay (Freelance) someone to code it. Top of every page is the link Freelance.
              Hiring to write script - General - MQL5 programming forum (2019)

We're not going to code it for you (although it could happen if you are lucky or the problem is interesting.) We are willing to help you when you post your attempt (using CODE button) and state the nature of your problem.
          No free help (2017)

 
Anton Yakovlev:
If you have a good strategy and are willing to share it, I can write an advisor.
Hello I have a strategy I would like automated 
Reason: