Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
用sendmail函数
需要在工具 网络 邮件设置里面进行发送邮件服务器端设置
会用sendmail函数吗?
发送真实持仓用tbuyholding和tsellholding
类似这样的代码
sendmail(islastbar,'邮箱地址','警报',numtostr(tbuyholding(0),0));sendmail(islastbar,'邮箱地址','警报',numtostr(tsellholding(0),0));
用我的代码是可以的,你是不是发送的代码写错了?