CatGrid
- Experts
- Sergey Shigorin
- Versione: 1.0
- Attivazioni: 5
CatGrid is a trading robot for the EURUSD currency pair on the M1 timeframe. The trading strategy uses the RSI (Relative Strength Index) indicator. When the oversold level is reached, a buy is made, and when the overbought level is reached, a sell is made. 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.
- Ret. If Ret is false, then orders are made according to the RSI indicator, otherwise against the indicator. This parameter must be checked during optimization.
- RSIMin. Oversold level. During optimization, set from 1 to 50 with a step of 1.
- RSIPeriod. The number of prices at which the RSI value is calculated. During optimization, set from 1 to 1000 with a step of 1.
- RSIPrice. The price at which the RSI value is calculated. During optimization, set "Close price".
- Profit. Profit of the order in points. When optimizing for 5-digit quotes, it is set from 1 to 1000 with a step of 1.
- Loss. Loss of orders as a percentage of the balance. When optimizing, it is set to 100.
- Grid. If Grid is true, then the grid is built, otherwise it is not built. When optimizing, it is set to true.
- Risk. Order volume in percent. When optimizing, it is set from 0.01 to 10 with a step of 0.01.
- Lots. If Risk is 0, then the order volume is in lots. When optimizing, it is set to 0.01.
