Forum

COPY_TICKS_VERTICAL flag in CopyRates with unexpected matrix output

According to manual/release note using CopyRates with COPY_TICKS_VERTICAL flag should create same matrix as transposed matrix without flag: //+------------------------------------------------------------------+ //| bug_verticalcopy.mq5 | //|

ONNX: output parameter has unsuppotred type 'ONNX_TYPE_SEQUENCE'

Hi, I am trying to get started with ONNX but I run into an issue when I try to run a model: 2023.06.13 15:43:10.345 delete2 (EURUSD,H1) ONNX: output parameter has unsuppotred type 'ONNX_TYPE_SEQUENCE', inspect code 'Experts\delete2\delete2.mq5' (59:54) 2023.06.13 15:43:10.345 delete2 (EURUSD,H1)

numpy hstack

Hi, it is great to have matrix methods analog to numpy included in metaeditor. I am missing numpy.hstack. (numpy.hsplit is available on the other hand); https://numpy.org/doc/stable/reference/generated/numpy.hstack.html https://www.mql5.com/en/docs/basis/types/matrix_vector I wonder if it is planned

Demo version of EA provided mql5.com market not able to write files.

To whom it may concern, I am facing the issue that apperently demo versions of market EAs (provided via mql5.com market) are incapable of writing files to the common/agent folder. To demonstrate the issue I wrote an EA, which I uploaded to the market ( https://www.mql5.com/en/market/product/97058 )

Strange behaviour MQL5VPS including several #property tester_file; wrong and sometimes no file loaded.

To whom it may concern, I stumbled upon strange MQL5VPS behaviour when working with #property tester_file and MQL5VPS. Here a test code: //+------------------------------------------------------------------+ //| MQL5VPS_strange.mq5 | //|

MQL5 Virtual Hosting greyed out. Subscription impossible.

Hi, I have an issue with subscribing to a MQL5 VPS service: MQL5 VPS subscription not possible. (greyed out , see screenshot) Logged in to terminal MT5 community; MT5 build 5.00 3550 Internet Explorer up to date Used in VPS services in the past without issues (Last subscription to old to renew)

EU/non-EU Term changes and taxing (for sellers)

I am currently busy with tax returns for 2019 (first year with MT5 seller income). My tax consultant prompted that we need a clear statement with all tax office related info per calender year. The tables available on the profile and downloads are not cutting it, when it comes to providing clear

Bug in working with resources (#resource).

Hi, I am facing an issue in working with resources (#resource) . When I include a csv as string resource, compile and then test it in the tester the string resource is only available once. After that, the string is empty unless I restart MT5 (or recompile). The problem affects only the backtest but

OnTesterInit failed. Optimization cannot be started. ONLY TRUE FOR MARKET VERSION. Offline EA works.

The uploaded version does not allow optimization: (however if I download the version from the controlpanel (https://www.mql5.com/en/market/product/XXXXX/controlpanel#!tab=files) it works.) 2021.02.07 08:52:41.111 Tester "Market\ XXXXXXXXXXXX .ex5" 64 bit demo version 2021.02.07 08:52:41.395

Passing 'Complex Criterion max' instead of 'Custom max' result to file via frames

Hi, I am writing results and other data from Ontester to file like this (made up example see below). This all works fine. But If I use the "Complex Criterion max" as optimization criterion , then I am not able to pass this to/call this from OnTesterDeinit. Is there a way to do that? Thanks for any