Aureline Order Preflight Lab
- Utilità
- Versione: 1.0
- Attivazioni: 5
Aureline Order Preflight Lab is a read-only broker-compatibility utility for traders and MQL5 developers. It builds hypothetical market and pending-order requests, validates their price geometry, and submits them to OrderCheck without sending a real order.
WHAT IT CHECKS
• Market BUY and SELL requests
• Buy Stop, Sell Stop, Buy Limit, and Sell Limit requests
• Broker minimum/maximum volume and volume step
• Tick-size price normalization
• Stops Level geometry for entry, Stop Loss, and Take Profit
• Broker filling mode and GTC pending-order configuration
• Hypothetical margin and remaining free margin returned by OrderCheck
• Server preflight retcode and comment
REPORTING
• Compact chart dashboard with PASS, REJECT, FAIL, or SKIP status
• Detailed Experts Journal output
• Optional CSV snapshot in the terminal Common Files folder
• Current chart symbol or a capped selection of Market Watch symbols
SAFETY BOUNDARY
The utility contains no order-send, position-close, order-delete, or position-modification operation. It does not place, modify, or delete trades. A successful preflight is a diagnostic result at the current broker state; it cannot guarantee that a later live request will execute because prices, margin, sessions, spreads, and server conditions can change.
MAIN INPUTS
• InpScope: current chart symbol or selected Market Watch symbols
• InpScanIntervalSeconds: interval between snapshots
• InpRequestedVolume: hypothetical volume normalized to the broker step
• InpPendingDistancePoints: distance used for pending-order test prices
• InpStopLossPoints and InpTakeProfitPoints: hypothetical protection distances
• InpCheckMarketOrders, InpCheckStopOrders, and InpCheckLimitOrders: enable scenario groups
• InpWriteCSV and InpCSVFileName: optional snapshot export
Use the result to diagnose a request before implementation or deployment. Always confirm the intended request with the broker specification and test on demo. The utility does not provide signals or promise trading outcomes.
