Simple EA

 

Hello.

I need a simple EA that will open orders if:

2 bullish candles followed by 2 bearish candles: open short order on the opening of the next candle.
2 bearish candles followed by 2 bullish candles: open long order on the opening of the next candle.

The EA must have SL, TP and Trailing Options.

 
Ercio Alendre:

Hello.

I need a simple EA that will open orders if:

2 bullish candles followed by 2 bearish candles: open short order on the opening of the next candle.
2 bearish candles followed by 2 bullish candles: open long order on the opening of the next candle.

The EA must have SL, TP and Trailing Options.

Please post it as a job in Freelance section.

 
Ercio Alendre: I need …
You have only four choices:
  1. Search for it.
  2. Beg at
  3. MT4: Learn to code it.
    MT5: Learn to code. 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 yours.
  4. or pay (Freelance) someone to code it.
              Hiring to write script - General - MQL5 programming forum
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
          urgent help.
 
William Roeder:
You have only four choices:
  1. Search for it.
  2. Beg at
  3. MT4: Learn to code it.
    MT5: Learn to code. 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 yours.
  4. or pay (Freelance) someone to code it.
              Hiring to write script - General - MQL5 programming forum
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
          urgent help.

I did not asked to anybody code it for free to me. After my initial post I asked for a freelancer but apparently it was deleted.

 
Ercio Alendre:

I did not asked to anybody code it for free to me. After my initial post I asked for a freelancer but apparently it was deleted.

It doesn't work like that, so I've told you to post it as a job in Freelance section.

 
Ercio Alendre :

Hello.

I need a simple EA that will open orders if:

2 bullish candles followed by 2 bearish candles: open short order on the opening of the next candle.
2 bearish candles followed by 2 bullish candles: open long order on the opening of the next candle.

The EA must have SL, TP and Trailing Options.

Try this advisor: Morse code

Trading based on preset candlestick combinations (patterns), using Take Profit and Stop Loss.

Candlesticks are marked as "1" (bullish) and "0" (bearish):

Morse code

Perhaps this is what you need.