Dr Matthias Hammelsbeck
Dr Matthias Hammelsbeck
passion at The whole world
It is much more important to feel strong than to be strong
Dr Matthias Hammelsbeck
Added topic Trading Platform - User Guide
Hi, in the user guide of the trading platform I found under Trading Operations / Basic Principles the following image: I would like to change it; see the following image: Ok or not? I'm using MT Version 5.00 build 2136 Matthias
Dr Matthias Hammelsbeck
Added topic MT5 - Build 2009: Orders & Deals are not shown in the strategy tester
Hello, with MT5, Build 2009 I cannot see orders and deals in the strategy tester (History tab). Deals are ok and visible: Orders are ok and visible, too: But no orders & deals :-( Matthias
Dr Matthias Hammelsbeck
Added topic Time Issue in Version 5.00 build 2006
Hello, it seems to me, that if there is a change in the display of the time column of orders and deals in the newest Metatrader Version build 2006. As you can see here I sent a pending order at 2018.11.30 00:00:02:   So far so good.  The
Dr Matthias Hammelsbeck
Added topic Memory Waste by indicators - how can I prevent???
Hi everybody, let us have timeframe M1 and the following simple indicator: #property indicator_buffers 1 double What_a_waste[]; int OnInit () {    SetIndexBuffer ( 0 , What_a_waste);    return 0 ; } int OnCalculate ( const int
Dr Matthias Hammelsbeck
Added topic MT5 Tester with fixed spread
Hi everybody, can someone tell me if I can run the MT5 tester with a fixed (adjustable) spread? How? Because I have a special strategy which do only run robust with a fixed spread. Thanks Matthias
Dr Matthias Hammelsbeck
Added topic MT5 build 1513
Today I got the newest MT5 build version 1513. That might be ok, but the date I can see in Help/About window is 25 Jan 2016! Not 2017????   Matthias / Bobcat 
Dr Matthias Hammelsbeck
Added topic MT5 Strategy Tester - Problem with function SymbolInfoTick() in real tick mode. Need help!
Hi everybody, I'm using MT5 build 1510 with a MetaQuotes-Demo Account (Hedge). The server is MetaQuotes-Demo Server. Here a simple EA copied and slightly modified from MQL5 Reference / Standard Constants, Enumerations and Structures / Data Structures
Dr Matthias Hammelsbeck
Added topic MT5 build 1510 -
Hi people, in the meantime my MT5 installation has been updated automatically to build version 1510. That might be ok, but I have no idea about any new features or changes in comparison to previous versions.  Neither here in the forum nor in the
Dr Matthias Hammelsbeck
Added topic Problem getting the indicator short name within an EA (MQL5)
Hello everybody, I need some help because I have trouble in getting the indicator short name within an EA. Here an example of a short indicator mql5 code (draws simply a horizontal line): #property   copyright "Copyright 2015, Bobcat"
Dr Matthias Hammelsbeck
Added topic Sort sequence of closed and canceled orders in the history pool (MT4)
Hi, in the MQL4 Reference under  MQL4 Reference/Trade Functions/OrderSelect I found the following two sentences: Consecutive selection of orders using the SELECT_BY_POS parameter returns information in the sequence in which it was received from
Dr Matthias Hammelsbeck
Dr Matthias Hammelsbeck
I studied Biology, (Neuro)Physiology and Informatics. I'm a passionate computer programmer (C, C++, Java, Tcl/Tk, Python), only my English is bad :-(
Therefore it is quite natural for me to trade with mechanical systems, especially with self-written expert advisors. Simply because I feel comfortable with these methods. Much better than discretionary trading (for me).
I do not like "black boxes", ie those indicators and expert advisors whose functionality and algorithms I do not know in detail. It is crucial for me to understand each step, each decision and each action in trading without any exception.
Matthias
Dr Matthias Hammelsbeck
Added topic MT4: Observed Discrepancy between Bar Data and Tick Data - please help
Hi alltogether! I'm using Metatrader 4 Version 4.00 Build 902. And I'm trading on a demo account of FXCM broker. Here a short ea-program outputting the bid and ask prices for every tick and after completion of the M1 bars their belonging OHLC data
Dr Matthias Hammelsbeck
Added topic SymbolSelect (symbol, true) always returns false; MT4
Hi alltogether, I have a problem with the function Symbolselect (Symbol(),true): it always returns wrong!   I'm using a specially installed Metatrader 4 without any broker connection because I solely want to backtest my strategies here with well
Dr Matthias Hammelsbeck
Added topic MQL4: missing ticks
Hi here is a simple expert advisor which writes some tickdata for each tick arriving, and - if there is a new 1 minute bar - writes some bar data to a file:   #property strict int g_fp; class CNewTick {    private :    string
Dr Matthias Hammelsbeck
Added topic Strategy Tester in MT4
Hi everybody, in the Strategy Tester of Metatrader 4 trade operations are not performed on the symbols that are different from the tested one and additionally timer events are not handled. Are there any plans to overcome these restrictions? Would be
Dr Matthias Hammelsbeck
Added topic Please help. Template for strategy tester charts
Hallo alltogether, if I have an ea with two or more timeframes I get two or more charts in the strategy tester visualization. That's ok. But only the first chart can be influenced in its design and style by the template file tester.tpl or
Dr Matthias Hammelsbeck
Added topic Strategy Tester Visualization mode: templates used for several charts
Hi, I have a problem in strategy tester in visualization mode: I f the terminal sets a template with the name tester.tpl in the directory/profiles/templates of the client terminal, then it will be applied to the opened chart . In its absence, the
Dr Matthias Hammelsbeck
Added topic BufferResize and BufferSize for TimeSeries Classes - please help
Hi alltogether, I'm grateful that there are people always who are willing to help and are giving competent answers to all my questions. Following problem: I have an object of class CiHigh and I get unexpected values for BufferSize after having called
Dr Matthias Hammelsbeck
Added topic Confusion about classes CiHigh, CiLow, CiOpen and CiClose in MQL5 Reference - GetData
Hallo, just in this very minute I'm a little bit confused about the description of the method "GetData" for the classes CiHigh, CiLow, CiOpen and CiClose in the MQL5 reference  / Standard Library / Classes for working with Indicators /
Dr Matthias Hammelsbeck
Added topic MQL Class Hierarchy
Hello, MQL5 is sometimes a little bit challenging and very exciting! I have written down the class hierarchy of MQL5 so far as I could do it. For me this is a great help and support for programming efforts. Free Floating: the classes CCanvas, CPoint
123