Expert Advisor with Relative Strength Index (RSI) and Exponential Moving Average Strategy for MT5 Needed.

Работа завершена

Время выполнения 11 дней
Отзыв от исполнителя
Awesome clients
Отзыв от заказчика
Very cooperative but small delay.

Техническое задание

Expert Advisor with Relative Strength Index (RSI) and Exponential Moving Average Strategy for MT5 Needed.

I need scalping EA to trade Boom and crash spikes on Deriv. preferably 1 minutes, 5 minute and 15 minute time frame.

I need the robot to open trades based on the RSI indicator settings using the current market price. The robot should execute a buy trade when RSI is at 30 level, 20 level, 10 level and 1 for the buy orders (must be able to change). That bot should be able to enter 2 buy position on level 30, 2 positions on level 20, two positions on level 10 and two position on level 1 on 1 minute time frame for buy scenario.

For a sell scenario the robot should be able to sell when the RSI level is 70,85 and 90 and closes all the sell position when RSI is at level 30.

The robot should close all buy positions when RSI reaches level 70 and Open sell position when RSI is at level 70, 80 and 85. stop loss should be 10 candles depending on the time frame the robot is plugged on. Max spread filter, profits and loss counter filer, time filter. Able to select different time frames. I should be able to modify stop loss and take profit levels.

The RSI period 21

Levels: 90, 80, 70, 50, 30, 20, 10, 1.


Requirements:

Conditions for Buy:

buy when RSI is at level 1, 10, 20 and 30 (should be able to change)

Stop Loss: Under 20 pips from entry. (should be able change)

Take Profit: TP when RSI is at level 70 (should be able change)

 

Conditions for Sell:

Sell When RSI is at Level 70, 80,85 and 90 (should be able change)

Stop Loss:  20 pips from entry. (should be able change)

Take Profit: TP When RSI is at level 30. (should be able change)


Indicators: 

1)  EMA (21): All parameters should be changeable (Period, shift, method, apply-to) 

2) EMA (50): All parameters should be changeable (Period, shift, method, apply-to)

3)  EMA (100): All parameters should be changeable (Period, shift, method, apply-to)

4.) The RSI period is 21.

           Levels (1,10,20,30,50,70,80,90): All parameters should be changeable (Period, levels, scale, apply-to, visualization)

Add trend lines, support and resistance lines.

i Should be able to choose between buy or sell on either boom or crash or any pair. Example one should be able to instruct the bot to trade sell signals only on crash and buy signals only on boom or both.

Trade according to the time frame chosen. example if 5 minutes is selected, it should trade accordingly and enter trades on 5 minutes using the RSI settings.

The bot should be able to detect the trend or direction of the market and trade accordingly.

v  Draw horizontal resistance line on the level touched 3 times or more on candle wicks L1

v  Draw horizontal support line on the level touched 3 times or more on candle wicks L2

v  Draw horizontal line at 5 points below line 1 (5 points must be changed). Level 3

Draw horizontal line at 5 points above line 2 (5 points must be changed). Level 4.

Please i want a good and experience developer who can meet my requirement and even add more related things to make the EA work perfectly.


I will provide more explanations when required.

Файлы:

Откликнулись

1
Разработчик 1
Оценка
(10)
Проекты
9
11%
Арбитраж
5
0% / 60%
Просрочено
1
11%
Свободен
2
Разработчик 2
Оценка
(315)
Проекты
401
21%
Арбитраж
44
61% / 23%
Просрочено
46
11%
Загружен
3
Разработчик 3
Оценка
(129)
Проекты
163
42%
Арбитраж
20
60% / 20%
Просрочено
9
6%
Работает
4
Разработчик 4
Оценка
(72)
Проекты
80
10%
Арбитраж
36
8% / 53%
Просрочено
6
8%
Работает
Похожие заказы
BAR STRADDLE EA 60 - 100 USD
Hello Coding Wizards. I need an EA that places pending buy above / sell below orders on a specific bar as it closes. Stop loss orders for both pending orders are on opposite ends of the bar. It needs to have fast execution speed with functions as follows; Position size based on X % risk of account balance. Works on whatever chart the EA is active on. Identification of "Primary Bar" based on server time entered
EA gold HB king5 100+ USD
// เริ่มต้นโปรแกรม EA input double LotSize = 0.1; // ขนาดของล็อต input double TakeProfit = 50; // จุดกำไร input double StopLoss = 50; // จุดขาดทุน // ฟังก์ชันที่เรียกเมื่อมีการสั่งซื้อ void OnTick() { double MA = iMA(NULL, 0, 14, 0, MODE_SMA, PRICE_CLOSE, 0); // Simple Moving Average (SMA) 14 double Price = Bid; if(Price > MA) // เงื่อนไขสำหรับการซื้อ { if(OrderSelect(0, SELECT_BY_POS) == false) //
I’m looking to turn into code. Trading Instrument - Crude Oil Futures (CL) Chart and Timeframe - 30-second chart Entry Setup 1. Time Focus on the first 30-second candle after 11:00:00 AM New York time. (11:00:00 candle) 2. Candle Size Limit : Skip the trade if the first candle is greater than 10 points. 3. Entry Orders - Place stop orders at the high and low of the first 30-second candle after 11:00:00. - Long Entry
Variable Inputs to be added Order Type : Market , Pending Trade Type : Buy, Sell , Buy & Sell Pending Pips Step : ( Pips Value can be negative or positive to decide on what type of Pending Order ) // If trade type Buy is selected Close Type : Close All ( Bulk Close Option in MT5 ) , Close Individually Close Option : %of Equity , %of Balance , Amount $ , %of No: of Trades Close Type : Buy Only , Sell Only , Buy & Sell
hello there I need a copy trade for mt4 can ANYONE help me with and let discuss on how to go about it kindly send me message to signify and let discuss mind you i need this urgently let connect to discuss and conclude
Below is the pine eidtor script convert it to MQL5 coding language and create bot based on following condition 1. This all should be on 5-minute chart timeframe 2. For Buy side, buy after closing of second candle when buy signal is given and hold buy position until sell signal is given. 3. For sell side, sell after closing of second candle when sell signal is given and hold sell position until next buy signal will be
I would like the better volume indicator 1.6 in a scanner format. Scanning multiple timeframe and pairs of which can be picked. Would like it to provide all standard notifications and also if pressed to go to the a template timeframe and pair. *To be placed in a table format as the one added. To be able to add which time frame you want to see. *To advise me of the following Climax High - turn the text green High
i have a JavaScript of a code which is a indicator of trading view, i want to convert into python script and make a mql5 automated trading bot which can take automatic trade and also exit when the signals come by the indicator
Here's the bot's trading strategy in a nutshell>>> I would like to make a simple scalping MT5 EA trading bot for the synthetic indices, specifically for the Boom 1000 Index. This MT5 EA trading bot will be based off of the 10 period moving average that follows specific rules for entry. The parameters of the moving average are as follows: Period:10 Shift:1 Method:Linear Weight Apply to:Close The bot will only initiate
I would like an existing, older MT4 EA I had developed converted into an MT5 EA and debugged where necessary. The EA is attached and should be fairly self-explanatory. It is a breakout order entry EA with customisable parameters

Информация о проекте

Бюджет
50 - 80 USD
Исполнителю
45 - 72 USD
Сроки выполнения
от 1 до 3 дн.