EA that could send out trades taken from MT4 into Telegram channel or group

MQL4 Эксперты

Работа завершена

Время выполнения 33 дня

Техническое задание

Can someone create an ea that automatically sends out the trades taken/ at market or limit orders to public and private telegram channel or group.


The logic is

Any trades that is taken on mt4 will automatically send out to telegram channel/group either manual trade or from EA trades. Example if an EA open a buy trade EURJPY at 130.500 Sl : 130.000 tp : 135.000, pending orders will also be published.


what will show in telegram will be,


Time:10:00

Signal Number: 00001 (See parameter comment)

Symbol: EURJPY

Buy @ 130.500  (or if pending order will be Buy stop/limit)

Stop loss: 130.000

Take profit:135.000

Account at risk (%): 1%-(optional if its selected in the parameter.)

Balance: 100$ - (optional if its selected in the parameter.)

Manual message (see parameter) (optional if its selected in the parameter.)


after the trades, there will be an option if the results will be publish. example


Results

Time:10:25

Signal Number: 00001

Symbol: EURJPY

Position closed @ 130.900 


Profit: +90 pips 

Balance: 120$ (optional if its selected in the parameter.) 

Profit percentage: 0.5% (See parameter comment) (optional if its selected in the parameter.)

or


Results

Time:10:25

Signal Number: 00001

Symbol: EURJPY

Position closed @ 129.900 


Loss: -70pips

Balance: 90$ (optional if its selected in the parameter.)

Loss percentage: 0.25% (See parameter comment) (optional if its selected in the parameter.)


Any changes in the trades will as well be published.

For example original trade is


Time:10:00

Signal Number: 00001

Symbol: EURJPY

Buy @ 130.500  

Stop loss: 130.000

Take profit:135.000

Account at risk (%): 1%- (optional if its selected in the parameter.)


This will show when modification has been done


Trade modified:

Signal Number#: 00001

Symbol: EURJPY  

stop loss moved @ 130.500 - if stop loss has been moved

Take profit moved @ 137.000 if take profit has been moved

Account at risk (%): 0%- (optional if its selected in the parameter.)


Parameters includes,  

- Token - (Input manual)  I need to be able to send it to more than one channel or group

- Channel Name - (Input manual) I need to be able to send it to more than one channel or group

- User/Group/Channel ID - (Input manual) I need to be able to send it to more than one channel or group

- Trade Comment/note - (optional if its selected in the parameter. True/False)

- Show results - (optional if its selected in the parameter. True/False)

 - PHOTO screenshot of the charts -once the trade has been placed. (optional if its selected in the parameter.)

- Include profit/loss percentage with results - (optional if its selected in the parameter. True/False)

- Balance for profit/ loss percentage calculation - (Input manual)  for example if I put 100 in this box and the actual balance is 120 and I have 6$ profit the Profit or Loss percentage will be calculated based on 100$ not the 120$ so the Profit percentage in this example will be 6%. but if I left it blanc the EA will calculated based on the actual balance so in my example will be 5%

- Show account balance - (optional if its selected in the parameter. True/False)

- Show trade risk % - (optional if its selected in the parameter. True/False)

