MMM RSI x Parabolic SAR
- Experten
- Andre Tavares
- Version: 1.1
- Aktivierungen: 10
This Expert Advisor's main strategy is based on the usage of two kind of indicators: two built-in shifted RSI to measure the asset prices oscillations and a Parabolic SAR to check the prices trends. It combines these indicators signals in order to get stronger signals and ensure the EA will do good trading operations.
It protects your money because it is provided with:
- Trailing stop loss to protect your profit. Once your order has a positive profit, it sets SL at a certain distance in order to keep a positive profit;
- minimum equity percentage to limit your risks. You may limit your investments and restrict it to a certain percentage of your money;
- Stop Out level to close all your pending orders after reaching a certain equity percentage low level. Some brokers do not do it automatically.
- limits the number of pending orders. This way you will not bankrupt your account with too many pending orders.
- Bad Time to Trade where you define the hours the EA should not trade (order open time).
General Inputs
- Closes orders with any profit of value over in currency: closes any order after reaching profit define in currency value;
- Take profit (order profit ceiling): traditional take profit (pips);
- Stop loss (loss limit): traditional stop loss (pips);
- Lots volume to trade: the lots volume to be traded;
- Trailing stop loss: trailing stop loss distance. If input an invalid distance, the minimum distance allowed by market will be used. Disabled if = 0 (ZERO);
- Maximum number of simultaneous orders: limits the number of pending orders;
- Minimum equity percentage to allow opening new orders: defines the equity minimum percentage to open new orders;
- Equity Percentage to Stop Out: defines the equity lowest level percentage to close all pending orders.
- Magic Number: identifies the orders opened and administrated by this EA;
Bad time to trade inputs:
- Defines the starting hour the EA will not trade (0..23h): defines the start hour of bad time to trade (hours only). Disabled if = -1;
- Defines the ending hour the EA will not trade (0..23h): defines the end hour of bad time to trade (hours only). Disabled if = -1;
Indicator's inputs:
RSI:
- Price applied to RSI: defines the price applied to RSI calculations;
- RSI used Period: defines the period used on RSI calculations;
- RSI shift: defines the RSI shift used on RSI calculations;
- RSI Upper Level: defines the RSI UPPER level;
- RSI Lower Level: defines the RSI LOWER level.
Parabolic SAR:
- Parabolic SAR Step: defines price increment step - acceleration factor;
- Parabolic SAR Maximum: defines the maximum value of step;
- Parabolic SAR Shift: defines the Shift value;
Attention! The default input values are already optimized for EURUSD at time frame M15 and Netting account mode. Always use the strategy tester optimization to set the best values for your assets and time frame and account mode. It is very important and strongly recommended for successful trading. Optimize the input values as you need.