I need an EA (price action based) to run on mt4

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 21 giorni

Specifiche

I need an expert advisor to run on MT4. Description and rules are provided below

 

Long position

On hourly chart, when market breaks below previous bar low but closes above previous bar close and above 70% of current bar’s range  (i.e open > close and close near high), place a buy stop order at this bar high and stop loss at this bar low. 

 

Breakeven

After entry, when a bar’s low is greater than entry price, move the stop up to this low. (This bar must have a closing price before moving the stop up)

 

Trailing

After moving the stop up to a bar’s low that is greater than entry price, trail every bar low after this point. Each bar must close before moving the stop. Trailing takes place only after breakeven stop.

 

Short position

On hourly chart, when market breaks above previous bar high but closes below previous bar close and below 30% of current bar’s range (i.e open < close and close near low), place a sell stop order at this bar low and stop loss at this bar high

 

Breakeven

After entry, when a bar’s high is lower than entry price, move the stop down to this high. (This bar must have a closing price before moving the stop down)

 

Trailing

After moving the stop down to a bar’s high that is less than entry price, trail every bar high after this point. Each bar must close before moving the stop. Trailing takes place only after breakeven stop. 

 

Risk management

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

·      Calculates pip value

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

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

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

 

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

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

v If # of losses become 3 then stop trading for this week and send an email notification but start trading again the following week. 

Instruments to trade:

l  EUR/USD

l  GBP/USD

l  USD/JPY

l  USD/CHF

l  USD/CAD

l  AUD/USD

l  NZD/USD

 

 

Con risposta

1
Sviluppatore 1
Valutazioni
(2067)
Progetti
2625
62%
Arbitraggio
113
45% / 26%
In ritardo
418
16%
In elaborazione
2
Sviluppatore 2
Valutazioni
(117)
Progetti
138
41%
Arbitraggio
30
7% / 77%
In ritardo
17
12%
Gratuito
3
Sviluppatore 3
Valutazioni
(25)
Progetti
36
17%
Arbitraggio
14
14% / 57%
In ritardo
3
8%
Gratuito
4
Sviluppatore 4
Valutazioni
(2411)
Progetti
3028
66%
Arbitraggio
77
48% / 14%
In ritardo
340
11%
Gratuito
5
Sviluppatore 5
Valutazioni
(69)
Progetti
76
59%
Arbitraggio
0
In ritardo
12
16%
Gratuito
6
Sviluppatore 6
Valutazioni
(221)
Progetti
369
66%
Arbitraggio
10
50% / 0%
In ritardo
46
12%
Gratuito
7
Sviluppatore 7
Valutazioni
(251)
Progetti
400
54%
Arbitraggio
9
67% / 22%
In ritardo
36
9%
Gratuito
8
Sviluppatore 8
Valutazioni
(14)
Progetti
15
60%
Arbitraggio
2
0% / 100%
In ritardo
5
33%
Gratuito
9
Sviluppatore 9
Valutazioni
(769)
Progetti
1033
44%
Arbitraggio
50
8% / 50%
In ritardo
117
11%
Gratuito
10
Sviluppatore 10
Valutazioni
(46)
Progetti
73
16%
Arbitraggio
13
8% / 92%
In ritardo
37
51%
Gratuito
11
Sviluppatore 11
Valutazioni
(130)
Progetti
210
40%
Arbitraggio
90
20% / 43%
In ritardo
85
40%
Gratuito
12
Sviluppatore 12
Valutazioni
(89)
Progetti
137
24%
Arbitraggio
35
9% / 40%
In ritardo
52
38%
Gratuito
13
Sviluppatore 13
Valutazioni
(5)
Progetti
14
86%
Arbitraggio
2
0% / 100%
In ritardo
1
7%
Gratuito
14
Sviluppatore 14
Valutazioni
(1)
Progetti
4
25%
Arbitraggio
1
0% / 100%
In ritardo
1
25%
Gratuito
15
Sviluppatore 15
Valutazioni
(121)
Progetti
134
66%
Arbitraggio
36
25% / 56%
In ritardo
22
16%
Gratuito
Ordini simili
STI EA 30 USD
I need to convert this MT4 indicator into MT5 EA/indicator. The problem is I only have the .ex4 file bt not .mq4 file and it is also a repainting indicator. I need preliminary assessment if the conversion can be done based on .ex4 file first before exploring the EA details further. Attached is the indicator Budget below is just indicative for the assessment. We can discuss further once the conversion can be done and
Hello, I’m looking for a profitable mt4 or mt5 EA that makes 10+% montly. No martingale or grid strategy. No major equity fluctuations. If you have an EA with proven track record please contact me
i want you to help me it mq4 source code and insure it will work on mt4 and mt5 optimally basically i want the source code and that dll if its important to crack it .. regards
This mql4 got entry blue line and exit red line and pips inside also calculated it uses haiken Ashi and murray Math settings if you this you up for this job let's discuss it we will talk more when you are chosen thanks in advance
@page { size: 21cm 29.7cm; margin: 2cm } p { line-height: 115%; margin-bottom: 0.25cm; background: transparent } Hi, The task involves adding functions to an existing EA and correcting an error. The developer must have a thorough understanding of the following: Trailing Take Profit function Calculating a decreasing distance between orders Ability to code a function for Global Profit decrement/increment size in
The first section will describe the EAs trading strategy logic and features. The second section is an outline of the inputs that the EA should contain. 1. The idea of the trading system is as follows : This EA enters trades based on fibonacci retracement levels when other (MACD, RSI) conditions are met. It will use a MACD from a particular time frame to establish the swing high and swing lows which the fibonacci
Expert Advisor (EA) will provide automatic entry and exit using Black Dragon indicator as per the description below. Long (entry): on the first blue candle. Long (exit): on the first red candle, stop loss or take profit/break-even. Whatever happens first. Short (entry): on the first red candle. Short (exit): on the first blue candle, stop loss or take profit/break-even. Whatever happens first. Long (stop loss value)
1. **Timeframe and Liquidity:** Focus on the 5-minute timeframe for liquidity analysis.(timeframe for liquidity should be editble) 2. **Candlestick MSS:** Monitor 1-minute candlestick patterns for entry signals.(should be editble) 3. **Swing Points:** Identify swing points using the high and low of the last three candles.(ict swimg high and low) 4. **Sell Setup:** - Wait for a 5-minute candle to take out the swing
Hello Greetings. I have a custom tradingview strategy I would like to convert to Metatrader 5 ( mt5 ) . I have the source code a and with me. Kindly bid if it is what you can do for me and let discuss about the project. Thanks
I'm looking for a developer who has already working on a HFT tailored to pass prop firm challenges within a short period, maintaining a very low drawdown. Here is a link to a video demonstrating an existing EA executing the same strategy: https://youtu.be/N6NEcIpPzV4 Any developer having already worked on this type of project and able to provide quickly a test version is welcome to contact me

Informazioni sul progetto

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