错误、漏洞、问题 - 页 2882

 
KX92:

下午好。

今天我注意到,我以前在市场上购买的所有专家顾问和指标的许可证都消失了。MQL5网站只显示购买数量,但当我点击 "购买 "时,却没有任何显示。你能告诉我问题是什么以及如何解决吗?
谢谢你

购买物品的显示已被修复。

请检查你的资料。

 

下午好。我发现,当可视化优化运行被关闭和可视化优化运行被打开时,数据是不同的。该怎么做,怎么做 ?

 
下午好!这里有谁是AMP全球清算的?仍然断开了CLEZ20石油的 12月合约。我不知道我是否是唯一的一个)。
 
错误 - 指针的操作不一致 (5.00, 2650)

编译错误。有人有什么想法吗?

//+------------------------------------------------------------------+
//|                                                201022_083730.mq5 |
//|                                    2019-2020, dimitri pecheritsa |
//|                                                 792112@gmail.com |
//+------------------------------------------------------------------+
#property copyright "2019-2020, dimitri pecheritsa"
#property link      "792112@gmail.com"
#property version   "1.00"
//+------------------------------------------------------------------+
//| Script program start function                                    |
//+------------------------------------------------------------------+
void OnStart()
  {
//---
   C201022_090654 c_1(new C201022_090641); //works
   C201022_090654 c_3(new C201022_092325(1)); //works
//---'new' - parameter passed as reference, variable expected
   C201022_090654 c_2(new C201022_090641(1)); //not works
  }
//+------------------------------------------------------------------+
//| class                                              201022_091826 |
//+------------------------------------------------------------------+
class C201022_091826
  {
protected:
public:
                     C201022_091826(void) {}
                    ~C201022_091826(void) {}
   //---
  };
//+------------------------------------------------------------------+
//| class                                              201022_090641 |
//+------------------------------------------------------------------+
class C201022_090641
  {
protected:
   C201022_091826    m_obj;
public:
                     C201022_090641(void) {}
                     C201022_090641(int) {}
   //---
  };
//+------------------------------------------------------------------+
//| class                                              201022_092325 |
//+------------------------------------------------------------------+
class C201022_092325
  {
protected:
public:
                     C201022_092325(void);
                     C201022_092325(int);
   //---
  };
//+------------------------------------------------------------------+
//| class                                              201022_090654 |
//+------------------------------------------------------------------+
class C201022_090654
  {
protected:
public:
                     C201022_090654(void) {}
                     C201022_090654(C201022_090641&) {}
                     C201022_090654(C201022_092325&) {}
   //---
  };
//+------------------------------------------------------------------+


 

winbase.mqh中的 WinAPIIsTextUnicode 函数被声明为

int IsTextUnicode(PVOID lpv,int size,int &result);

虽然它应该接受一个数组ucar [] 作为输入。我很方便,数组不能正常送入这里,头里有一个错误,还是有一个正常的变体?

 
traveller00:

winbase.mqh中的 WinAPIIsTextUnicode 函数被声明为

虽然它应该接受一个数组ucar [] 作为输入。我很方便,数组不能在这里正常输入,头里有一个错误,还是有一个正常的选项?

添加你自己的进口

int IsTextUnicode(uchar& lpv[],int size,int &result);

它不应该与你所拥有的东西相冲突。

 
检查一下某人--在IOS的MT5移动应用程序中,当你长按图表上的报价数字周围时,你是否也没有在右边设置缩进?
 

你这话是什么意思?

test on EURUSD,H1 (netting)
 2020.04.01 00:00:06  no prices for symbol USDCAD (1970.01.01 00:00:00 0.00000, 0.00000)
 2020.04.01 00:00:06  no prices for symbol USDCAD (1970.01.01 00:00:00 0.00000, 0.00000)
 2020.04.01 00:00:06  no prices for symbol USDCAD (1970.01.01 00:00:00 0.00000, 0.00000)
 2020.04.01 00:00:06  no prices for symbol USDCAD (1970.01.01 00:00:00 0.00000, 0.00000)
 2020.04.01 00:00:06  no prices for symbol USDCAD (1970.01.01 00:00:00 0.00000, 0.00000)
 2020.04.01 00:00:06  no prices for symbol USDCAD (1970.01.01 00:00:00 0.00000, 0.00000)
 2020.04.01 00:00:06  no prices for symbol USDCAD (1970.01.01 00:00:00 0.00000, 0.00000)
 2020.04.01 00:00:06  no prices for symbol USDCAD (1970.01.01 00:00:00 0.00000, 0.00000)
 2020.04.01 00:00:06  no prices for symbol USDCAD (1970.01.01 00:00:00 0.00000, 0.00000)
 2020.04.01 00:00:06  no prices for symbol USDCAD (1970.01.01 00:00:00 0.00000, 0.00000)
 2020.04.01 00:00:06  no prices for symbol USDCAD (1970.01.01 00:00:00 0.00000, 0.00000)
 2020.04.01 00:00:06  no prices for symbol USDCAD (1970.01.01 00:00:00 0.00000, 0.00000)
 2020.04.01 00:00:06  no prices for symbol AUDUSD (1970.01.01 00:00:00 0.00000, 0.00000)
 2020.04.01 00:00:06  no prices for symbol AUDUSD (1970.01.01 00:00:00 0.00000, 0.00000)
 2020.04.01 00:00:06  no prices for symbol AUDUSD (1970.01.01 00:00:00 0.00000, 0.00000)
 2020.04.01 00:00:06  no prices for symbol AUDUSD (1970.01.01 00:00:00 0.00000, 0.00000)
 2020.04.01 00:00:06  no prices for symbol AUDUSD (1970.01.01 00:00:00 0.00000, 0.00000)
 2020.04.01 00:00:06  no prices for symbol AUDUSD (1970.01.01 00:00:00 0.00000, 0.00000)
 2020.04.01 00:00:06  no prices for symbol AUDUSD (1970.01.01 00:00:00 0.00000, 0.00000)
 2020.04.01 00:00:06  no prices for symbol AUDUSD (1970.01.01 00:00:00 0.00000, 0.00000)
 2020.04.01 00:00:06  no prices for symbol AUDUSD (1970.01.01 00:00:00 0.00000, 0.00000)
there are no trading operations

在市场上的验证器,它没有通过,因为当测试实用程序本身时,它不能得到价格?

 
Vladimir Pastushak:

你这话是什么意思?

市场上的验证器,它没有通过,因为它在测试实用程序时不能自己获得价格?

该测试在欧元兑美元上运行,但似乎试图抽出所有可用符号的历史。不要这样做。

 
Anton:

该测试在欧元兑美元上运行,但似乎试图抽出所有可用符号的历史。不要这样做。

所以验证器排除了多币种实用程序?不太好...

原因: