OmniTrade
- Experts
- Faraz Moin
- Version: 1.4
- Activations: 5
One interface. Every market. Absolute control.
MT4 Trading Assistant EA. A lightweight Expert Advisor that enhances your chart with visual context and a built-in order management panel — without automating any trades. Everything is click-driven, so you stay in full control.
Features
Key Price Levels
Automatically draws horizontal ray lines for the current Daily, Weekly, and Monthly high and low prices. Each level is labelled on the chart and updates with each new bar. These give you an instant reference for significant support and resistance without manually drawing lines.
Trading Session Boxes
Shaded background rectangles mark the Asian, London, and New York sessions directly on the price chart. Overlapping sessions (such as London/NY) are visible simultaneously. Session boxes only appear on timeframes of M15 and below — they are automatically hidden on M30, H1, H4, and above, where they would be too compressed to be useful.
Asian Inner Range
A darker, nested box inside the Asian session highlights the quieter early-session window (UTC 00:00–05:00 by default). This helps identify the tightest consolidation zone before London opens.
Order Panel
A collapsible panel in the top-left corner of the chart provides:
- Pending orders — Buy Limit, Buy Stop, Sell Limit, Sell Stop — price is set by clicking on the chart
- SL / TP fields — type a stop loss and take profit price directly in the panel before placing
- Lot size control — + / − buttons to adjust position size, starting from the default lot size
- Close All — closes every open market position on the current symbol in one click
- Delete Pending — removes all pending orders on the current symbol
- Modify All SL/TP — applies the panel's current SL and TP values to every open position on the symbol; if a field is left blank, the existing stop on each position is preserved
Live P&L Display
A label in the bottom-left corner shows the combined running profit or loss across all open positions, in both dollar amount and percentage of account balance. Updates every second. Green when positive, red when negative.
Account Equity
A second label shows current account equity in real time, giving you a quick read of your net balance including open positions.
Candle Close Timer
A third bottom-left label counts down the time remaining until the current candle closes. Displays as MM:SS on timeframes under one hour, and HH:MM:SS on higher timeframes. Updates every second independently of incoming ticks.
Input Parameters
Key Levels
| Parameter | Default | Description |
|---|---|---|
| KL_DayHigh | Aqua | Color of the daily high ray line |
| KL_DayLow | Aqua | Color of the daily low ray line |
| KL_WeekHigh | Orange | Color of the weekly high ray line |
| KL_WeekLow | Orange | Color of the weekly low ray line |
| KL_MonthHigh | Magenta | Color of the monthly high ray line |
| KL_MonthLow | Magenta | Color of the monthly low ray line |
| KL_Width | 1 | Thickness of all key level lines (1–5) |
| KL_Style | Solid | Line style for all key levels (solid, dashed, dotted, etc.) |
Trading Sessions
| Parameter | Default | Description |
|---|---|---|
| TS_Show | true | Master toggle — show or hide all session boxes |
| TS_ShowAsia | true | Show the Asian session box |
| TS_AsianStart | 0 | Asian session start hour in UTC |
| TS_AsianEnd | 9 | Asian session end hour in UTC |
| TS_ShowAsiaInner | true | Show the Asian inner range box |
| TS_AsianInnerEnd | 5 | Asian inner range end hour in UTC (starts at TS_AsianStart) |
| TS_AsianInnerColor | Dark navy | Fill color for the Asian inner range box |
| TS_AsianColor | Navy | Fill color for the full Asian session box |
| TS_ShowLondon | true | Show the London session box |
| TS_LondonStart | 8 | London session start hour in UTC |
| TS_LondonEnd | 17 | London session end hour in UTC |
| TS_LondonColor | Dark teal | Fill color for the London session box |
| TS_ShowNY | true | Show the New York session box |
| TS_NYStart | 13 | New York session start hour in UTC |
| TS_NYEnd | 22 | New York session end hour in UTC |
| TS_NYColor | Dark amber | Fill color for the New York session box |
Order Panel
| Parameter | Default | Description |
|---|---|---|
| OP_Lots | 0.01 | Starting lot size shown in the panel when the EA loads |
| OP_Slippage | 3 | Maximum allowed slippage in points for market order execution |
