MMMRSI EA is based on 2 strategies:
- First will open Sell orders if the RSI indicator reaches the top value and open Buy orders if it reaches the lowest value.
- Second strategy will calculate the speed of price movements and will define the direction of trends and close the pending orders when they reach the value indicated in the first parameter. If you desire to use it in scalping mode, you should set the twelfth parameter to TRUE and it will close any pending order that becomes profitable.
It is programmed to minimize your losses and protect your money from the hostile market. We have protections like TrailingStopLoss, Closes any profitable order as possible (perfect for scalping because it closes any profitable order if the prices moves against you fast and order profit is over US$ 0.20) and you can define the maximum number of simultaneously opened orders for each symbol and the minimum value for profit in deposit currency.
Parameters of the EA
- Closes orders with any profit of value over specified in currency: this parameter works like the traditional profit, but the difference is that you define it’s value in deposit currency, usually USD. Any order with profit greater or equal to this value will be closed. If you do not want to use it, fill it out with 0 (zero).
- Take profit (order profit ceiling): this parameter is the traditional take profit. Its value is filled out with in pips unit. Orders will automatically be open with this take profit value. If you do not want to use it, fill it out with 0 (zero).
- Stop loss (loss limit): this parameter is the traditional stop loss. Its value is filled out with in pips unit. Orders will automatically be open with this stop loss value. If you do not want to use it, fill it out with 0 (zero).
- Lots volume to trade: fill in this parameter to define the volume of the orders of this currency pair.This parameter is mandatory.
- Trailing stop loss:this parameter is the traditional trailing stop loss. Its value is filled out with in pips unit. Orders will automatically be open with this stop loss value. If you do not want to use it, fill it out with 0 (zero).
- RSI Period: this parameter defines the RSI period. The EA works using the RSI indicator and measures the speed the currency pair changes it’s value as well, so that it is able to determine the market trend about the symbol it is working with. It is recommended to leave it with its default value (14) if the trader doesn’t know what to do with this parameter.This parameter is mandatory.
- Maximum number of simultaneous orders to open os this symbol: this parameter defines the maximum number of simultaneous open orders of the current symbol. If you do not want to use it, fill it out with 0 (zero).
- Lowest RSI value: this parameter defines the RSI lowest value. The EA works using the RSI indicator and measures the speed the currency pair changes it’s value as well, so that it is able to determine the right moment to open buy orders. It is recommended to leave it with its default value (30) if the trader doesn’t know what to do with this parameter.This parameter is mandatory.
- Highest RSI value: this parameter defines the RSI highest value. The EA works using the RSI indicator and measures the speed the currency pair changes it’s value as well, so that it is able to determine the right moment to open sell orders. It is recommended to leave it with its default value (70) if the trader doesn’t know what to do with this parameter.This parameter is mandatory.
- Number of days for orders expiration: this parameter is used to define the number of days the orders will expire if you do not want old orders open. If you do not want to use it, fill it out with 0 (zero).
- Minimum equity percentage to allow opening new orders: this parameter is used to define the minimum equity required to open new orders in order to protect your equity.
- Closes any profitable order as possible: if this parameter is set to true, the EA will close any profitable order and it ignores the first and second parameters. It is recommended to scalpers. If you do not want to use it, fill it out with false.
- Double the trading volume (lots) if prior order if profitable: if this parameter is set to true, the EA will double the volume of the next orders after closing a profitable order of the current symbol. If you do not want to use it, fill it out with false.
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END