MT4五 EA邮件通知ftp http

一、发送邮件
1、设置邮箱信息
在这里插入图片描述
2、使用SendMail发送邮件
SendMail(const string subject,const string text);

二、发送通知
1、手机端安装MT4,并获取MetaQuates ID
在这里插入图片描述
2、使用SendNotification发送通知到手机端MT4
SendNotification(const string message);

三、上传文件
1、设置ftp服务器
在这里插入图片描述
2、将要上传的文件保存到file文件夹中
在这里插入图片描述
3、通过SendFTP上传文件
SendFTP(const string file_name,const string ftp_path=NULL);

四、访问网站
1、添加允许访问的站点
在这里插入图片描述
2、通过WebRequest请求网站
int WebRequest(
const string method, // HTTP method
const string url, // URL
const string cookie, // cookie
const string referer, // referer
int timeout, // timeout
const char &data[], // the array of the HTTP message body
int data_size, // data[] array size in bytes
char &result[], // an array containing server response data
string &result_headers // headers of server response
);

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值