Friends

Add friends via their profile or user search and you will be able to see if they are online

Thomas110
Added topic MT5 Tester: saved optimization cache is incomplete
Hi all, When exporting the optimization cache file of an optimization and when importing them again later on in the Optimization tab, it seems the chart of scores becomes incomplete and shows a much lower number of passes (see enclosed pictures
Thomas110
Added topic proxy server options requested when installing MT5
Hi! I'm getting a 'proxy server options' message when installing a previous version of MT5, while there's no issue when installing the latest one (that I'm not happy with, in this early 9/2024 due to the excessive virtual memory allocation per
Thomas110
Added topic EA interacting with/sending input to a library
Hi! One of my compiled EAs calls an MT5 library and I would like to control what the library does by specifying inputs from a second EA that I would create. Though, even if quite familiar with building EA for trading purposes, I don't know the
Thomas110
Added topic MT5 strategy tester - low number of passes in the forward assessment phase
Hi!  Currently performing a slow complete optimization on my EA, but quite astonished to see that the number of passes covered in the forward phase is much lower than in the optimization phase ( Optimization Results ). I assume MT5 only
Thomas110
Added topic Agent manager not working?
Hi! I 'm trying to use the cores of my own laptop from my VPS . Both have MT5 terminal open . Went to Agents Manager on laptop to set up the agents and get the IP address + ports . So should be fine . Then added them in MT5 terminal on VPS (agents
Thomas110
Added topic ICM historical tick data (as provided by MetaQuotes) for backtesting in MT5
Hi! IC Markets apparently receives historical tick data for its instruments from Metaquotes (according to their support chat at least). Though, ICM recently reduced their historical tick data on their servers to 2024 onwards. Being interested to use
Thomas110
Added topic editing ticks.dat files
Hi, I'd like to edit ticks.dat files in the /bases/.../ticks/ folder to reflect the start/end month of my .tkc files (I've merged two different historical periods for a broker). Is this possible in a way or another
Thomas110
Added topic Request for development - single tests displaying ready-to-use charts
Hi MetaQuotes team, A request for development hopefully for a next update in the near future. Currently, when right clicking on an optimization result to run a single test, MT5 displays the trades on the chart with a standard display/template, and
Thomas110
Added topic Trading non USD Forex pairs to diversify a portfolio?
Hi! I'm considering to build a portfolio of diversified forex pairs to be traded with an EA, my account currency being USD ( IC markets and Eightcap as brokers) E.g. I'm thinking of EURUSD, GBPUSD as main pairs and AUDCAD, NZDCHF for diversification
Thomas110
Added topic How to view and call external libraries?
Hi! A couple of questions on libraries, if I may ask: 1/ in mql5 editor or on the website how can I have a view on all external libraries, their description, functions, etc...? 2/ how can I add one manually, and in script (I guess the include
Thomas110
Added topic Optimization inputs steps and robustness
Hi all, I'd like to get feedbacks from advanced traders/EA developers regarding the max number of inputs steps (total number displayed in the bottom right part of the Inputs sheet when optimizing) allowing to have robust setfiles, i.e. without
Thomas110
Added topic Request for extended strategy tester report
Hi, Could Metaquotes add the holding times statistics to the strategy tester xml files (and possibly all other relevant missing information)? There is a mismatch between the report and what can be exported. Thanks in advance
Thomas110
Added topic Avg/max holding time in tester report
Hi all, As opposed to the documentation:  https://www.metatrader5.com/en/terminal/help/algotrading/testing_report do you see reasons why the strategy tester report doesn't contain the avg/max holding time? Is it a matter of versions? Would be
Thomas110
Added topic Irrelevant arrows/deals in strategy tester - visualisation mode
Hi all, When testing/visualizing the outcomes of a EA, I observe irrelevant arrows/deals being displayed on the chart. - I'm pretty sure they are not related to relevant deals, as OnTradeTransaction doesn't display any message (even basic) in the
Thomas110
Added topic Dependencies between indicators called in an EA
Hi! I'm currently using two indicators in an EA (I'm novice) and would like to create a dependency between the two. More specifically, I'd like that the result of the first indicator be used as one of the arguments of the second. Indicators are
Thomas110
Added topic Discrepancy in calculation of iMA within an EA
Hi! In the following EA code, I'm computing EMAs (fast and slow) at each new M5 bar. Though, as per the journal below it seems the [1] values computed at the current M5 bar can differ from the [0] values computed at the previous M5 bar. This is an
Thomas110
Added topic Calling iMA() in a custom indicator
Hi! I'm trying to call iMA in OnCalculate of a custom indicator: for (int i = start; i < rates_total; i++) { double fast_MA_prev = iMA(_Symbol, _Period, prm_MA_fast_period, 0, prm_MA_calculation_mode, i-1); // where  prm_MA_fast_period=10
Thomas110
Added topic Classic question (I guess): how to copy the entire Strategy Tester's journal or how to export it?
Hi all, I'm struggling in exploiting the contents of the Strategy Tester 's journal, the interface is really not user friendly. How to "copy all" the journal, how to export it, or how to do it with mql5 code
Thomas110
Added topic An easy one - location of mq5 source code
Hi all, I would like to access the source code (mq5) of the indicator iBands (to see its details including the structure of the generated handle) or the source code of any other built-in indicator (to use them properly in a EA). How could I do it
Thomas110
Added topic Signals - visibility of SL/TP under the Trading history tab
Hi, after login (but without subscription), I can't see the SL/TP used by the trader for his/her historical trades (whereas a friend of mine can). Hence the question: how is it possible to systematically display columns SL and TP? It is necessary to
12