We are seeking a skilled developer or team to create a Windows-based application capable of copying trading signals from specific single or multiple Private or Public Telegram channels for both MT4 and MT5 platforms. The app should facilitate subscription management and integrate seamlessly with our website/payment system for a comprehensive user experience.
1. Develop a Windows and Mac based app which is VPS compatible with robust subscription management capabilities for selling and overseeing subscriptions. Integration with our website/payment method is highly desirable.
2. Compatible in Windows 7 to the updated Windows platforms.
3. Read and copy trading signal messages with different formats (image or text ) posted in telegram channels.
4. Copy all signals, including Stop Loss, and multiple Take Profit levels, enabling seamless execution in the EA
5. The EA must be able to read different formats e.g Set TP or Take Profit.... -] define String to find Take profit) Order parameters like Pair, Buy/Sell, TP, SL, Move SL to Entry and entry price.
6. When the TP and SL are modified later in telegram, the copier must modify in MT4 and MT5
7. If a trade has multiple TP levels like TP1, TP2 and TP3, the EA would need to be able to partially close a % of the trade at each TP level.
8. Fast Execution of orders and can put orders from multiple channels simultaneously
9. There should be a setting for Risk management and customized lots!
10. Develop a trailing stop feature that, when a trade opened by the EA hits 50 pips, automatically adjusts the Stop Loss to the entry price.
11. Need to Provide us with complete source code for the application.
12. Design a well-documented licensing system admin dashboard based on account numbers and expiration dates for managing active clients efficiently.
13. The customer also gets access to a customer dashboard to see certain statistics.
14. Symbol mapping: execute the trade from the received message in telegram, identify the pair in user's broker account automatically even if the pair carries any suffix or prefix in user's account.
15. Pips adjustment of Entry price. ( Example: If entry price is 1.0756 then it will still put in the order if the MT4 or MT5 has 10 Pips difference that is 1.0766 )
16. Pending Order for Copier and expiration
17. Ability to set custom SL and TP
18. Exclude Trade of specific symbol
We look forward to engaging with experienced developers or teams capable of delivering this comprehensive and sophisticated trading signal copier application. Please give us a milestone breakdown of the project and the timeline for them.
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