I need a custom EA for mt4

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 18 giorni
Feedback del cliente
Thank you for your hard work
Feedback del dipendente
Thank you for cooperation.

Specifiche

Hello guys,

 

I need a custom EA based on price action.

 

Buy rule (for long positions)

if (condition 1 AND (condition 2a OR condition 2b or condition 2c) {

           buy()

}

 

Primary condition

condition 1 {

Market breaks below previous day (yesterday) low }

 

Secondary conditions

condition 2a {

At least one bar breaks below low of previous bar but closes above previous bar low on 1 hour chart }

 

condition 2b {

At least one bar breaks below low of previous bar but closes above previous bar low on 30 min chart }

 

condition 2c {

At least one bar breaks below low of previous bar but closes above previous bar low on 15 min chart }

 

Action

buy ()

if condition1 is true and condition 2a or 2b or 2c is true then place a buy stop order at previous day (yesterday) low

 

Stop order

Stop order is placed at today low

 

Profit taking

Exit the same day at the open of the last 30 min bar for the day.

 

Sell rule (for short positions)

if (condition 1 AND (condition 2a OR condition 2b or condition 2c) {

           sell()

}

 

Primary condition

condition 1 {

Market breaks above previous day (yesterday) high }

 

Secondary conditions

condition 2a {

At least one bar breaks above high of previous bar but closes below previous bar high on 1 hour chart }

 

condition 2b {

At least one bar breaks above high of previous bar but closes below previous bar high on 30 min chart }

 

condition 2c {

At least one bar breaks above high of previous bar but closes below previous bar high on 15 min chart }

 

Action

buy ()

if condition1 is true and condition 2a or 2b or 2c is true then place a buy stop order at previous day (yesterday) low

 

Stop order

Stop order is placed at today high

 

Profit taking

Exit the same day at the open of the last 30 min bar for the day. 

 

Risk management

l  Takes preferred max risk ($) per trade from user as an input

l  Calculates pip value

l  Calculates #pips to risk (distance between entry and stop loss)

l  Calculates dollar risk per lot (pip value * #pips to risk)

l  Calculates #lot to trade (max risk / dollar risk per lot)

 

ü  If #lot to trade is < 0.01 then trade is not placed

 

ü  Only 1 trade per day (max # trade = 1)

 

ü  If # of consecutive losses become 6 then stop trading for rest of the month.

 

ü  If total number of losses become 6 then send a sms notification

 

Other rules

Instruments to trade:

l  EUR/USD

l  GBP/USD

l  USD/JPY

l  USD/CHF

l  USD/CAD

l  AUD/USD

l  NZD/USD 

 

 

Thank you 

Con risposta

1
Sviluppatore 1
Valutazioni
(69)
Progetti
76
59%
Arbitraggio
0
In ritardo
12
16%
Gratuito
2
Sviluppatore 2
Valutazioni
(769)
Progetti
1033
44%
Arbitraggio
50
8% / 50%
In ritardo
117
11%
Gratuito
3
Sviluppatore 3
Valutazioni
(106)
Progetti
314
49%
Arbitraggio
42
52% / 19%
In ritardo
22
7%
Gratuito
4
Sviluppatore 4
Valutazioni
(34)
Progetti
80
34%
Arbitraggio
13
31% / 54%
In ritardo
19
24%
Gratuito
5
Sviluppatore 5
Valutazioni
(1134)
Progetti
1436
62%
Arbitraggio
21
57% / 10%
In ritardo
43
3%
Gratuito
6
Sviluppatore 6
Valutazioni
(221)
Progetti
369
66%
Arbitraggio
10
50% / 0%
In ritardo
46
12%
Gratuito
7
Sviluppatore 7
Valutazioni
(25)
Progetti
36
17%
Arbitraggio
14
14% / 57%
In ritardo
3
8%
Gratuito
8
Sviluppatore 8
Valutazioni
(266)
Progetti
540
50%
Arbitraggio
55
40% / 36%
In ritardo
224
41%
In elaborazione
9
Sviluppatore 9
Valutazioni
(71)
Progetti
156
44%
Arbitraggio
22
41% / 14%
In ritardo
16
10%
Gratuito
10
Sviluppatore 10
Valutazioni
(219)
Progetti
405
60%
Arbitraggio
13
38% / 23%
In ritardo
160
40%
In elaborazione
11
Sviluppatore 11
Valutazioni
(68)
Progetti
111
26%
Arbitraggio
17
6% / 71%
In ritardo
15
14%
Gratuito
12
Sviluppatore 12
Valutazioni
(258)
Progetti
395
28%
Arbitraggio
69
19% / 49%
In ritardo
120
30%
Gratuito
13
Sviluppatore 13
Valutazioni
(46)
Progetti
73
16%
Arbitraggio
13
8% / 92%
In ritardo
37
51%
Gratuito
14
Sviluppatore 14
Valutazioni
(49)
Progetti
74
18%
Arbitraggio
30
17% / 53%
In ritardo
31
42%
Gratuito
15
Sviluppatore 15
Valutazioni
(62)
Progetti
140
46%
Arbitraggio
19
42% / 16%
In ritardo
32
23%
Gratuito
Ordini simili
I use the translator I hope to make myself understood. I'm looking for a cyclical indicator. mt5. I attach videos to understand how it works. to be inserted at any point of the graph. It is possible to change the color and thickness of the line
This EA must have the following functions together: BE: place BE when the price reach a certain gain in PIPS and you can choose the offset too, so, for example it activates after 10 pips with 1 pip of offset so you can have profit with BE too Auto SL and TP Can manage the trades made by phone when MT5 is open in the PC or VPS Trailing stop (step by step): I can decide at what number of pips the trailing stop get
This is a strategy based on crossing two trend indicators on the second timeframe (1s, for example). We work not only with the market but with the limit orders as well (robot must "read" an order book). Read the whole instruction please for more details. Speak Russian, English
Martingale EA for MT5 30 - 100 USD
Criteria: Only one trade at a time. Cannot open another trade if one is running Trade on EURUSD only, once job is completed I will be happy to schedule more for other pairs You choose entry strategy and criteria win rate must be above 50% in long term backtest of EURUSD Every trade has got TP and SL Trades to last about a day, few trades a week, at least 10 pips gain per trade, so that it can be launched on normal
I have a indicator, mql file. The signals are seen below on a EURNZD H1 chart. Very important to get accurate entries. The signal to trade is the first tic after the the indicator signal paints. I've tried to demonstrate that below. Other than that the EA will have a lot size escalation, an on-screen pip counter, a button to stop taking new trades, SL/TP, and magic number. I would like the indicator to be within the
I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL
Hi I'm looking to have 2 of my pinescript strategies converted to MQL5 and was wondering if you could first give me a quote for the more simple strategy and then for both the simple and complex strategy together. The simple strategy is a MACD crossover type thing that uses a special EMA script that filters out some ranging price action and also fractal candles for the stop loss. The second strategy is market
I want grate robot for making profits that know when to start a good trade and close a trade and must be active all time to avoid lost of money
I have developed a very strong TradingView strategy in Pine Script but unfortunately, a third-party connector is requiired and in my opinion, I want a more direct connection. I am not brilliant at coding, but I have coded the majority of the MT5 code and I would like you to make sure that the MT5 code matches my TradingView script and executes the same way as the TradingView script that I will provide if you are

Informazioni sul progetto

Budget
30 - 60 USD
Per lo sviluppatore
27 - 54 USD
Scadenze
da 1 a 7 giorno(i)