设为首页 收藏本站 切换语言

ea要怎么样才能开单?

| 发表于 2021-5-21 11:28:17 | 显示全部楼层 |复制链接
ea要怎么样才能开单?
//+------------------------------------------------------------------+
//|                                                           03.mq5 |
//|                                                             UUYU |
//|                                             https://www.mql5.com |
//+------------------------------------------------------------------+
#property copyright  GK
#property link      "https://www.mql5.com"
#property version   "1.00"
//--- input parameters
input string   手数="0.02";
input string   计算方式="整体计算";
input string   整体计算递增手数="0.04";
input string   最大加仓组数="8";
input string   止盈金额="10";
input string   品种设置="---------------品种设置---------------";
input string   品种1="NZDUSD";
input string   品种2="AUDUD";
input bool     品种1为主=true;
input bool     品种2为主=false;
//+------------------------------------------------------------------+
//| Expert initialization function                                   |
//+------------------------------------------------------------------+
int OnInit()
  {
//--- create timer
   EventSetTimer(60);

//---
   return(INIT_SUCCEEDED);
  }
//+------------------------------------------------------------------+
//| Expert deinitialization function                                 |
//+------------------------------------------------------------------+
void OnDeinit(const int reason)
  {
//--- destroy timer
   EventKillTimer();

  }
//+------------------------------------------------------------------+
//| Expert tick function                                             |
//+------------------------------------------------------------------+
void OnTick()
  {
//---

  }
//+------------------------------------------------------------------+
//| Timer function                                                   |
//+------------------------------------------------------------------+
void OnTimer()
  {
//---

  }
//+------------------------------------------------------------------+
//| Trade function                                                   |
//+------------------------------------------------------------------+
void OnTrade()
  {
//---

  }
//+------------------------------------------------------------------+
//| TradeTransaction function                                        |
//+------------------------------------------------------------------+
void OnTradeTransaction(const MqlTradeTransaction& trans,
                        const MqlTradeRequest& request,
                        const MqlTradeResult& result)
  {
//---Open ea to open an order, type 1 to open a long order, and type 2 to open a short order, and the total profit will be $10 to close all positions, and then the cycle will continue.

  }
//+------------------------------------------------------------------+
//| Tester function                                                  |
//+------------------------------------------------------------------+
double OnTester()
  {
//---
   double ret=0.0;
//---

//---
   return(ret);
  }
//+------------------------------------------------------------------+
//| TesterInit function                                              |
//+------------------------------------------------------------------+
void OnTesterInit()
  {
//---

  }
//+------------------------------------------------------------------+
//| TesterPass function                                              |
//+------------------------------------------------------------------+
void OnTesterPass()
  {
//---

  }
//+------------------------------------------------------------------+
//| TesterDeinit function                                            |
//+------------------------------------------------------------------+
void OnTesterDeinit()
  {
//---

  }
//+------------------------------------------------------------------+
//| ChartEvent function                                              |
//+------------------------------------------------------------------+
void OnChartEvent(const int id,
                  const long &lparam,
                  const double &dparam,
                  const string &sparam)
  {
//---

  }
//+------------------------------------------------------------------+
//| BookEvent function                                               |
//+------------------------------------------------------------------+
void OnBookEvent(const string &symbol)
  {
//---

  }
//+------------------------------------------------------------------+


举报

评论 使用道具

精彩评论7

latage
未及格
| 发表于 2021-5-21 12:14:51 | 显示全部楼层
谢谢分享
举报

点赞 评论 使用道具

汇市大魔王
DD
| 发表于 2021-5-21 13:40:53 | 显示全部楼层
关注
举报

点赞 评论 使用道具

qwe11
CCC
| 发表于 2021-5-21 14:02:42 | 显示全部楼层
谢谢分享
举报

点赞 评论 使用道具

fxbienhild
未及格
| 发表于 2021-5-21 14:45:56 | 显示全部楼层
谢谢分享
举报

点赞 评论 使用道具

daerbushen
DD
| 发表于 2021-5-21 14:57:20 | 显示全部楼层
起码你要有ordersend语句啊
举报

点赞 评论 使用道具

nanaliu
CC
| 发表于 2022-6-5 08:28:11 | 显示全部楼层
看看。。学习下。。。。
举报

点赞 评论 使用道具

bg4abm
CC
| 发表于 2022-6-5 09:24:26 | 显示全部楼层
谢谢分享
举报

点赞 评论 使用道具

发新帖
EA交易
您需要登录后才可以评论 登录 | 立即注册

简体中文
繁體中文
English(英语)
日本語(日语)
Deutsch(德语)
Русский язык(俄语)
بالعربية(阿拉伯语)
Türkçe(土耳其语)
Português(葡萄牙语)
ภาษาไทย(泰国语)
한어(朝鲜语/韩语)
Français(法语)