Automatically selects the best stop loss which cuts possible drawdown to a minimum
Optimized for the fastest possible execution, works by open prices. So you can select Open prices only model in the tester without any qualms, which ensures the fastest optimization
The EA only works with its own orders marking them using the ea_magic parameter (unique magic number) and will never mix them up with orders of other EAs (which have different magic number), as well as with manually opened orders
Protecting against failures due to disconnections or terminal disabling. When the terminal is enabled and connection is restored, the EA will keep working with its orders
Automated recalculation of parameters according to number of digits in the account’s quotes
Parameters
n_digits – number of digits in quotes the settings are optimized for
take_profit – take profit
stop_loss – stop loss
lots – volume of performed trades
slippage – allowed slippage
ea_magic – magic number of placed orders
sl_on_ma – allow to calculate an optimized stop loss
Automatically selects the best stop loss which cuts possible drawdown to a minimum
Optimized for the fastest possible execution, works by open prices. So you can select Open prices only model in the tester without any qualms, which ensures the fastest optimization
The EA only works with its own orders marking them using the ea_magic parameter (unique magic number) and will never mix them up with orders of other EAs (which have different magic number), as well as with manually opened orders
Protecting against failures due to disconnections or terminal disabling. When the terminal is enabled and connection is restored, the EA will keep working with its orders
Automated recalculation of parameters according to number of digits in the account’s quotes
Parameters
n_digits – number of digits in quotes the settings are optimized for
take_profit – take profit
stop_loss – stop loss
lots – volume of performed trades
slippage – allowed slippage
ea_magic – magic number of placed orders
sl_on_ma – allow to calculate an optimized stop loss
Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.