I need to Convert Trading view Indicator to MT5 EA
This EA is done on Trading view an must be created identical for MT5 from the start(so will not have bugs).
The name if the indicator is UT Boat alerts by QuantNomad, this indicator must work identical in mt4 and must execute orders too, start and close orders at signals that gives.
EA Must Contain The Following Features:
*Email Notification
*Mobile Notification
*Must work on any time frame/and Any Instruments like Forex, Stock, Crypto & Commodities
*I'm seeking a talented developer to create an MT5 Expert Advisor (EA) that automatizes trading using my existing Trading View indicator. Here's what I require:
- **Platform Development**: The EA should be specifically for MetaTrader 5.
- **Trade Execution**: It must execute market orders automatically in alignment with the indicator.
- **Risk Management**: Incorporate the following features:
- Fixed lot size per trade
- Percentage of the account balance for trade volume
- Stop loss and take profit parameters
Trading view Indicator will be converted to MT5 and EA will follow it's labels.
BUY and sell would be executed by EA automatically ( like ALGO trading ).
Trades will be executed by EA as the labels printed on the chart by Indicator,
The EA which u develop for MT5, it must generates the same buy sell signal as the Indicators generates on Trading view platform.
EA would be utilize in any time frame.
The Indicator has SOME settings that must be incorporated/prepare the same 3 panels ( Settings ) of the indicator in EA to be more convenient and specific to choose the options.
In setting of E - Time frame must be added - so that EA can be turn on and off at that specific time, When EA Turn OFF - the trades must be closed.
How EA would work -
As the BUY signal Generates by Indicator on MT5 - it executes BUY as per the lot size mentioned in Setting, and when the SELL signal generates - It will cut that BUY signal trade and Take new trade of SELL, and when next buy sell signal generates it will cut the SELL trade and take new BUY trade.
Keep one more option to close trade MANUALLY - Whenever if require we can close the active trades at anytime and there will not be conflict for accepting it by EA. then after it will again continue to search for best opportunity.
**Ideal Candidate**:
- Proficiency in MQL5 for MT5 EA development
- Experience with converting TradingView indicators to MT5 EAs
- Strong understanding of financial markets and trading order mechanics
- Ability to implement complex risk management tools within an EA
**Provided Materials & Collaboration**:
- A detailed specification for creating the EA as mentioned above
- information for the Trading View indicator
- Regular communication for updates and clarifications
In conclusion -
The trading view indicator would be convert to MT5 Indicator and EA you develop would executes the trades by following the buy sell signals printed on chart by INDICTOR in MT5.
Payment
Payment will be in 2 parts only. 50 % at each stage when u complete the project and submit to review and if there is some changes then it can be done within 1 day and resubmit. so another 50 % - when finally projects matches all the requirements.
I am looking for someone who can join and complete it faster.
As your chosen developer, you're not only converting an indicator but also laying the foundation for a robust automatic trading system. Your expertise is crucial for the success of this project; hence, reliability and a proven track record are essential.
IMPORTANT NOTICE:
The EA must work exactly as the trading view indicator.
Commandes similaires
Here's a detailed description of an Expert Advisor (EA) based on Heikin Ashi candlesticks: EA Overview The EA will implement a trading strategy based on Heikin Ashi candlesticks, identifying trends and generating trading signals accordingly. Indicator Requirements 1. *Heikin Ashi Indicator*: The EA will use a Heikin Ashi indicator to calculate Heikin Ashi candlesticks. 2. *Customizable Parameters*: The Heikin Ashi
PLEASE READ: IF YOU ARE NOT GOING TO ACCEPT THE BELOW THEN PLEASE MOVE ON TO THE NEXT CLIENT. I NEED SOMEONE WHO WILL DO THE WORK FIRST AND THEN CREATE A BUILT-IN DEMO INDI AS PER SPECIFICATIONS BELOW WHICH HAS AN EXPIRY (A DAY OR 2) SO THAT I TEST THE INDI BEFORE WE CREATE THE ORDER. I HAVE HAD PEOPLE WHO PRESSURE ME TO CREATE THE ORDER AND THEN THEY END UP DEVELOPING A FAULTY INDICATOR. AND I HAVE GIVEN THEM THE
HELLO EVERYONE I NEED AN INDICATOTRE ON STOCH WHICH CAN GIVE ME ALERT WHEN DIVERGENCE AND CONVERGENCE HAPPNING.AND MAKE SURE I CAN CHANGE THE STOCH PERAMETERS IN SETTINGS. PLEASE CONTACT WHO KNOWS ABOUT DIVERGENCE AND CONVERGENCE. THANKS
PLEASE READ: IF YOU ARE NOT GOING TO ACCEPT THE BELOW THEN PLEASE MOVE ON TO THE NEXT CLIENT. I NEED SOMEONE WHO WILL DO THE WORK FIRST AND THEN CREATE A BUILT-IN DEMO INDI AS PER SPECIFICATIONS BELOW WHICH HAS AN EXPIRY (A DAY OR 2) SO THAT I TEST THE INDI BEFORE WE CREATE THE ORDER. I HAVE HAD PEOPLE WHO PRESSURE ME TO CREATE THE ORDER AND THEN THEY END UP DEVELOPING A FAULTY INDICATOR. AND I HAVE GIVEN THEM THE
Requirements for SMC Trading EA Platform : MetaTrader 5 (MT5) Strategy : Smart Money Concepts (SMC) Analysis Timeframe : H1 (higher timeframe analysis) Execution Timeframe : M1 (entry and execution) Core Features : Detect Order Blocks Identify Liquidity Zones Detect Fair Value Gaps (FVGs) Break of Structure (BOS) & Change of Character (CHoCH) detection Mark Equal Highs and Lows Trading Functions : Dynamic lot sizing
I am looking for an Expert Advisor (EA) that performs well on Ethereum. Ideally, it should be an HFT-style EA; a swing trading EA is also acceptable. I require the full MQL5 source code — the EA must be written entirely in MQL5 (no external languages such as Python). Performance target: Minimum 70% win rate with a 1:1 risk:reward. Input variables required: Stop Levels: Stop Loss (SL) and Take Profit (TP) Trailing
Developing multi platform based copytrading solution Need a develper who can enahance funtionality of our existing MVP EAs for master and slave traders EAs are connected with REST API and Socket Server Master EA can broadcast trading signals from MT5 terminal as he performs actual trades on the platform. those trade could be using any bot or alogorithem or manula that is not in scope but realtime broadcast to server
Here's a detailed description of an Expert Advisor (EA) based on a candlestick-dependent strategy: Strategy Overview The EA will implement a trading strategy based on candlestick patterns, opening trades when a bullish candle is detected and avoiding trades when a bearish candle is detected. Key Features 1. *Candlestick Pattern Identification*: The EA will identify bullish and bearish candles based on their open and
there is spesific indicator in trading view , i wanna to have this indivator in my mql5 so all we need to do is to converting this code to mql5 indicator thats it code script is available and indicator name is liquidity ditection from Tflb //@version=5 indicator("Liquidity Finder Alerts (Wrapper)", overlay=true) // ایمپورت کتابخونه اصلی TFlab import TFlab/LiquidityFinderLibrary/1 as Liq // ورودیها (مثل اندیکاتور
How can we create an EA including a LLM like deepseek or chatgpt API? My main idea is the LLM makes the market analysis, a threshold on its confidence defines the risk per % it will use and also a dynamic valuation of the prediction/analysis should close trades earlier or later than the TP. Did you already build EAs based on LLMs