Tobias Johannes Zimmer / Publications
Codes
CDatetimeMsc for MetaTrader 5
CDateTime milliseconds extension + datetime supervisory variable extension
Stochastic Momentum Colour Candles for MetaTrader 5
Idea by Andrey F. Zelinsky, based on an indicator by William Blau
Custom Fractals for MetaTrader 5
Have you ever asked yourself why it is not possible to customize fractals more? ... now it is
ZigZagExtremaOnArray for MetaTrader 5
The ZigZagExtremaOnArray is an mqh include file which contains the calculation function of MetaQuotes' Examples ZigZag, BUT you can use it on any buffer that contains curves or histograms, similarly to the MovingAverages.mqh from include. The idea was to get highs and lows of an indicator curve
Forum
Can't pick indicator color in Ubuntu wine version
Hello, I wanted to point out that whenever I throw an indicator onto a chart in Ubuntu with wine, I can't choose the colors of my Custom indicators . That goes for Examples Indicators too. Where it works are the standard indicators Trend, Oscillators, Volumes and Bill Williams. Not sure why but this
How to use SYMBOL_PRICE_GAMMA
Hi, what is it with SymbolInfoDouble(SYMBOL_PRICE_GAMMA); ? I was trying this: //+------------------------------------------------------------------+ //| Expert initialization function | //+------------------------------------------------------------------+ int
Wine Staging Ubuntu IDE Problem: Mouse Pad Movements make Meta Editor select Text
Hello, I have been using MT and ME on Ubuntu for quite a while now and I have to say it works fine, except these few problem are very annoying. Not even sure if it is a problem that wine also has in other applications or is it just the Meta Editor version on wine? When I am moving the cursor via
Feature Request for MT5 Mobile App
Hello Developers, I have a minor problem. It is not so bad but it would be nice to be able to add and remove object display timeframes in some kind of settings point. For example we can have trendlines displayed in so many timeframes: M1, M2, M3, M4, and so on and so on. Many of which I have never
Thanks to Devs for collapsable functions!
In Meta Editor
"No Permission to send Notifications"?
Hello, I am trying to send notifications to smartphone but the terminal on computer says: "Error. The client terminal does not have permissions to send notifications." it is the print that the test expert gives back after it queries for TerminalInfoInteger(TERMINAL_NOTIFICATIONS_ENABLED). I think I
Inconsistency in vectors and matrizes, workaround class and request to MQ
Hello Forum. There are these shiny new matrix and vector types that are basically classes just without the C in front. But then why can't I create an array of a matrizes to call the layers and weights of a neural net by index? Turns out you can: #define ARRAYSIZE 2 #define COLS 2 #define ROWS 3
TimeSeries values are lower than they should be
Hello forum, I was marking some prices with Arrow objects but they were not exactly drawn on the value that they should have had, rather consistently more like 30 points lower or so. When I hover over the arrow, the correct value is shown. What bothers me is that I have given the low price as input
Is it possible to call custom indicators through OOP without iCustom and CopyBuffer?
No, even if the custom indicator is called into an EA by means of OOP it will still produce a handle through iCustom and get the values with Copybuffer Maybe if you get the indicator buffer pointer but you have to use dll for that Yes, MQL OOP can do more than MQL functions can. You don't
CopyBuffer Error 4802 (Bug?)
Hello forum, there are some strange occurrences when I call indicators in EAs. In this test I call iMA and iRSI and Copy their buffers. The initialisation throws no error, buf when copying, I get -1 as CopyBuffer return value. The buffers are resized to the data_size that I set but they contain only

