Project title AO-Flip EA (MT4/MT5) — Awesome Oscillator Flip Trading Bot + Risk Management + Logging Short summary AO-Flip is a MetaTrader Expert Advisor that trades based on Awesome Oscillator (AO) momentum flips and includes configurable filters, risk controls, and detailed logging to verify behavior in Strategy Tester and on live charts.
What it does Detects AO momentum flips (histogram direction changes) and generates BUY/SELL signals Executes trades with configurable risk & order management Optional filters (toggle via inputs): trend/MA filter, volatility (ATR), time/session filter, spread filter, extra confirmations (as required) Supports bar-close mode or tick mode (selectable) to reduce tester vs live differences Optional on-chart visuals: entries/exits, arrows/labels, status panel Detailed CSV/Journal logging: signals, orders, reasons for blocking a trade, and execution costs (spread/commission/slippage if available) Key features Risk controls: fixed lot or % risk, max spread, max trades, cooldown, session windows Trade management: SL/TP, trailing stop, break-even, partial close (optional) Verification tools: on-chart markers + “why/why not” logs for every decision Clean, modular code: filters and modules can be enabled/disabled via inputs Performance-friendly: stable runtime, optimized calculations Typical use cases Turn an AO-flip strategy into a reliable EA with proper controls Improve an existing EA by adding filters, execution rules, and logging Troubleshoot tester vs live mismatches with transparent decision logs Tech details Platform: MetaTrader 4 / MetaTrader 5 Language: MQL4 / MQL5 Core logic: Awesome Oscillator (AO) flip + optional filters Output: automated trading + optional on-chart objects + CSV logs Deliverables Source code (.mq4 / .mq5) + compiled (.ex4 / .ex5) if required Short README (inputs, how to run, recommended tester settings) Test steps + sample logs (when logging enabled) Note / disclaimer Software development only.
No financial advice and no profit guarantees.
Screenshot captions (EA version) EA entry/exit markers: Trades executed by AO-Flip with clear chart markers and labels.
Inputs / settings: Risk, filters, trade management, and execution limits configured via inputs.
On-chart status panel (optional): Shows current mode, filter states, spread/session status, and last signal.
CSV/Journal logs: Decision logs (“why/why not”), signal history, and execution/cost fields for verification.