Seuls les utilisateurs ayant acheté ou loué le produit peuvent laisser des commentaires
Quang Dong Vo  
Input Guide

General

  • ManageCurrentSymbolOnly: Manage only the current chart symbol when true.
  • ManageManualTradesOnly: Manage manual trades only. In MT5, expert-origin positions are ignored. 
  • MagicNumberToManage: Used only when ManageManualTradesOnly = false.
  • UseCommentFilter: Manage only orders containing CommentKeyword.
  • ManageOnlyNewTradesAfterStart: Manage only trades opened after the EA starts.
  • Slippage: Slippage in points for close and partial close operations.

R Calculation

  • The EA stores initial risk from entry to stop loss.
  • UseClosedCandleForRTrigger = true means partial close, BE, R-lock, and trailing triggers use the last closed candle.
  • Panel value R is realtime R based on Bid/Ask.
  • Panel value TrigR is the R value used for triggering management rules.

Partial Close

  • UsePartialClose1/2/3: Enable each partial close level.
  • PartialCloseR1/2/3: R level required for each partial close.
  • PartialClosePercent1/2/3: Percent of remaining volume to close.

Break Even

  • UseBreakEven: Enable break-even movement.
  • BreakEvenAtR: R level required to move SL.
  • BE_Buffer_Points: Additional points beyond entry.

Trailing

  • UseTrailingStop: Master trailing switch.
  • UseTrailingByR: Trail by original R distance.
  • UseStepTrailingByR: Move trailing stop only after each R step.
  • TrailStartR: R level where trailing starts.
  • TrailDistanceR: Distance from current price in R.
  • TrailStepR: Step size in R.
  • UseTrailingByATR: Trail by ATR distance.

R Lock

  • UseRLockLevels: Master R-lock switch.
  • Lock1TriggerR, Lock1SLR: Example: trigger at 2R, lock SL at +1R.
  • Level 2 and 3 work the same way.

Basket Control

  • UseBasketProfitTarget: Close all managed trades when total profit reaches the target.
  • UseBasketLossLimit: Close all managed trades when total loss reaches the limit.
  • StopManageAfterBasketClose: Turn management off after a basket close event.

Safety

  • UseOnlyTradeWithSL: Recommended true. The EA needs SL to calculate R.
  • DoNotMoveSLBackward: Prevents the EA from worsening the stop loss.
  • AutoCleanGlobalVariables: Removes stored state for closed tickets.
  • TradeActionCooldownSeconds: Prevents repeated trade requests.
  • ConfirmCloseAllButton: Requires two clicks to close all managed trades.