Login / Register
Add a review
Log in
Sign UP
[bws_google_captcha]
Boxmaster ParSar and MA MT5

0.00

Basic:

  • Not martingale, not grid, works on all pairs; 
  • It is based on a good rational algorithm;
  • Working on the interaction of two indicators: Parabolic Sar and Moving Average (you can set a separate Timeframe for each indicator);
  • There is a good money management system (there are several options for trailing stop loss);
  • It is possible to work on closed candles, and on current candles;
  • It is quickly optimized (the work is accelerated as much as possible).
  • It is very well optimized on EURUSD. The actual sets after optimization are under discussion.
  • Not martingale, not grid, works on all pairs; 
  • It is based on a good rational algorithm;
  • Working on the interaction of two indicators: Parabolic Sar and Moving Average (you can set a separate Timeframe for each indicator);
  • There is a good money management system (there are several options for trailing stop loss);
  • It is possible to work on closed candles, and on current candles;
  • It is quickly optimized (the work is accelerated as much as possible).
  • It is very well optimized on EURUSD. The actual sets after optimization are under discussion.

[spoiler title=”Read More…”]

MT5 Version: https://www.mql5.com/ru/market/product/30798/

For those who want to optimize themselves, a large algorithm for advanced optimization based on the “User Criterion” is implemented. There are a number of limiting parameters (described below in the Parameters section), and if the values of the current pass are lower than the minimum parameter, the result of this pass becomes negative, which has a good effect on the Genetic Algorithm

PARAMETERS:

Slippage-the size of the slip;
NEED_LOGS-responsible for the output of logs to the terminal;
Parameters of the Moving Average indicator:
MA_tf-timeframe of the Moving Average indicator;
MA_Period – period of the Moving Average indicator;
MA_shift-shift of the Moving Average indicator;
MA_Method-method of the Moving Average indicator;
MA_price-price type of the Moving Average indicator;
Parameters of the Parabolic SAR indicator:
ParSAR_tf-timeframe of the Parabolic SAR indicator;
ParSAR_step-the price change step of the Parabolic SAR indicator;
ParSAR_maximum – maximum step of the Parabolic SAR indicator;
num_of_bar_for_analize – the number of the investigated bar (candle). The value is 0 – the search for signals at current prices (significantly slows down the optimization);
Money management parameters:
MM_trailing_type – the Money Management type. Options: TYPE_MM_NON_MM (without TP and SL); TYPE_MM_JUST_SL (only SL); TYPE_MM_TRAILING (trailing stop loss and TP); TYPE_MM_SL_TO_0 (SL trails only to the breakeven price);
MM_TP_pips – the size of the TakeProfit (in pips);
MM_TRSL_pips – the size of the Trailing stop loss (in pips);
MM_SL_pips – the size of the stop loss (in pips);
MM_magic_num – magic number for trades;
MM_close_deal_when_opposite-allows closing the current position and opening a new one in the opposite direction when a signal appears;  
MM_lot – lot size;  
MM_type_of_risk – “Fix_lot” deals are opened with a fixed volume specified in the “MM_lot” parameter. “Smart_lot_by_risk” volume is calculated dynamically, “MM_risk_percent” – max risk.
Optimization parameters based on “User Criteria” (for advanced users):
CUSTOM_MAX_min_trades_per_month – minimum number of transactions per month (on average);
CUSTOM_MAX_min_EXPECTED_PAYOFF – the minimum Expected payoff;
CUSTOM_MAX_min_PROFIT – minimum profit;
CUSTOM_MAX_max_EQUITY_DD_percent – the maximum percentage drawdown;
CUSTOM_MAX_min_PROFIT_FACTOR – minimum profitability;
CUSTOM_MAX_min_RECOVERY_FACTOR – minimum recovery factor;
CUSTOM_MAX_min_LR_CORRELATION – minimum show LR correlation;
CUSTOM_MAX_check_profit_every_month-once a month check (to speed up optimization). If the check is not passed, this optimization pass is stopped, and the result is assigned the value “-100”. There are options: do_not_check( do not perform this check); without_loss_months (all months in profit); max_1_loss_month (maximum 1 losing month in a row); max_10_percent_loss_in_month (maximum 10 percent loss per month); no_max_DD (balance at the end of the month is not less than CUSTOM_MAX_max_EQUITY_DD_percent of the maximum balance for the entire period);
CUSTOM_MAX_return – what to return in the optimization results. Options: the entire standard set of the terminal; My_Formula (a complex formula found on the Internet); PROM (Pessimistic return on margin-from the book by Robert Pardo); Balance_x_minDrawdown_x_TradesNumber; Balance_x_minDrawdown_x_ProfitFactor; Balance_x_minDrawdown_x_ProfitFactor_x_SharpeRatio.

[/spoiler]

Add review
Reviews ( 0 ):