DEV Community

Discussion on: Building a Telegram Chat with a MT4 Forex Trading Expert Advisor

Collapse
 
pavansantani profile image
pavansantani • Edited

Hi, Thank you for such a great system. But i have some problem while compiling Telegram Recon Ea in meta editor.

And, also the Telegram alert ea does not send pending order price levels when it sends msg to telegram channel.

Screen shot attached below.

Also, The /help command does not works.

Image link

ibb.co/ZMLRwqN

ibb.co/zZ7zdd9
ibb.co/T0df8yQ
ibb.co/yff490g

Collapse
 
dennislwm profile image
dennislwm

my bad.. I forgot to add the include/plusinit.mqh file in the git repository.

you should be able to compile the EA now

github.com/dennislwm/MT4-Telegram-...

Collapse
 
pavansantani profile image
pavansantani

Thank you so much for replying. but some more problem occurred.

Please let me know what i can do....

Image link
ibb.co/MhqYPcN
ibb.co/nz4yC41

Thread Thread
 
dennislwm profile image
dennislwm

I don't quite understand the error ...

There are only 54 lines TOTAL in the plusinit.mqh file, but your screen states error in line 274 in plusinit.mqh.

Could you send a screenshot of the line 274 in YOUR plusinit.mqh?

Thread Thread
 
pavansantani profile image
pavansantani

ibb.co/whLzkPR

Also checked for html error
ibb.co/7NvF3VP

Thread Thread
 
dennislwm profile image
dennislwm

snipboard.io/tzmSHP.jpg

This is the screenshot of MY plusinit.mqh. It's not a HTML file, but a Metatrader Query Language [MQL] file.

Are you sure you downloaded the correct file :)?

Thread Thread
 
pavansantani profile image
pavansantani • Edited

I am so sorry i pressed download button and it downloaded html file not .mqh file but extension remained mqh.

SORRY

and, one last question do we have to run both ea for proper function. :)

what is the diff between both???

and, THANK YOU SO MUCH FOR REPLYING.....

EA compiled but not working means no msg sent even after a pending order

nor help command anything working

ibb.co/CMMtvCk

ea settings

ibb.co/zxh6sHX

i am a complete unknown to windows postman

Thread Thread
 
dennislwm profile image
dennislwm

I wouldn't run both EAs unless there are two separate bots - one for each EA.

Each EA is a standalone.

The Telegram_Recon EA only returns opened orders. You will need to change EA code for pending orders to work.

Thread Thread
 
pavansantani profile image
pavansantani

OK. THANK YOU SO MUCH.