Cube EURUSD
- Эксперты
- Andrea Ferrino
- Версия: 1.0
Description
Cube EURUSD is a bias trading robot that sells and buys at predefined hours on specific days. It goes long on Monday, Wednesday and Thursday and it goes short on Wednesday, Thursday and Friday. Every entry is filtered out by a specific condition that aims to reduce false signal and to increase the average win.
It works just on EURUSD timeframe H1.
Key Features
- Absence of dangerous algorithms.
- It works just when the bar is closed.
- Each order has a protective dynamic SL and TP level based on the current volatility.
- Easy to use, optimization not required, very few parameters.
Description of the Main Expert Advisor Settings
- magicNumber: self-explicative
- fixedlots: if this parameter is not equal to zero, the EA will open trades using this lot size. This parameter takes precedence on maxRisk.
- maxRisk: if this parameter is not equal to zero, the EA will open trades using a variable lot size, risking a fix percentage of the account. For instance, if maxRisk is equal to 1.0, an order will be opened for X lots, but the stop loss will be around 1.0% of the account. Due to roundings and different calculations, the maximum risk cannot be exactly 1.0%, but it will be a number really close to it (most of the times a bit bigger).
- GMTforBacktest: this variable is used just during the backtest. Please read below for instructions.
Backtest
If you want to backtest it you can directly use open prices only since the EA is working with closed bars. Besides that you need to set the variable GMTforBacktest with the time difference between UTC+1 and your broker timezone.
To do that you can do as following:
- Change your pc timezone to UTC+1 (Amsterdam, Rome, Berlin, etc.).
- Open your MT4 platform and look at the Market Watch time.
- Subtract Market Watch time from the UTC+1 time and use the value for the parameter GMTforBacktest.
Some examples:
- If Market Watch time is 10:54 and UTC+1 is 11:54 then GMTforBacktest is equal to -1 because 10:54 - 11:54 = -1
- If Market Watch time is 12:55 and UTC+1 is 11:55 then GMTforBacktest is equal to 1 because 12:55 - 11:55 = -1
- Etc.
Excelente Robot, buen DD muy aceptable, gracias por compartir. Gracias