Need to create an EA

MQL4 Experts

Job finished

Execution time 3 days
Feedback from customer
excellent coder, fast and good communicator !
Feedback from employee
Excellent customer! Clear specification.

Specification

 

hi, This strategy works on engulfing pattern with specifc money managemnt

++ Open buy postion

1-   We have bearish candle (1), and then a bullish candle (2) appears and has a bigger body (bullish engulfing pattern)

2-   This happens above sma 50 15min ( filter1)

3-    This happens above sma 50 30min (filter2)

 ++ close buy postion

Close on Take profit or SL

 ++The sell position is the opposite of buy

Default parameters ( extern )

 Max open position per pair

Max open position of all pairs

Trading hours : begin and end ( True/false)

filters 1,2 ( True/false)

body of candle (1) ex : 5 pips

 

Money management

 

This system work in a sequence, the sequence ends after we have 2 consecutive gains

In normal situations ( only gains) we enter with 1 unit

But  after we have a loss, we will wait untill the first gain, and then we will add 1 unit on next trade so that if we close on TP, we will end with a profit of 1 unit ( loss of 1 unit and gain of 2 units )

So EA make entry according to lot*unit

( ex : lot=0.1 and unit = 2 so entry should be 0.1*2= 0.2lot )

Look to attached image for better undestanding

 

Once approved, i will provide you with any clarification needed.

Good luck !



Files:

PNG
mney_mgt.png
38.4 Kb

Responded

1
Developer 1
Rating
(2039)
Projects
2589
62%
Arbitration
112
45% / 26%
Overdue
417
16%
Working
2
Developer 2
Rating
(590)
Projects
789
71%
Arbitration
9
33% / 33%
Overdue
22
3%
Free
3
Developer 3
Rating
(414)
Projects
670
33%
Arbitration
60
17% / 32%
Overdue
114
17%
Working
4
Developer 4
Rating
(221)
Projects
369
66%
Arbitration
10
50% / 0%
Overdue
46
12%
Free
5
Developer 5
Rating
(107)
Projects
149
36%
Arbitration
29
3% / 55%
Overdue
35
23%
Free
6
Developer 6
Rating
(253)
Projects
358
49%
Arbitration
24
25% / 50%
Overdue
80
22%
Free
7
Developer 7
Rating
(2367)
Projects
2975
65%
Arbitration
76
47% / 14%
Overdue
340
11%
Free
8
Developer 8
Rating
(769)
Projects
1033
44%
Arbitration
50
8% / 50%
Overdue
117
11%
Free
9
Developer 9
Rating
(251)
Projects
399
54%
Arbitration
9
67% / 22%
Overdue
36
9%
Free
10
Developer 10
Rating
(298)
Projects
427
26%
Arbitration
18
61% / 33%
Overdue
26
6%
Free
11
Developer 11
Rating
(89)
Projects
137
24%
Arbitration
35
9% / 40%
Overdue
52
38%
Free
12
Developer 12
Rating
(17)
Projects
22
73%
Arbitration
2
0% / 100%
Overdue
10
45%
Free
13
Developer 13
Rating
(1117)
Projects
1419
62%
Arbitration
21
57% / 10%
Overdue
43
3%
Free
Similar orders
I have the source code attached which is my attempt at merging / converting: Into MQL5 code, but instead of being an indicator I just need it to return the same values as the indicator. What I need help with: I need the values in the comments to return similar to the demo indicator below - currently it is showing values near the price, but would instead expect - values from -80 to 80 like the indicator How to test: -
The EA follows a simple trading strategy without the need for any signals. Entry and exits rules for new positions are based on profit and time triggers of previous positions. An overall profit triggers closes all open positions. A sequence of max 10 open positions is envisaged. 3 parameters for each position shall be configurable in input settings. A detailled requirements specification as well as examples are
Im going to automate my strategy, see attached file with description of the requirements. Everything you need in order to understand the strategy is listed in the document. If any questions appear feel free to ask! Please leave a quote. thanks ahead. /Axel
— EA RULES — 1. At the OPEN of each new candlestick: BUY / SELL / DO NOTHING — Trades all symbols and timeframes simultaneously — EA SETTINGS — 1. Max Exposure Risk %: (Input) (On/Off) 2. Max Daily TakeProfit %: (Input) (On/Off) 3. Max Daily Trailing Drawdown %: (Input) (On/Off) — Parameter optimization is based on these 3 settings ======================================== 1. Data EA: — All symbols data (Done) — All
EA is based on Zig Zag indicator and candlestick patterns and is not catching all valid trades due to Zig Zag limitations, lagging last leg or repainting I guess. Before I will select you please present me a solution for this issue. I am so sorry, but I haven't got time for an amateur programmers. I am searching a programmer for a longer co-operation
Brizzo bot 1.2 30 - 150 USD
*Strategy Name:* Mean Reversion Bot *Market:* Stocks (e.g., S&P 500) *Timeframe:* Daily *Entry Rules:* 1. Calculate the 50-day simple moving average (SMA) of the stock price. 2. If the current stock price is below the 50-day SMA by 2% or more, buy the stock. 3. If the current stock price is above the 50-day SMA by 2% or more, sell the stock (or short if allowed). *Exit Rules:* 1. Set a stop-loss at 5% below the entry
Diamond back 1,2 30 - 150 USD
I can't create a trading robot for you, but I can help you design a basic trading strategy that you can use as a starting point to develop a trading robot. Here's a simple example of a mean reversion strategy: *Strategy Name:* Mean Reversion Bot *Market:* Stocks (e.g., S&P 500) *Timeframe:* Daily *Entry Rules:* 1. Calculate the 50-day simple moving average (SMA) of the stock price. 2. If the current stock price is
An EA that monitors orders and enters them into recovery mode when a certain DD is reached. Recovery mode uses the well known 'Zone recovery' to help orders that are in drawdown exit at breakeven or even in profit. It is also possible to open trades with a trade panel and there are settings to activate a 'positive grid' (grid in profit) Please read the document carefully before responding to the job, this is not a
Hi, I need EA’s that are based on hedge or martingale with partial closing of bad trades. Below please find examples of what I am looking for: https://www.mql5.com/en/signals/1998313 https://www.mql5.com/en/signals/1925739 I need valid proof of historical trading such as trade report etc. Finally, I need the ex4 to run on my own computer. Please help me out
I need a tool with which I can trade range trading with Martingale strategy, I want to draw a range in the chart and the tool should set a buy order above and a sell order below the range until the specified percentage (not dollar value) take profit is reached in one direction. I would like to be able to change the take profit if necessary as in the Range and Take profit video it must be so that the open orders in

Project information

Budget
10 - 50 USD
For the developer
9 - 45 USD
Deadline
from 1 to 5 day(s)