- Include time, Signal number on results ((optional if its selected in the parameter. True/False) I don't want a ticket number I want the EA to number the trade based on the start number I put in the next parameter and go up by one with every new original trade and doesn't change with every update 

- Signal number start: 00001

- Report for the day, week, or month - (Input dropdown menu) -(if this option is check the ea will 

automatically report at the end of the day, the week or the month.)

- Content of report (If the Report option is active)

  Type of report (Tick dox)

  Duration of report (Tick box)

  Number of trade taken - (Tick box)

  Number of winning trades (Tick box) 

  Number of losing trades (Tick box)

  Percentage of wining trades: (Tick box)

  Pips gained/lost - (Tick box)

  Profit/Loss in $ - (Tick box)

  Balance gross in % (Tick box) --> again will be based on the number I have put in the Balance for profit/ loss percentage calculation parameter above

  

- Manual message ---> I need to able to write a message (To be sent at the end of the original trade only)


Example of manual message


Time:10:00

Signal Number: 00001

Symbol: EURJPY

Buy @ 130.500  

Stop loss: 130.000

Take profit:135.000

Account at risk (%): 1%-(optional if its selected in the parameter.)

For further advice contact  @t.me/*******


Example of report


  Type of report: Weekly update 

  Duration of report: 01/01/17 - 08/01/17

  Number of trade taken: 20

  Number of winning trades: 10 

  Number of losing trades :10

  Percentage of wining trades: 50%

  Pips gained/lost: +/- 300

  Profit/Loss in $: +/- 50$

  Balance gross in %:  50%



One of the most important requirement is the EA doesn't need to import any dll

Also I need to add protection to the EA to lock it to certain accounts numbers and set an expiry date 

Let me know if you have any more question please. thanks


Откликнулись

1
Разработчик 1
Оценка
(26)
Проекты
34
29%
Арбитраж
0
Просрочено
1
3%
Свободен
2
Разработчик 2
Оценка
(229)
Проекты
339
49%
Арбитраж
21
5% / 33%
Просрочено
24
7%
Свободен
3
Разработчик 3
Оценка
(69)
Проекты
93
34%
Арбитраж
10
40% / 30%
Просрочено
5
5%
Свободен
Похожие заказы
Need to modify existing EA. I have an EA created based on HeikinAshi and Price Border indicator. The Price Border Indicator I use repaints and hence, I am switching to slightly different version of Price border indicator. Requirement is to adjust the EA to open trades based on new Price Border indicator. The new Price border indicator provides signal based on alert notification. I couldnt figure it out how to catch
@page { size: 21cm 29.7cm; margin: 2cm } p { line-height: 115%; margin-bottom: 0.25cm; background: transparent } Hi, The task involves adding functions to an existing EA and correcting an error. The developer must have a thorough understanding of the following: Trailing Take Profit function Calculating a decreasing distance between orders Ability to code a function for Global Profit decrement/increment size in
The first section will describe the EAs trading strategy logic and features. The second section is an outline of the inputs that the EA should contain. 1. The idea of the trading system is as follows : This EA enters trades based on fibonacci retracement levels when other (MACD, RSI) conditions are met. It will use a MACD from a particular time frame to establish the swing high and swing lows which the fibonacci
Expert Advisor (EA) will provide automatic entry and exit using Black Dragon indicator as per the description below. Long (entry): on the first blue candle. Long (exit): on the first red candle, stop loss or take profit/break-even. Whatever happens first. Short (entry): on the first red candle. Short (exit): on the first blue candle, stop loss or take profit/break-even. Whatever happens first. Long (stop loss value)
1. **Timeframe and Liquidity:** Focus on the 5-minute timeframe for liquidity analysis.(timeframe for liquidity should be editble) 2. **Candlestick MSS:** Monitor 1-minute candlestick patterns for entry signals.(should be editble) 3. **Swing Points:** Identify swing points using the high and low of the last three candles.(ict swimg high and low) 4. **Sell Setup:** - Wait for a 5-minute candle to take out the swing
Hello Greetings. I have a custom tradingview strategy I would like to convert to Metatrader 5 ( mt5 ) . I have the source code a and with me. Kindly bid if it is what you can do for me and let discuss about the project. Thanks
I'm looking for a developer who has already working on a HFT tailored to pass prop firm challenges within a short period, maintaining a very low drawdown. Here is a link to a video demonstrating an existing EA executing the same strategy: https://youtu.be/N6NEcIpPzV4 Any developer having already worked on this type of project and able to provide quickly a test version is welcome to contact me
have trade signals i get by telegram messaging, i would like to have a robot designed to read those message for trade inputs and open and close trades base on the signals Ea must be able to scan my telegram Message app Read signals sent Open trades on the mt4 and manage them to close Read signals every one minute (user changeable input) I also need the programmer to teach me how to install and make the robot work
MACD EA 50+ USD
Hello Freelancers, I am seeking an experienced developer to create an Expert Advisor (EA) for MetaTrader 5 (MT5). The EA will be based on the MACD indicator and should adhere to the following specifications: EA Requirements: Trading Logic: 1. Long Trades: • Entry: Open a long trade when the MACD line crosses above the signal line below the zero level. • Exit: Close the long trade when the signal line crosses above
EA Configuration. FIBO ------------------------------------------------------------------- Magic: 123456 Stop: Real or Virtual Order: Pending / CLOSE / price== LOT Description: 0.01 ------------------------------------------------------------------- STOP: -0.25 ------------------------------------------------------------------- ENT_1: 1.00 Lot_1: 0.01 ENT_2: 0.50 Lot_2: 0.01 ENT_3: 1.00 Lot_3: 0.01

Информация о проекте

Бюджет
70 - 150 USD
Исполнителю
63 - 135 USD
Сроки выполнения
от 2 до 7 дн.