USDCatch is a new expert scalper for the MT5 terminal. A trading system based on tracking short-term market movements using a built-in indicator during a trend. It is optimized for working with the EURUSD pair, and after selecting the input parameters, it can also be used on other pairs.
Minimum account balance is $100
Recommended account balance from $500
Minimum account balance is $100
Recommended account balance from $500
- _stopLoss — Stop Loss value in points;
- _takeProfit — Take Profit value in points;
- MAGICMA-Magic number of the Expert Advisor;
- TStop – The value of the trailing stop;
- TrailingStep-Trailing Stop step;
- minLot — Minimum lot;
- MaxLot — Maximum lot;
- stepLot-Lot Step;
- FixedLots-Switch modes for the volume of lots of pending 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;
- MaximumRisk — The maximum percentage of the deposit in the auction;
- MinimumRisk — The minimum percentage of the deposit in the auction;
- MaxSpread — The maximum allowed spread for trading;
- TimeM — Trading start time for the Expert Advisor;
- TimeE — Trading end time for this Expert Advisor;
- ———————————————————————;
- IntegratedIndicator: Parameters of the built-in indicator;
- * wits — Integer value, 1st parameter of the indicator;
- * body — Integer value, 2nd parameter of the indicator;
- *sense-Integer value, the 3rd parameter of the indicator;
- *points — The number of points of deviation from the market for placing turn-down orders;
- * delta-Fractional value, 4th parameter of the indicator;
- ———————————————————————-;
- ModOrders — modify pending orders or not (accepted values: true-modify, false – do not modify). By default, the value of this variable is false.