EA new momo retracement

MQL5 Experts

Spécifications

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.



Répondu

1
Développeur 1
Évaluation
(258)
Projets
395
28%
Arbitrage
69
19% / 49%
En retard
120
30%
Gratuit
2
Développeur 2
Évaluation
(33)
Projets
35
40%
Arbitrage
11
9% / 91%
En retard
4
11%
Gratuit
3
Développeur 3
Évaluation
(586)
Projets
1048
49%
Arbitrage
39
28% / 41%
En retard
49
5%
Gratuit
4
Développeur 4
Évaluation
(365)
Projets
412
36%
Arbitrage
35
26% / 57%
En retard
63
15%
Gratuit
5
Développeur 5
Évaluation
(1)
Projets
1
0%
Arbitrage
1
0% / 100%
En retard
0
Gratuit
Commandes similaires
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor 2 lines to determine the trend of the market and afterwards take bids towards the correct direction. It will also be able to use a distance between the bids for the direction of the trend and plan a reverse bid when the price of the extreme doesn’t change again. The
Gradient boosting and L2 100 - 200 USD
I am looking for a well experienced programmer to put/implement a gradient boosting algorithm and an L2 to reduce overfitting in my ea which l already have which uses indicators . If you are experienced please adhere
Hello, I'm looking for a developer for repair calendar in EA MT4/MT5 (News Filter - https://ec.forexprostools.com ) for all windows servers. Note: EA MT4/MT5 works with calendar on PC Win 10, 11 but not on all windows servers. I have the source code and will post within the comments section for review. If you are able to do this and quality. Please apply. Thanks
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
SCALP MARTINCALE SPY TIMEFRAME 1MIN CANDLE - SHORT SIDE ONLY 1-SET RISK : A IS A VARIABLE (HOW MUCH $) 2-SET ATR(3) : SET THE TIME AT WHICH THE ATR SHOULD BE TAKEN, IF SET 933AM THEN THE ATR OF THE 1MIN CANDLE AT 933AM CANDLE WILL BE USED (ROUND AT 0.25 UP OR DOWN) *USE NEW YORK TIME 3-SET MAX NUMBER OF ENTRY : B IS A VARIABLE 4-SET RSI(14) / C IS A VARIABLE, IF RSI(14) > C = ORDERS OPEN 5-IF RSI(14) > C IS TRIGGERED

Informations sur le projet

Budget
30 - 70 USD
TVA (22%): 6.6 - 15.4 USD
Total: 36.6 - 85.4 USD
Pour le développeur
27 - 63 USD
Délais
de 1 à 3 jour(s)