![]()
DYNAMIC FORCE is a robot designed to operate with a risk that is adjustable to the user's profile. The strategy is based on Bolinger Bands, PSAR, Moving Averages and Envelopes indicators, which determine buys and sells in independent modules. It was designed to trade the EUR/USD pair in the European and North American session in M5 time frame with continuous operation of 13 hours a day, starting one hour after the open and ending 1 hour before the close. The EA includes SL and TP in all operations, and carries out a dynamic capital management in which the volume of the operation is increased according to the previous result until reaching a maximum size of the operation, which allows restricting losing streaks. The backtest results suggest the settings according to the profile of each trader, taking into account the maximum drawdown he is willing to assume. Unlike other EAs, DYNAMIC FORCE is adaptable for all types of trader, the strategy is configured from low risk levels to higher levels.
In the images you can see the results of the BACKTEST for each level of risk, and the suggested configuration. The backtest was developed with trading hours between 5:30 and 18:30 of the FBS broker.
The EA configuration is done based on the following list of variables:
inp5_TimeStart: Server time to activate the EA. (You must set the time according to your server in format 00:00)
inp5_TimeEnd: Server time to shutdown the EA. (You must set the time according to your server in format 00:00)
Trailing_stop: Configuration of the default Trailing stop for the sales module. Value: 5
Trailing_step: Configuration of the default Trailing step for the sales module. Value 10
Trailing_start: Configuration of the default Trailing start for the sales module. Value 20
The variables inp_13 constitute the buy module.
Inp13_mmMgInitialLots: Initial position size.
Initial position size recommended low risk = Capital / 100,000
Initial position size Recommended average risk = Capital / 40,000
Initial position size recommended high risk = Capital / 20,000
Initial position size recommended explosive risk = Capital / 2000
Inp13_mmMgAddLotsOnLoss: Volume increase (the increase is calculated as 4 times the initial position size).
Inp13_VolumeUpperLimit: Volume limit, it is 10 times the initial size of the position. WARNING: Never trade without a volume limit, you could lose all your capital; try to avoid strategies that increase positions without a limit.
Inp13_StopLossPips: Stop loss. By default 60 for buy and 40 for sales.
Inp13_TakeProfitPips : Stop profit. By default 20 in buy and 0 for sales.
The variables inp_8 constitute the sales module.