您需要 登录 才可以下载或查看,没有帐号?注册
HelloWorld
//+------------------------------------------------------------------+
//| Hello World!.mq4 |
//| Copyright 2016, metaQuotes Software Corp. |
//| https://www.mql5.com |
//+------------------------------------------------------------------+
#property copyright Copyright 2016, metaQuotes Software Corp.
#property link QQ:3069404905
#property version 1.00
#property strict
//+------------------------------------------------------------------+
//| Expert initialization function |
//+------------------------------------------------------------------+
int onInit()
{
//---
//---
return(INIT_SUCCEEDED);
}
//+------------------------------------------------------------------+
//| Expert deinitialization function |
//+------------------------------------------------------------------+
void onDeinit(const int reason)
{
//---
}
//+------------------------------------------------------------------+
//| Expert tick function |
//+------------------------------------------------------------------+
void onTick()
{
//---
HelloWorld();
}
//+------------------------------------------------------------------+
void HelloWorld()
{
string HelloWorld= Hello World!
int MsgBoxInfo=MessageBox( Dear: +HelloWorld);
Print(MsgBoxInfo);
}
外汇交易有很大的风险性,本站所有资源均来自网络,请选择使用,如若出现亏损,本站不承担任何责任!