Skip to content

KeisukeIwabuchi/MQL4-Slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MQL4-Slack

Module for posting from MT4 to Slack
slack sample

Requirement

Install

  1. Download Slack.mqh
  2. Save the file to /MQL4/Include/mql4_modules/Slack/Slack.mqh

Usage

Prepare the Slack API key in advance.
Include Slack.mqh.
Register API key with setAPIKey method.

Slack::setAPIKey("your API key");

Post with the send method.

Slack::send("text", "channel name");

The channel name can be omitted. If omitted, it becomes general channel.

About

Module for posting from MT4 to Slack.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published