1. The idea of the trading system is as follows: market entries are performed when the screen color captured from a external browser is green or red
2. Those Signals are determined based on a protected TradingView indicator, which can't differentiate buy and sell signals through TradingView's Alarm feature, that's why the only way out as a signal to trigger a MT5 EA action is through it's real time behavior on the screen
3.Buy Long Signal: If the external browser screen shows a GREEN dot, or if the User manually press the button "C" on the keyboard, place an OCO purchase order at the High of the previous Candle + 1 tick;
3.Sell Short Signal: f the external browser screen shows a RED dot, or if the User manually press the button "V" on the keyboard, place an OCO sell order at the Low of the previous Candle - 1 tick;
4. Positions are closed 1 second before the closing of the 1 candle after the candle where the position was opened, IF the distance between the current price and the entry price is LESS or EQUAL to a positive number of ticks. IF not, it remains open until it is closed at Gain, Loss or automatically closed at the end of the day, at a configurable time.
5.Position management
Automatic cancellation of a non-executed Order: If an open order is not executed by the end of the candle in which it was opened, cancel automatically
Manual Cancelation of a non-executed Order: By pressing the button "ESC" on the keyboard, cancel all open orders;
Close all open positions: By pressing the button "Z" on the keyboard, all open operations will be closed at market prices;
Auto Breakeven: if the distance between the current price and the entry price is HIGHER or EQUAL to a positive number of ticks, move StopLoss to the entry price
Take Profit: close the opened position at Market if the distance between the current price and the entry price is HIGHER or EQUAL to a positive number of ticks
Stop Loss: close the opened position at Market if the distance between the current price and the entry price is LOWER or EQUAL to a negative number of ticks
6. Configurable Parameters
- Take Profit in ticks: 34 (configurable)
- Stop Loss in ticks: 48 (configurable)
- Close OCO order by Time: 17:40pm (configurable)
- Auto Breakeven Distance to trigger in ticks: 23 (configurable)
- Auto Breakeven new Stop Loss distance from the Entry Price in ticks: 0 (configurable)
- Position automatic Closing: seconds before the closing of the subsequent candle: 1 (configurable)
- Position automatic Closing: minimum distance between the current price and the entry price, for the operation to remain open in ticks: 10 (configurable)
Benzer siparişler
MT5 Expert Advisor Specification: Asian Liquidity Sweep & M5 FVG Entry Project Overview Automated Expert Advisor for EUR/USD on MT5. The strategy maps structural liquidity (Fractal Swings) for entry triggers but targets absolute session extremes for Take Profit. It enters on the first opposite M5 Fair Value Gap (FVG) and features a dynamic, user-controlled risk engine. 1. Timezone & News Filter Requirements The
Create a forex robot especially for sculping using the 3 ema strategy which consists of the following moving average levels of the 15 ma ,30 ema , 60 ema and 90 which enter potentially on a retest into the ema and targets opposite direction after the retest .Potentially bringing into account that the number of retested emas controlls the number of entreis which for eg. retest of the 15 ema single 0.01 trade is
I am looking for an experienced developer in MQL5 to build a fully AI and automated trading bot (Expert Advisor) for MetaTrader 5. The EA will trade XAUUSD only and will be based purely on price action and Smart Money Concepts (SMC), specifically focusing on liquidity sweeps, market structure shifts (MSS/CHoCH), and wick rejection entries at key points of interest (POIs). The system must follow a strict rule: no
We are looking for a developer to finish and stabilize an existing Kalshi trading bot (~60% complete) built in TypeScript. This is not a MetaTrader EA. The system interacts with the Kalshi API and requires strong understanding of execution logic, order handling, and state management. Scope of Work: Review and understand existing TypeScript codebase Complete missing functionality Fix execution issues (order placement
Prepare expert for Live Chart . Trailing Stop Loss Based on Thresholds needs to be implemented . Live Behavior Based implementation . Logic needs to be changed/upgraded . Couple of parameters to be deleted . Other Filters like news and sessions already coded . Only one symbol to prepare for live , the other one is already optimized . Do ask me to provide you with screen shots of current live scenario
You can control via Telegram: /start - enable bot, begin trading, /stop - end trading, disable bot /status - trade status Bot requirements: • Automated trading throughout the day until 00:00 UTC (Moscow time) (I do not want to trade or turn the bot on 100 times a day). • Auto shutdown of the bot in Telegram at 00:00 UTC (Moscow time) and manual restart when convenient. • Market analysis 24/5 using 20 EMA, RSI, and
It must have automated stop loss. Something that can end poverty and kill the market early.It must take the trades for me whenever I start it it must work on tradeport ea
Zone detection is coded , you will be working from that point . Trailing Stop Optimization for live chart . Apply Specific Currency Support . Clean Code . Zone Upper Limit and Lower Limit