Expert Adviser using RSI within MT5

MQL5 エキスパート

仕事が完了した

実行時間2 日
依頼者からのフィードバック
Impressed by how quickly Pedro turned this around for us and also how well it works. Thank you.
開発者からのフィードバック
Excellent customer, thank you for the order. It was a pleasure working with you

指定

Hi

I am looking for an EA that will enter and exit trades using the RSI indicator within MT5. The trades will start on teh close of the candle that crosses either the RSI lower band or the RSI upper band

There would only ever be 1 trade running at any given time and typically, unless Stop Loss value is reached, a Long trade will be followed by a short trade, followed by a long trade again. See below for description of what i am lookinhg for

When to start a LONG trade

LONG trades to be started on close of candle that crosses over the RSI Lower Band into the RSI channel.
There would only ever be 1 trade open at any time. E.g. If there is already a SHORT or LONG trade active then you would NOT start a new trade.

When to close LONG trade

1.       Either when Stop Loss is reached, or

2.       If reverse SHORT trade is started. So close Long trade down when SHORT trade starts

When to start a SHORT trade

SHORT trades to be started on close of candle that crosses over the RSI Upper Band into the RSI channel.
There would only ever be 1 traded open at any time. E.g. If there is already a SHORT or LONG trade active then you would NOT start a new trade.

When to close SHORT trade

  1. Either when Stop Loss is reached, or
  2. If reverse LONG trade is started. So close SHORT trade down when LONG trade starts

Editable fields within EA

  • First trade Lot Size = XX
  • Next trade additional Lot Size = XX
  • Maximum Lot Size = XX
  • Stop Loss Value = XX
  • Candle Timeframe = XX
  • Maximum Daily loss % of equity = XX
  • Stop Trading once equity reaches XX%
  • Open trades between these hours (True / False)
    • Daily Start Time = 00:00
    • Daily Finish Time = 17:00 ( If trade is live at this close time allow trade to continue until closing criteria is reached as explained above )

What does “Next trade additional Lot Size = XX” mean ?

After the first trade is complete the next trade lot size is calculated by adding the lot size of the previous trade + the value of the “Next trade additional Lot Size”. Please see example below for explanation;

If the “First trade Lot Size” = 1.0, and,
If the “Next trade additional Lot Size” = 0.1

  • Trade 1 = lot size 1.0 ( Lot Size for trade 1 )
  • Trade 2 = lot size 1.1 ( i.e. Trade 1 + 0.1)
  • Trade 3 = lot size 1.2 ( i.e. Trade 2 + 0.1)
  • Trade 4 = lot size 1.3 ( i.e. Trade 3 + 0.1)
  • And so on…..

What does “Maximum Lot Size = XX mean ?

Each trade gets bigger and bigger by the value of the “Next trade additional Lot Size”. However if by doing so you reach the value of the “Maximum Lot Size” then all future trades shall be set at that lot size. Please see below for an example;

If the “First trade Lot Size” = 1.0, and,
If the “Next trade additional Lot Size” = 0.1, and
If the “Maximum Lot Size” = 1.5

  • Trade 1 = lot size 1.0 ( Lot Size for trade 1 )
  • Trade 2 = lot size 1.1 ( i.e. Trade 1 + 0.1)
  • Trade 3 = lot size 1.2 ( i.e. Trade 2 + 0.1)
  • Trade 4 = lot size 1.3 ( i.e. Trade 3 + 0.1)
  • Trade 5 = lot size 1.4 ( i.e. Trade 4 + 0.1)
  • Trade 6 = lot size 1.5 ( i.e. Trade 5 + 0.1)
  • Trade 7 = lot size 1.5 ( i.e. Maximum Lot Size value reached)
  • Trade 8 = lot size 1.5 ( i.e. Maximum Lot Size value reached)

Question for Developers
Do we add the RSI settings into the EA? Or would the EA replicate the settings as per the MT5 RSI settings?

Please ask any questions you might have.

Thank you.


応答済み

