RSI MA Expert Advisor For MT4

RSI MA Expert Advisor For MT4

 

WE IMPROVED THIS EXPERT ADVISOR FOR YOU!!!

PLEASE NOTE: This expert advisor was publicly available for free usage on other websites and is not programmed by us. We explain the functionality and possible improvements of the EA. Furthermore, we are convinced that fully automatic Expert Advisors will fail in the long run. On the other hand, our semi-automatic approach with detecting the best setups and then activating our Expert Advisors (e.g. V-Power EA, EdgeZone EA) produced many successful traders and some of them even got prop traders at prop trading firms. Therefore, we added a similar semi-automatic trading feature (to allow only buy or only sell trades) to the free Expert Advisors. You can download the modified version here and enjoy!

 

Table Of Contents:

  1. RSI MA Expert Advisor For MT4
  2. The RSI MA Expert Advisor For MT4 – Entry Criteria
  3. The RSI MA Expert Advisor For MT4 – Exit Criteria
  4. The RSI MA Expert Advisor For MT4 – Room for Improvement

 

The RSI MA Expert Advisor For MT4 utilizes the relative strength index and moving average indicators as alternative methods for entry. The primary method of entry is the use of the net profit between buy trades and sell trades as well as the overall profit. If the overall profit is negative and one side has more profit than the other, the robot will add trades to the more profitable side. If this scenario does not exist, the robot refers to the technical indicators for direction about trade entry.

This trading system failed in the initial test. Throughout testing using five months of historical price data, the robot opened a total of 200 trades, and not one of them was closed during testing. All trades were forcibly closed by the strategy tester at the culmination of testing. This type of trading strategy is not only a waste of time and money for the trader but also extremely dangerous. When trades are not closed more frequently, capital is not making money for the trader or investor with the passage of time. At the same time, having 200 open trades in one trading account raises a concern about account security.



FREE RSI MA EA

Download the FREE RSI MA Expert Advisor for MT4.

To receive my email 100% sure: 
Put my email on your whitelist!



The RSI MA Expert Advisor For MT4 – Entry Criteria




On every tick, the RSI MA Expert Advisor checks if a new candle has formed on the current chart. If so, the algorithm continues. Otherwise, the robot exits the start function and returns command to the terminal. If a new candle thus formed, the robot will loop through the orders not to count the number of trades, but to determine the net profits for long, short and total trades. This information will be used in adding trades.

The robot offers just enough variables in Inputs that the user can play around until he finds the best combination of settings. These variables are easy to understand for advanced and intermediate algorithmic traders, so the learning curve would be short. Below is the list of all available variables:


  • LotOption = Fixed – The user has three options to choose from when it comes to lot size. These include fixed, equity and balance. The default option is fixed.

  • LotSize = 0.01 – If the user selects the fixed lot size option, the lot size of all trades will be the same throughout.

  • PercentOfBalance = 2 – If the user selects the balance option, the lot size varies and is computed based on this percentage of the account balance.

  • PercentOfEquity = 3 – If the user selects the equity option, the lot size varies and is computed based on this percentage of the account equity.

  • FastMAperiod = 4 – A moving average with a period of four is used in defining a trade signal.

  • FastMAshift = 0 – The moving average has a shift of zero.

  • FastMAmethod = MODE_LWMA – The moving average uses the linear weighted mode.

  • FastMAprice = PRICE_OPEN – The moving average value is applied to the open price.

  • RSIperiod = 4 – The RSI oscillator with a period of 4 is used in defining a trade signal.

  • RSIprice = PRICE_OPEN – The RSI is applied to the open price.

  • RSIoverbought = 80 – An RSI value that is greater than 80 is considered overbought.

  • RSIoversold = 20 – An RSI reading that is less than 20 is considered oversold.

  • Magic = 1 – This number is assigned by the robot to each trade to facilitate trade identification and monitoring.


The expert advisor uses technical indicators as an alternative form of trade entry. This happens as a result of imbalance between net profits on the long and short sides. The signal for entry is generated as explained below:


  • Moving average (period 4, linear weighted, price open) – One moving average is used to define a trade entry. The value of the moving average is obtained from the current bar of the current period and symbol. If the open price of the current candle is above the moving average, a buy signal is provided. If the open price of the current candle is below the moving average, a sell signal is generated.

  • Relative strength index (period 4, price open) – The RSI indicator is used with the moving average to identify and filter a trade entry. In this trading system, the RSI is used for its ability to determine if price is overvalued or undervalued on any timeframe. If the RSI value is greater than or equal to 80, the underlying instrument is said to be overbought, hence a bearish signal is given. If the RSI value is less than or equal to 20, the underlying asset is considered oversold, hence a bullish signal is indicated.


The trading system uses four levels of trade entry. When a new candle has formed, the robot will determine the relative value of the net profit on the long and short sides. If the overall profit is negative and the net profit for longs is greater than the net profit for shorts, the robot will add buy trades. If the overall profit is negative and the net profit for shorts is greater than the net profit for longs, the robot will add sell trades.

If both of the two options for entry mentioned in the previous paragraph do not apply, the alternative entries using technical indicators come in. If the RSI is overbought and candle open price is below the moving average, a sell trade is taken. If the RSI is oversold and candle open price is above the moving average, a buy trade is opened.



The RSI MA Expert Advisor For MT4 – Exit Criteria


While it appears that the RSI MA Expert Advisor contains a function that checks the net profit on every new candle to be able to close all trades in due time, trades are not closed by the robot at any point in testing. There might be a problem with this function. The only time the trades were closed was when testing ended at which point all trades were forcibly closed by the tester. The expert advisor does not set a stop loss and take profit to each trade.



The RSI MA Expert Advisor For MT4 – Room for Improvement


Clearly, the RSI MA Expert Advisor should not be used in live trading at present with the default settings. Doing this would put the capital in grave danger of wipeout. The main reason for this is the number of trades that the robot can open in total in the trading account. If not for the maximum limit set on each trading account by the client terminal, the robot might have opened more than 200 trades, which is very dangerous.

One way to address this big issue is the use of take profit for each trade. Even without stop loss, the trading system would be able to generate profits for the trading account, though at the expense of large drawdowns. In addition, it is better to add trades after price has moved a significant distance from the nearby trade. This way trades do not pile up easily without good reasons. As designed, trades should be added in the direction of trend so that all trades are liquidated when the profit of the greater number of trades overcomes the profit of the lesser number of trades.

It is not a good idea to use this trading system in demo trading at the moment. The issues raised above should be addressed first at the code level before someone attempts another testing in the strategy tester or demo account. Algorithmic trading in itself poses a lot of risk to the capital. Naturally, non-functional code carries more risk.


 

FREE RSI MA EA

Download the FREE RSI MA Expert Advisor for MT4.

To receive my email 100% sure: 
Put my email on your whitelist!

 

Partially Automated Trading Besides Your Day Job

Alerts In Real-Time When Divergences Occur

About Me

I'm Mike Semlitsch the owner of PerfectTrendSystem.com. My trading career started in 2007. Since 2013 I have helped thousands of traders to take their trading to the next level. Many of them are now constantly profitable traders. 

The following performance was achieved by me while trading live in front of hundreds of my clients:

Connect With Me:  

Results From 5 Months!
This service starts soon! Be the first who get's notified when it begins!

This FREE Indicator Can Transform
Your Trading!

FREE Indicator + Telegram Group


Request the Ultimate Double Top/Bottom Indicator which is used by 10,000+ traders.