Blog
LEARNFX EA MT4 – Full Input Settings Analysis

Buy LEARNFX EA product here

Input Parameters Breakdown
- HourStart – 24
→ Start time of trading (midnight, 00:00). May be the previous day’s end. - HourEnd – 2
→ End time of trading (2:00 AM). So, trading is allowed between 00:00 and 02:00. - Lots – 0.01
→ Fixed lot size per trade. Utilized just if UseRisk is false. - UseRisk – true
→ Enables dynamic lot sizing based on account risk. - MaxRisk – 10.0
→ Maximum allowable risk per trade as a percentage of account equity (extremely high at 10%). - StopLoss – 20
→ Stop loss level in pips. - TakeProfit – 30
→ Take profit level in pips. - MaxSpread – 4.0
→ Maximum allowable spread (in pips). No trades will be executed if the current spread is above 4.0 pips. - MaxSlippage – 1.0
→ Maximum allowable slippage is 1 pip. - TradingSettings – Set Default Setting
→ Likely a placeholder or a note regarding the use of a predefined configuration.
Key Features
- Time-Limited Trading
- Trading is allowed only between 00:00 and 02:00 (platform/server time).
- Risk Management
- If UseRisk = true, the EA employs dynamic lot sizing with a maximum 10% risk of account equity.
- If UseRisk = false, a fixed lot size of 0.01 is used for each trade.
- Risk-Reward Ratio
- With a 20-pip Stop Loss and a 30-pip Take Profit, the EA operates on a 1:1.5 risk-to-reward ratio.
- Execution Filters
- Trades are only opened when the spread is below 4.0 pips.
- Maximum allowed slippage is limited to 1.0 pip.