Blog
IS M1 EA MT4 – Full Input Settings Analysis

Buy IS M1 EA product here

Trade Setup & Risk Management
- Risk: 0.01 – Account balance risk percentage (only utilized if UseManualLot = false).
- UseManualLot: true – Use fixed lot size instead of risk calculation.
- Lots: 0.01 – Fixed lot size for each trade.
- StopLossPercent: 0.0 – No stop loss as a percentage of the account.
- TakeProfit: 70 – Fixed take profit at 70 points.
- Trail: 20 – Trailing stop moves the stop loss when 20 points of profit are achieved.
- TrailStart: 15 – Trailing stop begins after 15 points of profit.
Strategic logic & technical control
- AvBarPercent: 100 – Percent of average candle size for volatility analysis.
- MinimumBarSize: 100 – Minimum candle size to avoid noise.
- PeriodBar: 100 – Number of past candles to analyze.
- BarProcessing: 100 – Number of past candles for signal logic processing.
- MaxSpread: 10 – Maximum spread allowed to open a trade (in points).
- UseAddOrder: true – Allows adding additional positions (e.g., martingale or grid strategy).
- MaxOrders: 30 – The total number of trades that can be opened at the same time.
Display information & auxiliary parameters
- Magic: 2025 – A special number (Magic Number) that is applied to trades opened by the Expert Advisor (EA).
- Info: true – Enables the information panel display on the chart.
- TextColor / InfoDataColor / FonColor: White / DodgerBlue / Black – Text, data highlight, and background colors for the chart info panel.
- FontSizeInfo: 10 – Font size for the information panel display.