MARSIGrid
- 专家
- Sergey Shigorin
- 版本: 1.0
- 激活: 5
MARSIGrid is a trading robot for the EURUSD currency pair on the M1 timeframe. The trading strategy uses the MA (Moving Average) and RSI (Relative Strength Index) indicators. A order is made based on its signals. If the order becomes loss, a grid of orders is built and closed with a profit. To speed up the selection of parameter values (optimization), you can use opening prices, but you need to check the selected values on every ticks.
Parameters.
- MagicNumber. Unique order number.
- AgainstMA. If AgainstMA is false, then orders are made based on MA indicators, otherwise against indicators. This parameter must be checked during optimization.
- MADistance. The distance between MA indicators in points. During optimization for 5-digit quotes, it is set from 1 to 3000 with a step of 1.
- MA1Period. The period of the first MA indicator. During optimization, it is set from 1 to 3000 with a step of 1.
- MA2Period. The period of the second MA indicator. During optimization, set from 1 to 3000 with a step of 1.
- MAMethod. MA indicator price averaging method. "Simple" is set during optimization.
- MAPrice. MA indicator price type. "Close price" is set during optimization.
- AgainstRSI. If AgainstRSI is false, then orders are made according to the RSI indicator, otherwise against the indicator. This parameter must be checked during optimization.
- RSIMin. RSI indicator lower level. During optimization, set from 1 to 50 with a step of 1.
- RSIPeriod. RSI indicator period. During optimization, set from 1 to 3000 with a step of 1.
- RSIPrice. RSI indicator price type. "Close price" is set during optimization.
- Profit. Order profit in points. During optimization for 5-digit quotes, set from 1 to 3000 with a step of 1.
- Loss. Trade loss as a percentage of the balance. During optimization, set to 100.
- Grid. If Grid is true, then the grid is built, otherwise it is not built. During optimization, set to true.
- Risk. The volume of the order as a percentage of funds. During optimization, set from 0.01 to 10 with a step of 0.01.
- Lots. If Risk is 0, then the volume of the order in lots. During optimization, set to 0.01.
