NEW SIMPLE EA DEVELOPMENT

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 23 ore
Feedback del dipendente
Great customer, Nice description and patience. More jobs
Feedback del cliente
Great programmer. Fast and accurate, well done.

Specifiche

I'm looking for a competent developer/coder who can create a basic EA based on the attached images.

When the price closes below an MA then sell

If price keeps falling, then keep selling every x pips closing all trades based on a Trailing Stop Loss

If price turns around in the opposite direction and crosses back above the MA then stop selling and start buying every x pips.

Keep doing this untill the Buy orders are greater than the sell orders by x pips and close all orders together - never closing at a loss.

File:

PNG
LOGIC_1.png
19.5 Kb
PNG
LOGIC_2.png
13.0 Kb

Con risposta

1
Sviluppatore 1
Valutazioni
(127)
Progetti
148
23%
Arbitraggio
5
0% / 60%
In ritardo
4
3%
In elaborazione
2
Sviluppatore 2
Valutazioni
(145)
Progetti
204
21%
Arbitraggio
13
62% / 23%
In ritardo
1
0%
Occupato
3
Sviluppatore 3
Valutazioni
(32)
Progetti
53
36%
Arbitraggio
4
25% / 50%
In ritardo
6
11%
Occupato
4
Sviluppatore 4
Valutazioni
(29)
Progetti
37
41%
Arbitraggio
0
In ritardo
0
Gratuito
5
Sviluppatore 5
Valutazioni
(1077)
Progetti
1424
45%
Arbitraggio
48
73% / 13%
In ritardo
35
2%
Gratuito
6
Sviluppatore 6
Valutazioni
(4)
Progetti
5
60%
Arbitraggio
0
In ritardo
0
Gratuito
7
Sviluppatore 7
Valutazioni
(9)
Progetti
14
14%
Arbitraggio
1
0% / 100%
In ritardo
1
7%
In elaborazione
8
Sviluppatore 8
Valutazioni
(1)
Progetti
2
50%
Arbitraggio
0
In ritardo
0
Gratuito
9
Sviluppatore 9
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
10
Sviluppatore 10
Valutazioni
(16)
Progetti
17
12%
Arbitraggio
1
0% / 100%
In ritardo
0
Gratuito
11
Sviluppatore 11
Valutazioni
(341)
Progetti
536
32%
Arbitraggio
23
65% / 9%
In ritardo
15
3%
In elaborazione
12
Sviluppatore 12
Valutazioni
(41)
Progetti
88
14%
Arbitraggio
29
31% / 48%
In ritardo
36
41%
Caricato
13
Sviluppatore 13
Valutazioni
(36)
Progetti
44
32%
Arbitraggio
6
17% / 33%
In ritardo
8
18%
Gratuito
14
Sviluppatore 14
Valutazioni
(545)
Progetti
1326
59%
Arbitraggio
28
82% / 0%
In ritardo
10
1%
Gratuito
15
Sviluppatore 15
Valutazioni
(126)
Progetti
160
36%
Arbitraggio
4
25% / 50%
In ritardo
13
8%
Gratuito
16
Sviluppatore 16
Valutazioni
(253)
Progetti
309
37%
Arbitraggio
6
50% / 17%
In ritardo
7
2%
Gratuito
17
Sviluppatore 17
Valutazioni
(55)
Progetti
163
69%
Arbitraggio
4
100% / 0%
In ritardo
1
1%
Gratuito
18
Sviluppatore 18
Valutazioni
(49)
Progetti
55
31%
Arbitraggio
2
0% / 0%
In ritardo
0
In elaborazione
19
Sviluppatore 19
Valutazioni
(251)
Progetti
402
38%
Arbitraggio
82
41% / 20%
In ritardo
70
17%
Caricato
20
Sviluppatore 20
Valutazioni
(68)
Progetti
103
53%
Arbitraggio
3
0% / 67%
In ritardo
9
9%
In elaborazione
21
Sviluppatore 21
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
Ordini simili
Build EA Trading Utilitis to Fixed SL and Trailing by Pips in all Trade open from MT5 Account.. Utilities setting will allow us to add fix Stop Loss and Take Profit values in Pips, Automatic break even, Allow to Add multiple Trailing stop, Partial closing
Designing and programming a trading strategy for an automated trading robot requires a comprehensive approach that involves several steps: 1. **Define Strategy**: Decide on the trading strategy you want to automate (e.g., moving average crossover, mean reversion, breakout strategies). 2. **Choose Platform**: Select a trading platform or framework that supports automated trading. Examples include MetaTrader (MQL)
I need someone who can code a robot using a channel indicator. I have the indicator with me but it isn't mine and I don't have the source code as well. If you can generate something similar to that , then it would be cool KINDLY NOT THAT MY BUDGET IS FOR BOTH MT4 AND MT5 PLATFORMS The EA should have 1. An option that I can change it parameters 2. The EA should sell on every bearish candle that closes after it touches
// @version= 5 strategy ( "Supertrend Strategy" , overlay = true , default_qty_type = strategy.percent_of_equity , default_qty_value = 15 ) // Input parameters atrPeriod = input ( 10 , "ATR Length" ) factor = input.float ( 3.0 , "Factor" , step = 0.01 ) trailATR = input.int ( 1 , "ATR Trail" , minval = 1 ) // Calculate Supertrend [ _ , trendUp ] = ta.supertrend ( factor , atrPeriod ) // Entry conditions longEntry =
I have an indicator which highlights order blocks with break of structure in line with the smc/ict concept. I further want to enhance the indicator to have a bulk entry and bulk close feature with auto sl and tp on each entry. Isit possible, if yes, hit me up
Convert MT4 EA to MT5 30 - 50 USD
Specification o I want Hidden Stop-Loss and Take-Profit EA for MT4 that will operate on MT5 platform. o It will function in both forex demo and real account. o It will apply to any currency pair, in any time frame. o MQL5 Source Code required on completion. You can download a free copy of MT4 Hidden Stop-Loss and Take-Profit EA for MT4 along with its source code at
there is an existing free expert advisor by the name Expert_RSI_Stochastic_MA which soothes my trading strategy but it will perform better if a custom indicator by the name daily percentage change added as a main condition to be met before other conditions and the trade executed. i mean for a long trade to be considered the DPC indicator must be green while for a short trade the DPC must be in red percentage. in
I have these two scripts for placing orders with stoploss, and modify current positions and close partial orders. My scripts are mt5 to dxtrade bridge, and mt5 to tradelocker bridge. I can provide demo accounts for your testing. Your job is to make them work without errors
I don't see signals on the chart .... On mt4 it's perfect...but when I converted it to Tradingview by a guy on here it doesn't show any signals, I need an expert that can help me to work on it, that can also work on more projects, Thanks, I have $20 for this project now, If you think is too small and you want to charge $30, i can pay you the rest later on
Looking for someone who can design a cool looking dashboard for an Meta Trader 4 Expert Advisor. If you already have some cool looking dashboards feel free to show me

Informazioni sul progetto

Budget
50+ USD
Per lo sviluppatore
45 USD