Blog
SEMI HFT EA MT4 – Full Input Settings Analysis

Buy SEMI HFT EA product here

General Settings
- Magic Number (all entries): 0 – To distinguish trades initiated by the EA. Zero would imply that the EA may not be capable of distinguishing its trades from manual trades or trades initiated by other EAs.
- Max Spread (0 = disable): 50.0 – Spread would not be above 50 pips (could be points, broker specific). Trades will not be initiated in case the spread is greater than that.
Money Management (MM) Settings
- Initial Lot: 0.01 – Initial lot size in the first trade.
- Lot Mode (exponent/add): lot_add – Uses additive lot size (increases by a fixed amount on every new trade) instead of exponential/martingale.
- Lot Step (exponent/add): 0.01 – Adds 0.01 lot in every new trade.
- Take Profit Start (pips): 5.0 – Starting take profit is 5 pips.
- Step Open (0 = disable averaging): 5.0 – Opens new trades for averaging every 5 pips.
- Add TP if new order is more than (pips): 5.0 – If new trade is entered more than 5 pips away, TP is set accordingly.
- Max Open Trades: 10000 – Very high limit, essentially no limitation.
- Trailing Start (pips): 0.0 – Trailing stop disabled.
- Trail BEP Start (pips): 7.0 – Trailing begins after breakeven has been achieved at 7 pips profit.
- Trail BEP Step (pips): 7.0 – Trailing step size is 7 pips.
- Trailing Timeframe: current – Enables trailing according to the current chart timeframe.
- $money: 1 – Most likely a placeholder or test reference value.
- Daily Mode (money/percent balance): mode_percent – Daily profit target in terms of percentage of account balance.
- Daily Profit Target (% or $): 10.0 – Target is 10% profit per day.
- Cut All Positions When Daily Target is Reached: false – Will not cut all trades when daily target is hit.
Time Settings
- Global Time Set
- Time Mode (local/server): mode_server –Broker’s server time is used.
- Start Time: 22:00 – Trading starts at 22:00 server time.
- End Time: 24:00 – Trading stops at midnight server time.
- Specific Time Set
- Use Filter Time: false – Specific day-to-day time filters are disabled (though values are set below).
- Monday to Sunday:
- Start Work: 22:00
- Stop Work: 24:00
- Status: Enabled for trading.