EA new momo retracement

MQL5 Esperti

Specifiche

INSTRUCTIONS: EA "NEW MOMO RETRACE"

=====================

Platform MT5

Markets: forex, futures, stocks (please take into account different decimalizations)

EA shall also have the ability to be backtested in Strategy tester.

EA shall work on each market independetly (meaning multiple trades can be opened on different markets without one affecting the other)

Wherever I wrote "input" in brackets below, I need that number to be modifyable in settings menu.

Indicators used:
-Average true range 14
-Exponential moving average 20 on Close (input)
-MACD 3/10-16 *I have custom for MT4, will send it to you
-Upper and Lower Keltner channel 20/2.5 (input) *I have custom for MT4, will send it to you

ENTRY OF TRADES is only allowed in Session times so I need (input)
Session start: hh:mm (08:00)
Session end: hh:mm (17:30)
Exit can happen whenever, by the rules below, it is not time limited.


RULES FOR LONG
Initial condition: 
1. Price makes highest high in the last 30 bars
2. Price trades higher (not the same but higher) than the upper Keltner channel
3. Fast MACD line makes highest high in the last 30 bars

All these 3 conditions must be met ALL AT ONCE - at the same bar. We call this BUY SIGNAL.

Entering:

1. After Buy SIgnal, Price makes a pullback to EMA 20 (EMA value taken from one bar back that is already closed so we know exact price) where a buy limit order is executed.

Buy order is 5 lots big.

We don't know when the price will pullback so pending entry order will have to be adjusted every bar by a moving EMA obviously. 

Also, after EMA is touched the Initial conditions described above must happen again all together for new potential trade.

Trade management:

1. After a trade is entered initial sell STOP LOSS order is entered 2.5 ATR (input) away from entry price (ATR value taken from one bar back that is already closed so we know the exact value) in case trade gets stopped out.

2. This is how we will exit a long position if it moves in our favor:

a) Exit 2 lots (input) with profit at 0.8 ATR (input) away from entry price (ATR value taken at the moment of entry) and after that immediately reduce STOP LOSS size by 50% (input).

b) Exit another 2 lots (input) with profit at 1.6 ATR (input) away from entry price (ATR value taken at the moment of entry) and after that immediately MOVE STOP LOSS TO ENTRY PRICE AND also activate TRAILING STOP as described in next "c" point below, whichever is higher.

c) Use TRAILING stop for the remainding of position if it gets activated as described in point "b" above to protect profits. Trailing stop will be Lowest low of last 2 (input) bars. Trail until long trade is closed out this way.


RULES FOR SHORT
Initial condition: 
1. Price makes lowest low in the last 30 bars
2. Price trades lower (not the same but lower) than the lower Keltner channel
3. Fast MACD line makes lowest low in the last 30 bars

All these 3 conditions must be met ALL AT ONCE - at the same bar. We call this SELL SIGNAL.

Entering:

1. After SIgnal, Price makes a pullback to EMA 20 (EMA value taken from one bar back that is already closed so we know exact price) where a sell limit order is executed.

Sell order is 5 lots big.

We don't know when the price will pullback so pending entry order will have to be adjusted every bar by a moving EMA obviously. 

Also, after EMA is touched the Initial conditions described above must happen again all together for new potential trade.

Trade management:

1. After a trade is entered initial buy STOP LOSS order is entered 2.5 ATR (input) away from entry price (ATR value taken from one bar back that is already closed so we know the exact value) in case trade gets stopped out.

2. This is how we will exit a short position if it moves in our favor:

a) Exit 2 lots (input) with profit at 0.8 ATR (input) away from entry price (ATR value taken at the moment of entry) and after that immediately reduce STOP LOSS size by 50% (input).

b) Exit another 2 lots (input) with profit at 1.6 ATR (input) away from entry price (ATR value taken at the moment of entry) and after that immediately MOVE STOP LOSS TO ENTRY PRICE AND also activate TRAILING STOP as described in next "c" point below, whichever is lower.

