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)
비슷한 주문
I am looking for an experienced MQL5 developer to build a very fast AI-assisted scalping Expert Advisor, with special focus on XAUUSD (Gold). Core Strategy Designed mainly for XAUUSD, but should also work on all forex pairs and metals Opens multiple trades in the same direction Closes trades immediately once they are in profit (very small, fast profits) Optimized for high-speed scalping No martingale and no risky
I need a AI signal generating bot for forex trading that use the latest ai technology to track real time forex market, analyse and give signals. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame
step by step and structure this into a full IEEE 830 / ISO/IEC/IEEE 29148 style Requirements Specification. This format will include: Introduction System Overview Functional and Performance Requirements Traceability Matrix (linking requirements to test cases) Verification and Validation Compliance Standards 1. Introduction 1.1 Purpose The purpose of this document is to define the technical requirements for the
I need a professional developer to build a Telegram-to-MetaTrader trade copier system. Project overview: - A Telegram bot will read trade signals from a Telegram channel - Trades will be automatically executed on MT4 and/or MT5 accounts - The system must support copying trades to multiple MetaTrader accounts - Execution should work even when the user is offline Functional requirements: - Structured signal format
I want a reliable and broker-independent copy-trading solution that copies trades from a master MT5 account to multiple MT4 and/or MT5 client accounts. The system is designed for stable live trading and works with any broker, handling common differences in symbols, pricing, and execution. The copier supports full trade synchronization, including trade opening, closing, partial closes, and SL/TP modifications, with
I am looking for an experienced MQL5 developer to convert a complex TradingView Pine Script (will provide the script from tradingview) into a fully automated MT5 Expert Advisor -bot. The TradingView script includes: Market Structure (BOS, CHoCH, Swing BOS) Strong / Weak High & Low Equilibrium (Premium / Discount zones) Volumetric Order Blocks Fair Value Gaps (FVG / VI / OG) Accumulation & Distribution zones Equal
// Add this to your EA after ExportState() function void SendToBase44(const string state, const string dir, double entry, double sl, double tp) { string url = " https://preview-sandbox--ee0a32a725b788974de435e8cef40b7a.base44.app/api/functions/receiveEAState "; string headers = "Content-Type: application/json\r\n"; string json = "{" "\"symbol\":\""+_Symbol+"\","
A trading expert that relies on specific signals such as price breaking a peak or trough, liquidity withdrawal, and retesting the signal. Lock the expert advisor with a code and create a subscriber base with a separate key for each subscriber