Expert Advisor MT4 Telegram Signal Provider

MQL5 전문가

작업 종료됨

실행 시간 4 일
피고용인의 피드백
Perfect. Good job. Recommended customer.
고객의 피드백
Great work, resolves all the issues and great communication

명시

So the below format is what I am currently using from a 3rd party EA.



🪖 COMMANDO TRADE 🪖 < Whenever an order is opened (OpenText1)
====================
🚫 WE DO NOT ADVICE     
TRADING SIGNALS FROM 
DIFFERENT TRADERS ON
THE SAME ACCOUNT 🚫
====================
⚠️ LOT SIZE ⚠️              < Whenever an order is opened (OpenText2)
💰 $100,000 - 1.00 💰
💰 $200,000 - 2.00 💰
💰 $300,000 - 3.00 💰
💰 $400,000 - 4.00 💰
💰 $500,000 - 5.00 💰
💰 $800,000 - 8.00 💰
 ====================
📈 BUY 📈                     < Whenever a buy order is opened (BuyText1)
====================
📍XAUUSD📍                  < Whenever an order is opened {Symbol}
====================
🟡 ENTRY 🟡                  < Whenever an order is opened (OpenPriceText1)
 2377.11                          < Whenever an order is opened {OpenPrice}
🔴 SL 🔴                        < Whenever an order is opened (SLText1)
 2317.11                         < Whenever an order is opened {StopLoss}
🟢 TP 🟢                       < Whenever an order is opened (TPText1)
 2381.11                         < Whenever an order is opened {TakeProfit}


One issue I have here is that the Entry, TP & SL cannot be set to a range. It reads exactly what I set. 
So I need an EA that can allow a range to be set just like the one below without manually editing the telegram text


🟡 ENTRY 🟡                 
 2376.61 - 2377.61                      
🔴 SL 🔴                      
 2316.61 - 2317.61                       
🟢 TP 🟢                     
 2380.61 - 2381.61


And also whenever I do a partial close for my trades, the current EA doesn't differentiate partial close or fully close. So I also need the EA to be able to set the correct message to the telegram whenever I do partial close or fully close instead of just sending "close trade"


Lastly, the EA has the ability to send daily & weekly trade report on 
date
time
pairs
profit or loss
how many pips
Total pips












응답함

1
개발자 1
등급
(383)
프로젝트
406
31%
중재
65
18% / 68%
기한 초과
52
13%
로드됨
2
개발자 2
등급
(164)
프로젝트
195
27%
중재
9
22% / 33%
기한 초과
5
3%
바쁜
3
개발자 3
등급
(60)
프로젝트
68
6%
중재
29
17% / 38%
기한 초과
5
7%
로드됨
4
개발자 4
등급
(66)
프로젝트
85
26%
중재
23
22% / 48%
기한 초과
24
28%
무료
5
개발자 5
등급
(13)
프로젝트
29
28%
중재
3
0% / 0%
기한 초과
1
3%
바쁜
6
개발자 6
등급
(359)
프로젝트
381
71%
중재
4
100% / 0%
기한 초과
0
로드됨
7
개발자 7
등급
(483)
프로젝트
512
53%
중재
10
60% / 20%
기한 초과
3
1%
작업중
8
개발자 8
등급
(262)
프로젝트
430
38%
중재
87
44% / 18%
기한 초과
72
17%
바쁜
9
개발자 9
등급
(51)
프로젝트
56
61%
중재
2
0% / 0%
기한 초과
1
2%
무료
비슷한 주문
Hi, I want to develop an EA using FVG method with certain swing conditions. I have my own set Swing Identification method which should be used in that. EA must work accordingly. I have also got few EAs developed by Freelancers using this platform but they are not supporting. So Please revert who are ready to provide support
Hello guys, I need a very good programmer to do EA buy/sell limit based on the strategy. The work you will have to do: - Coding the indicators to make them work together without any problwm. - Creating an EA based on the strategy - Constant contact - Setting indicators From my side you will receive: - permanent contact 24/h - constant assistance in solving problems - a well-paid job, adequate to do the work
Hey, I am looking for a programmer who is well experienced in the logic of a predator and can be able to modify our existing strategy as discussed with our project director, I am the manager in the company needed to hire top expert developer for this project, We already have this predator but wanted to add some much ideas to make it work as we envision, reach out if you can actually modify and add those ideas thanks
WatchMeAI 50+ USD
I would like to make this bot,so it can learn my trading patterns, and creat a market strategy and improve my candle stick trading, and market patterns with good clear graphics and chart patterns and a text communication box to be able to talk to bot about trades and bot can give replies in English
I want a simple robot made. I don't have any specific way I want the robot made, meaning martingale, hedge, etc I'll leave that up to you. As long as it's profitable. I will rit on a demo account before actually purchasing it
Develop a profitable MQL5 trading bot for MetaTrader 5. Support BTCUSD, XAUUSD, and GBPJPY pairs on the M1 timeframe. Implement any effective strategies/algorithms with flexible order types. Include take-profit (TP) and stop-loss (SL) settings. Apply risk management to limit 3% of account balance. Provide full source code upon completion
Hi, I'm a developer, and I'm looking for a freelancer to help me create a custom criterion in the OnTester function. I want this function to return the result of (Profit Factor - Z Score) . In other words, I need the OnTester function to calculate and return (Profit Factor - Z Score)
Hey, are you familiar with the trading software called PREDATOR? If yes, are you also familiar with the automated reversal fitcher? I really need to get connected with someone who's well skilled in coding to help me out, thanks
Copy signals 30+ USD
I need 2 robots that copy mt5 signals to mt5. 1 master robot that will be installed on an MT5 platform and will send entry, exit and pending order signals 1 slave robot that will be installed on another platform that will receive the signals The slave robot must also have the option to reverse orders and change the batch
Hi all talented coders among you. Very simple ask. enum Strats { RSI_Overheat = 0, //RSI Overheated CCI_Overheat = 1, //CCI Overheated Stochs_Overheat = 2, //Stochs Overheated NONE //No strategy } input Strats S1 = 0; input Strats S2 = 2; input Strats S1 = 3; //use default inputs for these built in indicators input RSI_OH = 80; input CCI_OH = 100; input Stoch_OH = 80; Declare handles Populate buffers Function for RSI

프로젝트 정보

예산
50 - 150 USD
개발자에게
45 - 135 USD