9 lines
211 B
Markdown
9 lines
211 B
Markdown
How to use:
|
|
1. Copy project files to directory `Include` in MQL5 directory.
|
|
2. Include api file in script:
|
|
```
|
|
#include <TelegramApi/TelegramApi.mq5>
|
|
```
|
|
|
|
How to create bot
|
|
1. Use http://t.me/BotFather
|