Forum

Suggestions on structure of creating a Telegram Signal Service

Hello, I was wanting to create a signal service that would broadcast my trades to my Telegram Channel whenever I take a trade. This is what I was thinking how I would do it: Create an EA that would monitor my account. The EA would use an MQL/SQLite3 wrapper like this one

MQL4 + SQLite3 Wrapper works in a script, but not an EA

Hello, I'm using MT4 build 1330 from Oanda. I'm using this SQLite wrapper so I can work with a SQLite database : https://github.com/Shmuma/sqlite3-mt4-wrapper I slightly modified the example code just to see if I can understand the code a bit. Here's what I have currently: The working script file