RobotEnvelopes
- エキスパート
- Andriy Sydoruk
- バージョン: 1.2
- アップデート済み: 17 8月 2021
- アクティベーション: 5
This is a professional trading robot, which implements the classical Envelopes based trading strategy. A signal is generated when prices rolls back from the boundaries of the Envelopes. If the price pierces or touches the upper border of the Envelopes channel and then returns back, it's the signal to sell. If the price pierces or touches the lower border of the Envelopes channel, it's the signal to buy.
The EA correctly processes errors and works reliably in the market. It is important to choose the direction of the EA operation: both sides, only buy or only sell.
The Expert Advisor uses the basic concepts: breakeven, trailing, stop loss and take profit, as well as closing by an opposite signal. An important function - the correct calculation of risk.
It does not have a function of one lot exit, it uses Risk, obligatory stop loss, based on which lot is calculated as allowed loss with the set risk value. Any EA optimized without risk using a fixed lot, will give obviously incorrect results, since during optimization parameters that can increase the balance in the initial history interval will be selected.
In this case Risk works as follows: 1 is 1% deposit. The EA includes a built-in progressive optimization sorting function, and it's desirable to optimize using the "Custom max " mode.Parameters
- Magic - the magic number, an arbitrary integer.
- Work Period - the period, on which the EA operates.
- Risk - risk to enter the market, set as a percentage of loss of the total deposit. The lot is calculated relative to the stop loss and acceptable loss in case stop loss triggers.
- LotRounding - lot rounding (to a required number of decimal places).
- Deviation - requotes.
- Sleeps - waiting for position opening, closing or modification.
- StopLoss - the stop loss size.
- TakeProfit - the take profit size.
- Trailing Period - the trailing stop period.
- Trailing Breakeven - breakeven level. 0 - disabled.
- Trailing Start - trailing start level. 0 - disabled.
- Trailing Stop - trailing stop level. 0 - disabled.
- TrailingStep Period - trailing stop period.
- Prohibit new series - if you need to close the current position and stop opening new ones, enable this option.
- WorkOpenLong - allow to open a long position.
- WorkOpenShort - allow to open a short position.
- WorkCloseLong - allow to close a long position.
- WorkCloseShort - allow to close a short position.
- Inversion - entry signal inversion.
- SignalBar - the bar to start analyzing the indicator (1 means the first completely formed bar).
- Signal Period - the period on which the indicators work.
- AppliedPrice - the price used for calculations.
- EnvelopesPeriod - Period of Envelopes.
- EnvelopesShift - Shift of Envelopes.
- EnvelopesDeviation - Standard deviation of Envelopes.
- EnvelopesMethod - Method of Envelopes.
- EnvelopesAppliedPrice - Price used by Envelopes.
Standard Mode Optimization Instructions
- Better optimize it using th eCustom max mode with the progressive optimization function that can increase the potential forecast.
- Set the time interval equal to the working period (Work Period). This period must be less than any other in the settings.
- To increase optimization speed, set only open prices.
- Set the desired time period, and if necessary the forward period.
- It is important to choose Signal Period before optimization, since it determines the result. If the period is too small and the noise level exceeds the force of the signal prediction, the result will be lost. If it's too large, it will be ineffective and have little positions. Start optimization a few times in a row and estimate this parameter.
- In the optimization, by default, operation in both sides and closure by a signal are enabled. Trailing does not use points, but the last bar of the specified time interval (TrailingStep Period), (Trailing Stop=0).
- Set the default settings, configure the following fields for optimization:
StopLoss | 50 | 10 | 200 |
TakeProfit |
100 | 10 | 300 |
Trailing Breakeven |
20 | 10 | 50 |
Trailing Start |
100 | 10 | 300 |
AppliedPrice |
from | to | |
EnvelopesPeriod |
3 | 1 | 42 |
EnvelopesShift |
0 | 1 | 3 |
EnvelopesDeviation |
0,5 | 0,1 | 4 |
EnvelopesMethod |
from | to | |
EnvelopesAppliedPrice |
from | to |