Login / Register
Add a review
Log in
Sign UP
[bws_google_captcha]

The Expert Advisor works on the principle of the maximum deviation of the price from the average value. 
The idea is that the price always tends to balance,
and any large deviation from the average value leads to a reverse force – a counteraction.
The input is based on these deviations. 

Monitoring:

Parameters:

sigal_deviation – the maximum deviation after which the transaction is opened;

Filters:

Filters:

closeBarOnly – work only on closing the bar, opening and closing deals only after closing the bar ;

closeBarOnly – work only on closing the bar, opening and closing deals only after closing the bar ;

waitFastMovement – we wait out rapid declines or falls. N is the number of seconds, 0 is disabled. We enter only if N seconds have passed since the formation of the minimum or maximum value. Helps to prevent entry with an instant price movement;

oneOrderInDay – only one open transaction per day. Helps to reduce the risk of a sharp price change during the day;

waitFastMovement – we wait out rapid declines or falls. N is the number of seconds, 0 is disabled. We enter only if N seconds have passed since the formation of the minimum or maximum value. Helps to prevent entry with an instant price movement;

[spoiler title=”Read More…”]

oneOrderInDay – only one open transaction per day. Helps to reduce the risk of a sharp price change during the day;

onlySwapPlus – work only towards a positive swap. It is recommended to choose a broker with positive swaps in any direction.
Because the hedging algorithm is also used in the work of the adviser, and therefore some transactions may remain open for a long time; 

onlySwapPlus – work only towards a positive swap. It is recommended to choose a broker with positive swaps in any direction.
Because the hedging algorithm is also used in the work of the adviser, and therefore some transactions may remain open for a long time; 

separateBuyAndSell – a separate algorithm for calculating purchase and sale;
minimumDistancePips – minimum distance between the price of an open transaction and a new transaction;

Options after which a new trading signal is allowed:
crossMa – by the reverse intersection of the average;
narrowingRange – when the range between the price and the average value narrows;
skipBars – by the number of bars that have passed since the last transaction. 

Options after which a new trading signal is allowed:
crossMa – by the reverse intersection of the average;
narrowingRange – when the range between the price and the average value narrows;
skipBars – by the number of bars that have passed since the last transaction. 

RestartSignalType typeRestartSignal – type of signal restart;
restartSignalByMa – restart of the signal at the reverse intersection of the average;
restartSignalRange – the range at which a new signal search begins;
countRestartBars – the number of bars after the signal after which a new signal search is allowed.
Money management:
userLot – lot of the transaction;
lastLossBack – take profit on the last losing trade;
lastLossBackAddPercent – the percentage amount added to the profit of a losing trade;
 lastLossBackLot – coefficient of lot multiplication and takeprofit size reduction;
risk – the amount of risk at which the volume increases in proportion to the balance;
Maxlots – maximum lot.
Managing stop loss and take profit parameters:
UseTakeProfit – permission to use take profit;
TakeProfit – take profit size in points;
UseStopLoss – permission to use stop loss;
input int StopLoss – stop loss size in points;

Setting up a moving average:
period_MA_CHART – The period of the moving average;
Signal_MA_Method – Calculation method;

Signal_MA_Applied – Prices to calculate;

Various ways to close deals:
closeByHighLow – closing by maximum deviations;
closeAfterTime – closing the transaction after a certain time;
inpLiveOrder – closing by time.

Signal_MA_Applied – Prices to calculate;

Various ways to close deals:
closeByHighLow – closing by maximum deviations;
closeAfterTime – closing the transaction after a certain time;
inpLiveOrder – closing by time.

Other parameters:
_Magic – magic number;
MaxSpread – the maximum allowable spread.

Other parameters:
_Magic – magic number;
MaxSpread – the maximum allowable spread.

[/spoiler]

Add review
Reviews ( 0 ):