Deskripsi
EA based on the Bollinger Band indicator.
Bollinger Bands (Lines) — is the instrument of technical analysis of financial markets reflecting current price deviations. The indicator is calculated on the basis of standard deviation from a simple moving average.
Entry parameters:
Bands_Period – period of moving average;
Bands_Deviation — number of of standard deviation from a moving average;
MoneyRisk — risk for deposit extern double;
Lots — volume of open positions;
Slippage — slippage;
MinProfitForClose — lowest profit required to close positions;
TrailingStop — trailing stop value;
TrailingProfit — trailing profit value;
MinStopLevel — lowest stop level;
Use_TP_and_SL — use take profit and stop loss;
Use_Trailing_Stop — use trailing stop.