EA new momo retracement

MQL5 Uzman Danışmanlar

İş Gereklilikleri

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.



Yanıtlandı

1
Geliştirici 1
Derecelendirme
(258)
Projeler
395
28%
Arabuluculuk
69
19% / 49%
Süresi dolmuş
120
30%
Ücretsiz
2
Geliştirici 2
Derecelendirme
(33)
Projeler
35
40%
Arabuluculuk
11
9% / 91%
Süresi dolmuş
4
11%
Ücretsiz
3
Geliştirici 3
Derecelendirme
(586)
Projeler
1045
49%
Arabuluculuk
39
28% / 41%
Süresi dolmuş
49
5%
Çalışıyor
4
Geliştirici 4
Derecelendirme
(365)
Projeler
412
36%
Arabuluculuk
35
26% / 57%
Süresi dolmuş
63
15%
Ücretsiz
5
Geliştirici 5
Derecelendirme
(1)
Projeler
1
0%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
0
Ücretsiz
Benzer siparişler
I need 2 separate EAs based arrows that prints according to the indicators. EA must open a new order when a new arrow printed and candle closed. - Buy and sell by the direction of the arrows (only after candle closed) - Close on opposite signal ( only after candle closed) - Stop loss option if true, highest point of previous candle plus pips - Breakeven, stop loss, lot management, trailing stop, start, and distance -
Specific time EA 50 - 100 USD
EA must be able to enter Buy or Sell or Both trade(s) as a market order at a pre-determined time specified as HH:mm:ss using one of two options: regardless of what the price of the instrument is at that time or using the price as at the last closed minute as the reference eg, if specified time is 09:29:20 (HH:mm:ss), then the last reference price should be 09:29:00 If this option (1.b. / reference price) is selected
looking for a developer who can Design MT5 EA as per my Strategy based on Nadaraya [LuxAlgo] + RSI Multi Length [LuxAlgo] pine script indicator to MT5 (Mql5) Main Inputs 01) Indicator: Nadaraya [LuxAlgo] + RSI Multi Length [LuxAlgo] 02) CYCLE SETTINGS 03) LOT SIZE SETTINGS 04) TP, SL, TS SETTINGS 05) EQUITY PROTECTOR SETTINGS 06) CUSTOM TRADING SESSION TIMES 07) HIGH IMPACT NEWS FILTER Stratagy is : After identify
If auto trading disabled and trades closed (like to avoid news), then when auto trading enabled, EA needs to start trading again right away, but it doesn't. If the terminal is restarted with active EA, the EA should pick up where it left off, not make new trades because terminal restart. EA has terminal GVs. If EA is re initialized with same set file it overwrites the GVs, it should not overwrite the GV values, but
I need assistance setting up both manual and automated trading strategies. I want the flexibility to add multiple strategies in the same order as needed. Additionally, I need any profits made to automatically convert to USDT (Tether) rather than remaining in the same coin. The setup should be compatible for both PC and mobile use, and across platforms including Binance, Bybit, Bitget, Gate.io, and TradingView. If you
I need a developer who can convert my simple script from tradestation to pinescript about just 15 to 20 lines of code, the code will be drop in the conversation please let me know if this is what you can do
I want to convert my tradingview indicator to MT4. I need a developer who can get it completed under the course of 24-48hrs. And I need some who is more experience at this level and possibly if you have experience with NinjaTrader too, we can collaborate and work on it as well
Hello, I would like you to help me develop a simple Expert Advisor (EA) for trading the Boom and Crash markets. All the project requirements is available with me . kindly bid if you can develop EA for boom and out crash . Thanks
Hello, I am looking for an programmer to convert a TradingView strategy pine script to MT5 EA auto trade bot. The indicator is based on the FVG/Imbalance (Pine script will be provided) The MT5 EA must return 100% the same results as TradingView script The MT5 EA must include the same options as TradingView The MT5 EA must be errors free
Project Overview: We are seeking an experienced developer to create a custom Copy Trading Expert Advisor (EA) that supports two-way communication between MetaTrader 4 (MT4), MetaTrader 5 (MT5), and cTrader trading terminals. The EA should enable seamless copying of trades from one account to another, incorporating additional settings for flexibility and customization. The project will involve developing a DLL

Proje bilgisi

Bütçe
30 - 70 USD
KDV (22%): 6.6 - 15.4 USD
Toplam: 36.6 - 85.4 USD
Geliştirici için
27 - 63 USD
Son teslim tarihi
from 1 to 3 gün