c) Use TRAILING stop for the remainding of position if it gets activated as described in point "b" above to protect profits. Trailing stop will be Highest high of last 2 (input) bars. Trail until short trade is closed out this way.

That is all.



Con risposta

1
Sviluppatore 1
Valutazioni
(258)
Progetti
395
28%
Arbitraggio
69
19% / 49%
In ritardo
120
30%
Gratuito
2
Sviluppatore 2
Valutazioni
(33)
Progetti
35
40%
Arbitraggio
11
9% / 91%
In ritardo
4
11%
Gratuito
3
Sviluppatore 3
Valutazioni
(586)
Progetti
1045
49%
Arbitraggio
39
28% / 41%
In ritardo
49
5%
In elaborazione
4
Sviluppatore 4
Valutazioni
(365)
Progetti
412
36%
Arbitraggio
35
26% / 57%
In ritardo
63
15%
Gratuito
5
Sviluppatore 5
Valutazioni
(1)
Progetti
1
0%
Arbitraggio
1
0% / 100%
In ritardo
0
Gratuito
Ordini simili
Hello to all developers, I need someone that can help me with my ea project. I want to do ea Only reverse engineering (writing from scratch by analyzing the algorithm), without decompilation Here are the files https://drive.google.com/folderview?id=1A9uJNbvFM1pvYHRLTIDf5ThgeJu88eJp
Fix my ea and add reverse trade feature plus has Make ea with trailing stop, once trade is closed in loss open in opposite, close in win open in same position. The ea must trail from 0 ( from the start)
Seeking a skilled developer to craft an Expert Advisor leveraging the Smart Money concept, boasting a formidable 70% win rate. This EA will adeptly identify order blocks, demand and supply zones, while prudently managing trades based on account size to limit risk to 1-2%. Elevate your trading strategy and maximize returns with this innovative solution
Hello, I am a trader and I have a certain strategy I want to code to an automated EA , so I am seeking for an experienced developer to code a custom trading strategy into an Expert Advisor (EA) for MetaTrader 4 (MT4). The strategy is based on a meticulously backtested algorithm and requires precise execution in live market conditions. If you have the skills and experience to undertake this project, please reach out
Hey I need a proficient programmer to code a well automated expert advisor MT4 EA as per my strategy, you must be skilled and ready to turn my trading ideas into an algorithm that works exactly, kindly reach out to have a look at my trading strategy and let me know if you can turn it to an automated expert advisor in metatrader 4, thanks in advance
I am looking for superb amazing fast MT4 EA coding service from a reliable skilled programmer, If you are the type that used to attend to messages after it client has been waiting so long or paying attention in the beginning then disappear for a while, not ready to provide timely updates and pay attention to details, don't apply as not to waste both our time, I begged you with the power that keep you alive, this is
I have an EA that is based on an indicator and I need to fix and upgrade the EA a bit, The EA is based on a technical indicator of the mql5 store and the original indicator has been updated, therefore the EA is stuck
Hello, please let me know if any of these strategies can be turned into a bot (automation) and run 24/7 on a vps. Also note that they might not use the latest versions of indicators, if this matters, then please check for the latest versions. Thank you! Dan https://1drv.ms/f/s!Alr17W7ddJLYgYgiFKZYluOfokbfQg
Hello! Thanks for reading. I need an EA with an inbuilt/already made strategy that I can use for prop firms. The drawdown should be very low of only 2-4% max and another criteria is that no one else other than you are currently using it and if you happen to use it you must tell me which prop firm you are using it on to avoid us using the same EA on the same prop firm to get the account denied. As you know or may
I need a proven GOLD scalping ea with very low drawdown, SL&TP. The EA should not be martingale and grid strategy. Preferably low time frame scalping . If you have a personal scalping EA please message me for discussion. Preferably with investors account read me only to see the trade results or a demo backtest ea

Informazioni sul progetto

Budget
30 - 70 USD
IVA (22%): 6.6 - 15.4 USD
Totale: 36.6 - 85.4 USD
Per lo sviluppatore
27 - 63 USD
Scadenze
da 1 a 3 giorno(i)