1
開発者 1
評価
(9)
プロジェクト
8
0%
仲裁
5
0% / 80%
期限切れ
1
13%
仕事中
2
開発者 2
評価
(34)
プロジェクト
60
23%
仲裁
11
73% / 9%
期限切れ
3
5%
3
開発者 3
評価
(63)
プロジェクト
68
25%
仲裁
12
42% / 42%
期限切れ
4
6%
4
開発者 4
評価
(481)
プロジェクト
510
53%
仲裁
10
60% / 20%
期限切れ
3
1%
5
開発者 5
評価
(355)
プロジェクト
484
51%
仲裁
24
54% / 25%
期限切れ
5
1%
取り込み中
6
開発者 6
評価
(188)
プロジェクト
191
75%
仲裁
2
100% / 0%
期限切れ
0
7
開発者 7
評価
(16)
プロジェクト
29
48%
仲裁
0
期限切れ
6
21%
8
開発者 8
評価
(248)
プロジェクト
444
34%
仲裁
56
36% / 38%
期限切れ
163
37%
取り込み中
9
開発者 9
評価
(23)
プロジェクト
29
14%
仲裁
3
0% / 67%
期限切れ
3
10%
仕事中
10
開発者 10
評価
(12)
プロジェクト
17
29%
仲裁
6
17% / 67%
期限切れ
4
24%
11
開発者 11
評価
(356)
プロジェクト
632
26%
仲裁
89
73% / 13%
期限切れ
12
2%
12
開発者 12
評価
(2441)
プロジェクト
3076
66%
仲裁
77
48% / 14%
期限切れ
340
11%
仕事中
類似した注文
Zzz 30+ USD
// กำหนดค่าตัวแปรพื้นฐาน input double lotSize = 0.1; // ขนาดล็อตที่ต้องการ input int takeProfit = 50; // ระยะ Take Profit (จุด) input int stopLoss = 50; // ระยะ Stop Loss (จุด) input int magicNumber = 123456; // หมายเลข Magic Number input int smaPeriod = 14; // ช่วงเวลา Simple Moving Average (SMA) // เวลาที่ออเดอร์ล่าสุดถูกเปิด datetime lastOrderTime = 0; // ฟังก์ชั่นหลักของ EA void OnTick() { //
Mobile robot 50 - 100 USD
I want a profitable scalping EA robot for mt5 and mobile phones (licence key should be provided).the video link attached below indicates how the EA robot should operate it.it analyses the market before taking trades and it trades candle to candle .also coding samples are provided on the video .it should be applicable to all timeframes.it should trade indices(Nas100,US30,S&p500,GER30,)
I use the translator I hope to make myself understood. I'm looking for a cyclical indicator. mt5. I attach videos to understand how it works. to be inserted at any point of the graph. It is possible to change the color and thickness of the line
This EA must have the following functions together: BE: place BE when the price reach a certain gain in PIPS and you can choose the offset too, so, for example it activates after 10 pips with 1 pip of offset so you can have profit with BE too Auto SL and TP Can manage the trades made by phone when MT5 is open in the PC or VPS Trailing stop (step by step): I can decide at what number of pips the trailing stop get
This is a strategy based on crossing two trend indicators on the second timeframe (1s, for example). We work not only with the market but with the limit orders as well (robot must "read" an order book). Read the whole instruction please for more details. Speak Russian, English
Martingale EA for MT5 30 - 100 USD
Criteria: Only one trade at a time. Cannot open another trade if one is running Trade on EURUSD only, once job is completed I will be happy to schedule more for other pairs You choose entry strategy and criteria win rate must be above 50% in long term backtest of EURUSD Every trade has got TP and SL Trades to last about a day, few trades a week, at least 10 pips gain per trade, so that it can be launched on normal
I have a indicator, mql file. The signals are seen below on a EURNZD H1 chart. Very important to get accurate entries. The signal to trade is the first tic after the the indicator signal paints. I've tried to demonstrate that below. Other than that the EA will have a lot size escalation, an on-screen pip counter, a button to stop taking new trades, SL/TP, and magic number. I would like the indicator to be within the
I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL
Hi I'm looking to have 2 of my pinescript strategies converted to MQL5 and was wondering if you could first give me a quote for the more simple strategy and then for both the simple and complex strategy together. The simple strategy is a MACD crossover type thing that uses a special EMA script that filters out some ranging price action and also fractal candles for the stop loss. The second strategy is market

プロジェクト情報

予算
30 - 100 USD
開発者用
27 - 90 USD