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
評価
(465)
プロジェクト
493
52%
仲裁
10
60% / 20%
期限切れ
3
1%
5
開発者 5
評価
(304)
プロジェクト
414
52%
仲裁
21
48% / 29%
期限切れ
4
1%
多忙
6
開発者 6
評価
(152)
プロジェクト
155
77%
仲裁
2
100% / 0%
期限切れ
0
7
開発者 7
評価
(16)
プロジェクト
29
48%
仲裁
0
期限切れ
6
21%
8
開発者 8
評価
(225)
プロジェクト
401
34%
仲裁
53
36% / 40%
期限切れ
144
36%
仕事中
9
開発者 9
評価
(23)
プロジェクト
28
14%
仲裁
2
0% / 100%
期限切れ
3
11%
仕事中
10
開発者 10
評価
(12)
プロジェクト
17
29%
仲裁
6
17% / 67%
期限切れ
4
24%
11
開発者 11
評価
(354)
プロジェクト
630
26%
仲裁
89
73% / 13%
期限切れ
12
2%
仕事中
12
開発者 12
評価
(2367)
プロジェクト
2975
65%
仲裁
76
47% / 14%
期限切れ
340
11%
類似した注文
1. Extract all historical economic calendar data. 2. Extract all historical price data for all symbols and all timeframes. 3. Calculate the difference between successive OPEN, HIGH, LOW, and CLOSE prices for each symbol to measure correlation ( https://youtu.be/TytPUU9Y55E?si=hTGn4YBWw786J5QY 1:55-2:20). 4. Assign weights to each symbol based on their correlation with other symbols. 5. Aggregate the data from all
Hi, I am looking for a developer who will develop for me an EA code/program which will help me to get data from forex factory. The EA code/program meets the following requirements. 1. I currently have an EA that I manually specify specific (High impact) news times where I would want to start analysis (You will see a screenshot in the attached requirement). 2. I developed this EA myself, so I have the source code but
Please I need a profitable EA with any of the following criteria; Hedge Trading Hedging trades is permitted however, hedging separate accounts against each other (known as Wash Trading) is not permitted and is a direct violation of the OnlyFunds’ Terms and Conditions. Wash trading is illegal and considered to be fraudulent, as it undermines the integrity of financial markets. Swing Trading Swing trading is
I have an EA that has a nasty drawdown but otherwise is quite profitable. I am looking for a developer who can improve the drawdown by closing or hedging the older open orders. You'll need to supply a demo showing that you've solved this problem rather than just claiming that you can fix it
dear developers.i want to modify my custom indicator by adding new rules for alerts and arrows,the indicator is based upon some trend following rules and the indicator should be able to send out all types of alerts.i will need demonstration...thank you
Looking for a developer of profitable EA tested for over 2 or more years time history of profits with investors read me only access as proof of usage. MT4 or MT5
Adjust MY Hedging EA 30 - 40 USD
1. Need averaging TP for my hedging EA. (Close both Buy and Sell position with TP) 2. Add function auto/manual entry. (EA will entry based on manual position(placed by trader) or auto trade based on existing setting)
I have a robot set up that sends trading signals to my telegram group and the group sends trading signals for (28 forex pairs, 3 crypto pairs, 6 commodities, 6 indexes, & 55 stocks) basically almot 100 CFDs and sends out trend price action breakout, impulse, reversal, and exit indications to each one of those CFDs on different timeframes. I want to make it so that a person can sign up and choose which alerts they
I am in search of a skilled robot developer to craft a Martingale with Hedge strategy algorithm. The ideal candidate will possess deep expertise in algorithmic trading, proficiency in programming languages, and a keen understanding of financial markets. The role entails designing and implementing an automated system capable of effectively executing the Martingale strategy while integrating a hedge mechanism to manage
Create an EA zigzag 40 - 80 USD
Zigzag EA sends notify on MT4 mobile app indicator have 2 Conditions all are explained in the pictures accurately and clearly https://drive.google.com/file/d/10Y6SrvC2A7RTT_baAJ7vOKytTDaUvRRQ/view?usp=sharing Warning: Do not send me a notification if your offer is higher than $ 100 because I did the project twice for less than $60 And I want to do the project now because there are mistakes on my part that I want to

プロジェクト情報

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