The Expert’s trading system is based on entering and exiting at a certain deviation of the asset price from the value of the moving average.
The expert Advisor has a number of parameters that can be manipulated to implement different trading systems and also get different results when trading on different assets,
keep this in mind when setting up the Expert Advisor and do not use the standard settings on all tools and time frames.
Operating instructions
The Expert Advisor’s working time frames are M5,M10, M15, M30, H1, H4, D1
I recommend working on D1 since the Expert’s inputs will be most effective at relatively low risks
We recommend using the robot on CFDs on indices, in particular, the expert advisor shows good results on NASDAQ futures
We recommend using the volume step (InpVolumeStep) 0.01 for a smooth increase in the volume of the position
We recommend using a small profit value for fixing (InpMinimumProfit) to constantly update the used volumes and increase the position
The recommendation to reduce the risk will be to increase the value of the volume coefficient (InpLongCoefficient and InpShortCoefficient), the larger it is, the smaller the volume will be involved and the less drawdowns will be felt. The lower the value is set, the more the volume used will change
Set all the parameters depending on the asset you are going to work on
It is not recommended to use the Expert Advisor on forex by virtue of the “eternal sideways”
We do not recommend using short positions (InpUseShort) when trading stocks, commodities and indices
Description of parameters
Volume config
InpLongCoefficient-Coefficient for calculating the volume used for long positions
InpShortCoefficient-Coefficient for calculating the volume used for short positions
InpVolumeStep-Step of the volume used
InpMinimumVolume – Minimum volume used
InpMaximumVolume – Maximum volume used
InpMinimumProfit – The minimum required profit, at which the profit will be fixed and a new position will be opened in the same direction, is specified in the profit value
InpUseIntegerVolume-Using an integer volume
Position config
InpUseLong-Permission to use long positions (if false, the Expert Advisor will not be allowed to open long positions)
InpUseShort-Access to the use of short positions (if false, the Expert Advisor will not be allowed to open short positions), we recommend that you disable this parameter when working with indices and stocks
Time config
InpWorkedHourForD1 – The hour at which the algorithm is processed on the D1 time frame
MA config
MovingPeriod – Moving Average period
MovingShift – Moving Average shift
InpMACoefficient – The coefficient of deviation of the price from the Moving Average at which it will occur opening a position
[spoiler title=”Read More…”]
The Expert’s trading system is based on entering and exiting at a certain deviation of the asset price from the value of the moving average.
The expert Advisor has a number of parameters that can be manipulated to implement different trading systems and also get different results when trading on different assets,
keep this in mind when setting up the Expert Advisor and do not use the standard settings on all tools and time frames.
Operating instructions
The Expert Advisor’s working time frames are M5,M10, M15, M30, H1, H4, D1
I recommend working on D1 since the Expert’s inputs will be most effective at relatively low risks
We recommend using the robot on CFDs on indices, in particular, the expert advisor shows good results on NASDAQ futures
We recommend using the volume step (InpVolumeStep) 0.01 for a smooth increase in the volume of the position
We recommend using a small profit value for fixing (InpMinimumProfit) to constantly update the used volumes and increase the position
The recommendation to reduce the risk will be to increase the value of the volume coefficient (InpLongCoefficient and InpShortCoefficient), the larger it is, the smaller the volume will be involved and the less drawdowns will be felt. The lower the value is set, the more the volume used will change
Set all the parameters depending on the asset you are going to work on
It is not recommended to use the Expert Advisor on forex by virtue of the “eternal sideways”
We do not recommend using short positions (InpUseShort) when trading stocks, commodities and indices
Description of parameters
Volume config
InpLongCoefficient-Coefficient for calculating the volume used for long positions
InpShortCoefficient-Coefficient for calculating the volume used for short positions
InpVolumeStep-Step of the volume used
InpMinimumVolume – Minimum volume used
InpMaximumVolume – Maximum volume used
InpMinimumProfit – The minimum required profit, at which the profit will be fixed and a new position will be opened in the same direction, is specified in the profit value
InpUseIntegerVolume-Using an integer volume
Position config
InpUseLong-Permission to use long positions (if false, the Expert Advisor will not be allowed to open long positions)
InpUseShort-Access to the use of short positions (if false, the Expert Advisor will not be allowed to open short positions), we recommend that you disable this parameter when working with indices and stocks
Time config
InpWorkedHourForD1 – The hour at which the algorithm is processed on the D1 time frame
MA config
MovingPeriod – Moving Average period
MovingShift – Moving Average shift
InpMACoefficient – The coefficient of deviation of the price from the Moving Average at which it will occur opening a position
The Expert’s trading system is based on entering and exiting at a certain deviation of the asset price from the value of the moving average.
The expert Advisor has a number of parameters that can be manipulated to implement different trading systems and also get different results when trading on different assets,
keep this in mind when setting up the Expert Advisor and do not use the standard settings on all tools and time frames.
Operating instructions
The Expert Advisor’s working time frames are M5,M10, M15, M30, H1, H4, D1
I recommend working on D1 since the Expert’s inputs will be most effective at relatively low risks
We recommend using the robot on CFDs on indices, in particular, the expert advisor shows good results on NASDAQ futures
We recommend using the volume step (InpVolumeStep) 0.01 for a smooth increase in the volume of the position
We recommend using a small profit value for fixing (InpMinimumProfit) to constantly update the used volumes and increase the position
The recommendation to reduce the risk will be to increase the value of the volume coefficient (InpLongCoefficient and InpShortCoefficient), the larger it is, the smaller the volume will be involved and the less drawdowns will be felt. The lower the value is set, the more the volume used will change
Set all the parameters depending on the asset you are going to work on
It is not recommended to use the Expert Advisor on forex by virtue of the “eternal sideways”
We do not recommend using short positions (InpUseShort) when trading stocks, commodities and indices
Description of parameters
Volume config
InpLongCoefficient-Coefficient for calculating the volume used for long positions
InpShortCoefficient-Coefficient for calculating the volume used for short positions
InpVolumeStep-Step of the volume used
InpMinimumVolume – Minimum volume used
InpMaximumVolume – Maximum volume used
InpMinimumProfit – The minimum required profit, at which the profit will be fixed and a new position will be opened in the same direction, is specified in the profit value
InpUseIntegerVolume-Using an integer volume
Position config
InpUseLong-Permission to use long positions (if false, the Expert Advisor will not be allowed to open long positions)
InpUseShort-Access to the use of short positions (if false, the Expert Advisor will not be allowed to open short positions), we recommend that you disable this parameter when working with indices and stocks
Time config
InpWorkedHourForD1 – The hour at which the algorithm is processed on the D1 time frame
MA config
MovingPeriod – Moving Average period
MovingShift – Moving Average shift
InpMACoefficient – The coefficient of deviation of the price from the Moving Average at which it will occur opening a position
[/spoiler]