Ultimatum Breakout is a trading system that uses a strategy of valid breakouts, using several custom indicators to filter out low-quality signals.
The Expert uses a small stop loss, which means that the account is always protected from drawdowns, and the risk of a transaction is very low.
The expert is fully adapted: it takes into account the spread — for pending orders, stop loss, trailing stop, breakeven.
- Without martingale.
- Without arbitration.
- Without other risky strategies.
- Without scalping.
Monitoring:
The Expert Advisor is optimized only for the EURUSD H1 pair.
Version for Meta Trader 5:
Monitoring:
The Expert Advisor is optimized only for the EURUSD H1 pair.
Version for Meta Trader 5:
- Show_Info_Panel — Information panel. ( if false, It speeds up testing in the strategy tester).
- Magic — Transaction ID.
- Order_Comment — Comments on the order.
- Slippage — Permissible slippage before the order is triggered.
- Max_Spread — The maximum allowable spread before triggering a pending order.
- Adaptive_Spread_for_trade — If true, it adds a spread to the trailing stop and stop loss.
- Order_Type — Choosing the direction of trade.
- Fixed_Lot — The lot is constant (if “Use_Risk_MM” = false ).
- Use_Risk_MM — If true, the lot size increases with the growth of the account balance.(Risk management ).
- Percentage_Risk — Increasing the lot size based on the balance (risk management in %).
- Take_Profit — Take profit in points.
- Stop_Loss — Stop loss in points.
- Use_Smart_StopLoss— If true, the stop loss is adjusted according to the price movement.
- Smart_StopLoss – Smart stop loss step.
- Use_Break_Even — If true, the stop loss price moves to breakeven if the price is higher than the target points.
- Breakeven_Target_PipsInp — If the price exceeds this value, breakeven is triggered.
- Breakeven_Jump_PipsInp — The stop loss moves to breakeven by this value.
- Use_Trailing — If true, the profit is protected by a trailing stop.
- Trailing_Stop — Trailing points when the position is in profit.
- Trailing_Step — The trailing step when the position is in profit.
[spoiler title=”Read More…”]
Trading by time within a day:
- Use time — If true, the trade is timed.
- Time_Setting — Server time or computer time.
- GMT_mode = The mode for determining the offset of the broker’s server time relative to GMT. ( 0 – unused ).
- Every_Day_Start — Start time (hh:mm).
- Every_Day_End — End time (hh:mm).
Shutdown time on Friday:
- Use time — If true, the trade is timed.
- Time_Setting — Server time or computer time.
- GMT_mode = The mode for determining the offset of the broker’s server time relative to GMT. ( 0 – unused ).
- Disable_in_Friday — The end time is on Friday (hh:mm).
[/spoiler]