The MultiHunterStochastics Expert Advisor is designed to work with three related currency pairs: EURUSD-EURGBP-GBPUSD. The trading algorithm is based on the popular Stochastic indicator. The default settings of this Expert Advisor were optimized for the 30-minute timeframe.
This Expert Advisor does not use arbitrage technologies!
The Expert Advisor is installed only on one pre-selected chart!
This Expert Advisor does not use arbitrage technologies!
The Expert Advisor is installed only on one pre-selected chart!
- _checkProfit-Input variable for monitoring the current profit. Accepted values are true/false. If the value is set to true, a part of the current profit is fixed during the Expert Advisor’s operation, or, according to the algorithm, the load on the deposit is released — in case of unfavorable developments in the market for the expert Advisor. Otherwise, the Expert Advisor only works on TakeProfit/StopLoss;
- StopLoss for EURUSD — The Stop Loss value in points for the EURUSD pair;
- TakeProfit for EURUSD — Take Profit value in points for the EURUSD pair;
- StopLoss for EURGBP — The Stop Loss value in points for the EURGBP pair;
- TakeProfit for EURGBP — Take Profit value in points for the EURGBP pair;
- StopLoss for GBPUSD — The Stop Loss value in points for the GBPUSD pair;
- TakeProfit for GBPUSD — Take Profit value in points for the GBPUSD pair;
- _Kperiod — Period of the K line of the Stochastic indicator;
- _Dperiod — Period of the D line of the Stochastic indicator;
- _slowing — Value of the indicator line deceleration;
- _stPRICE — Price selection parameter for calculating the indicator;
- MAGICMA-Magic number of the Expert Advisor;
- DecreaseFactor-Reducing the load on the deposit after losing trades;
- MaximumRisk — Percentage of available funds for opening new positions;
- FixedLots-Switch modes for the volume of lots of orders (false-we trade a percentage of the deposit, true-we trade the minimum lot);
- Lot — Minimum lot for trading on a fixed volume of orders;
- Tfill — Type of execution order.