NeuroSphere: INPUT PARAMETERS GUIDE (USER MANUAL) ,Official Installation & First-Run Guide
📖 INPUT PARAMETERS GUIDE (USER MANUAL)
🟢 Block 1: TRADING SETTINGS
-
InpLots (Fixed Lot) — The volume of the opened position. This is used by default if the dynamic risk manager is turned off ( InpRiskPercent = 0.0 ).
-
InpRiskPercent (Dynamic Risk % ) — Automatically calculates the lot size based on your current account balance and the Stop Loss size. If set to 0.0 , this feature is disabled, and the EA trades with the fixed lot size specified in InpLots .
-
InpStopLoss (Stop Loss in Points) — A hard risk limit for every trade. It protects your deposit from unexpected market spikes. Recommended default: 330.
-
InpTakeProfit (Take Profit in Points) — The target level for profit fixation. Recommended default: 450.
-
InpMaxSpread (Maximum Allowed Spread) — A protective filter against spread widening (e.g., during bank rollovers or high-impact events). If the broker's current spread exceeds this value, the EA blocks new market entries to protect you from hidden trading costs.
🔵 Block 2: CORE SENSITIVITY (Neural Engine Settings)
Note: These parameters control the "heart" of the system — the mathematical thresholds for entry and exit.
-
InpSensitivityBuy (Entry Sensitivity BUY) — The activation threshold for the neural network to trigger Buy orders. The higher the value, the stricter the signal filtering. Optimal verified setting: 0.77.
-
InpSensitivitySell (Entry Sensitivity SELL) — The activation threshold for Sell orders. Works mirror-like to the Buy logic. Optimal verified setting: 0.77.
-
InpSensitivityExit_Buy / InpSensitivityExit_Sell — Individual sensitivity thresholds for the smart neuro-exit module (powered by Stochastic and Momentum). They allow the EA to close a position before reaching the hard SL or TP if the market impulse fades out.
-
InpUseNeuroExit — Enables ( true ) or disables ( false ) the intelligent bar-by-bar neural exit logic.
🛡️ Block 3: PROP FIRM PROTECTION
A specialized risk management module designed specifically to pass challenges (FTMO, FundedNext, etc.) or for strict personal drawdown control.
-
InpUsePropProtection — Activates the protection module. Disabled by default ( false ). Make sure to switch this to true if you are trading on a Prop account.
-
InpMaxDailyLossUSD — The maximum allowed total loss for the current day in your account currency. Set to 0.0 to disable the currency-based check.
-
InpMaxDailyLossPct (Daily Loss Limit in %) — The maximum allowed loss for the current day calculated as a percentage of the balance at the start of the trading day. If hit, the EA instantly closes open positions and blocks new entries until the next day. Safe default: 4.5%.
-
InpMaxTotalLossUSD — The maximum allowed floating/fixed loss for the account overall in your account currency.
-
InpMaxTotalLossPct (Total Loss Limit in %) — The maximum allowed loss for the account overall calculated as a percentage of the current balance. If breached, the EA forcefully closes positions to save the account. Safe default: 9.0%.
-
InpCloseOnViolation — If set to true , the EA will execute an emergency market order to close all open positions under its Magic Number immediately upon detecting a limit breach.
🛠️ Block 4: BREAKEVEN & TRAILING STOP
-
InpUseBreakeven — Enables the automatic Breakeven function.
-
InpBreakevenStart — The distance in points the price must travel in favor of the trade to trigger the Breakeven move.
-
InpBreakevenProfit — The number of profit points locked in as the new Stop Loss level when Breakeven triggers (protects against spreads and slippage).
-
InpUseTrailing — Enables the classic Trailing Stop function.
-
InpTrailingStart — The distance in points from the position opening price required for the Stop Loss to start trailing the price.
-
InpTrailingStep — The step size in points for moving the Trailing Stop.
📰 Block 5: NEWS FILTER SETTINGS
-
InpUseNewsFilter — Enables/disables protection against high-impact macroeconomic news releases.
-
InpNewsCurrencies — A list of currencies to filter (comma-separated). If left blank, the EA automatically selects the currencies of the current chart symbol (e.g., EUR, USD).
-
InpFilterHigh / Medium / Low — Selects the importance level of the news events to filter. It is highly recommended to keep trade restriction active for High importance ( !!! ) news.
-
InpMinsBeforeNews — The number of minutes before a news release during which the EA stops looking for new trading entries.
-
InpMinsAfterNews — The number of minutes after a news release during which trading remains blocked.
💻 Block 6: SYSTEM & INTERFACE
-
InpShowPanel — Displays the graphical dashboard panel on the chart. Pro Tip: Set this to false when running optimizations in the Strategy Tester. Disabling the panel can speed up your optimization backtests significantly!
-
InpMagicNumber — A unique identifier (Magic Number) that allows the EA to distinguish its own orders from trades opened by other EAs or manual trading.
-
InpOrderComment — A text comment attached to orders, visible in your trade history.
NeuroSphere: Step-by-Step Launch Guide
Congratulations on acquiring NeuroSphere — a cutting-edge, neural-network-driven trading system designed for institutional-grade precision.
To ensure the algorithm operates at its maximum mathematical efficiency and delivers the exact results verified in our stress tests, please follow this comprehensive configuration guide closely.
🛠️ Step 1: Terminal Optimization & Environment Setup
Before loading the EA onto your charts, ensure your MetaTrader 5 terminal is configured for high-frequency algorithmic execution:
-
Enable Automated Trading: Navigate to the top menu bar of MT5 and ensure the "Algo Trading" button is active (it should show a green play icon).
-
Global Platform Permissions: Go to Tools -> Options -> Expert Advisors .
-
Check the box: "Allow automated trading".
-
Check the box: "Allow DLL imports" (required for smooth internal data matrix communication).
-
-
History Synchronization: Open a clean EURUSD chart on the M15 timeframe and scroll back manually for a few days. This forces MT5 to download the historical bars required for the neural network's look-back data structures.
📈 Step 2: Applying the EA to the Chart
-
Open the MT5 Navigator window ( Ctrl + N ).
-
Find NeuroSphere under the Expert Advisors folder.
-
Drag and drop the EA onto your open EURUSD M15 chart.
-
In the pop-up window, navigate to the "Common" tab and double-check that "Allow Algo Trading" is checked.
⚙️ Step 3: Configuring the Input Inputs (Best Practices)
When the settings window appears, remember the golden rule of Scalper Neuro: The default settings are factory-optimized and completely ready for live deployment.
-
If you prefer a conservative approach (Fixed Lot): Keep InpRiskPercent = 0.0 and simply define your desired contract size in InpLots .
-
If you prefer compounding growth (Auto-Lot): Change InpRiskPercent to your preferred risk tolerance per trade (e.g., 1.0 for 1% risk or 2.0 for 2% risk). The EA will dynamically scale your lot sizing based on your account balance and current Stop Loss.
-
Visual Dashboard: If you want to see the real-time spread armor and system status on your chart, set InpShowPanel = true .
Click OK to save the settings.
🔍 Step 4: Verification Checklist (Is it working?)
Once loaded, look at the upper right corner of your chart.
-
Smiling Face / Blue Icon: The EA is successfully initialized, connected to the market buffers, and actively scanning for structural setups.
-
Frowning Face / Red Icon: Algo Trading is disabled in your terminal settings. Re-read Step 1.
-
Logs Verification: Open the Toolbox window ( Ctrl + T ) and select the Experts tab. You should see a clean initialization log: [NeuroSphere] Initialized successfully .
💡 Vital Pro-Tips for Maximum Performance
-
Broker Choice Matters: NeuroSphere relies on swift execution. Always run this EA on ECN, Raw, or Zero Spread accounts. High retail mark-up spreads will degrade the mathematical edge of any scalping system.
-
VPS Mandate: Do not run this algorithm on a home computer prone to internet drops or power outages. A low-latency VPS (Virtual Private Server) located close to your broker’s server is mandatory to keep execution slippage near zero.
-
Let the AI Work: The predictive Neuro Exit function closes positions dynamically based on real-time market decay. Do not panic and manually close trades prematurely—trust the statistical edge.
For any technical support, optimization questions, or setup assistance, feel free to leave a comment below or send a direct message. Let's trade smarter with AI.


