Tobias Johannes Zimmer
- Information
1 year
experience
|
0
products
|
0
demo versions
|
1
jobs
|
0
signals
|
0
subscribers
|
Tobias Johannes Zimmer
Added topic dll pointer handling deprecated?
Hello, I was reading this very old article, https://www.mql5.com/en/articles/19 where the author has a dll get the pointer adress (which mql5 doesn't allow you to). The use was to not be copying values back and forth, but accessing the indicators
Share on social networks · 1
4
Tobias Johannes Zimmer
Added topic Is there a way to refer to open, high, low or close buffers in a void function?
Hello everybody, I was working with MovingAverages.mqh when I saw that I also wanted a function to get the applied price. With the median, typical and weighted it seemed within good measure to store the results in a &dst_buffer[]. But it bothered
Tobias Johannes Zimmer
Added topic Can we have a GlobalVariableIndex function?
The only ways to get some "directory" of names and indices of globalvars is to call string GlobalVariableName(int index) and check the names that it is returning until it fits. The other thing is if one calls int GlobalVariablesTotal() before every
Tobias Johannes Zimmer
Added topic Class constructor overload problem SOLVED
Hi. I am working on wrapping Global Variables of Terminal in a class so I can use them like a simple variables array, just in abstract data type CGlobalObject. However... I don't get why the compiler doesn't seem to like me making different
Tobias Johannes Zimmer
Added topic Don't understand the usage of CMoneyFixedRisk
Hello to all, as I understand it, first I have to include and declare the class #include <Expert\Money\MoneyFixedRisk.mqh> CMoneyFixedRisk risk; I have to define the percentage that I want to risk in the
Tobias Johannes Zimmer
https://www.mql5.com/en/forum/296230/page5
This is not new but good for everybody who is new to the language
This is not new but good for everybody who is new to the language
Tobias Johannes Zimmer
Added topic Saving breakpoint presets in debugging would be awesome
The problem is: you have a large piece of code and you want it to stop for debugging only in a very particular scenario. Okay: so you can put your first breakpoint only after the respective condition. Then it will run through til that point and
Tobias Johannes Zimmer
Published code Custom Fractals
Have you ever asked yourself why it is not possible to customize fractals more? ... now it is.
Share on social networks · 1
3185
488

Tobias Johannes Zimmer
Published code ZigZagExtremaOnArray
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 quickly with the help of an "onBuffer" function.
Share on social networks
2056
162
Tobias Johannes Zimmer
Added topic How do custom indicators recall input values from last time?
If anybody could drop a function or method, it would be great help to me, thanks in advance
Tobias Johannes Zimmer
Left feedback to customer for job Assemble indicators into an EA
Superb customer, patient and knows what he wants. Will go with him again
Tobias Johannes Zimmer
Added topic Lots of improper argument errors recently
I am wondering if it has to do with the stuff I am working on right now or is it possible that it happens more after a certain update because something about the error processing has changed. First it happened when I was implementing a class that
Share on social networks · 1
4
Tobias Johannes Zimmer
Added topic Successfully initialised vector is out of range after matrix.Lstsq()
This little test indicator stores the OHLC values of the last 14 bars inside a matrix of four rows. There are also two vectors declared and initialised for later operations. One gets filled with the matrix row containing the close values
Share on social networks · 1
3
Tobias Johannes Zimmer
Added topic How to use the new matrices/vectors
I have been noticing one or two months ago that "matrix" is suggested in blue letters in MetaEditor like a data type but I had not seen anybody mention it on the forum and so it didn't strike me as something inherently useful. In the meanwhile there
Tobias Johannes Zimmer
Added topic Is it possible to GetLastLine() for diagnostical reasons?
I guess the compiler knows at every time which of code line contains which statement. But there is no such function in functions list. Sometimes out of range bugs are hard to find between functions and classes. It would be convenient to have that and
Share on social networks · 1
14
Tobias Johannes Zimmer
Added topic ZigZagOnArray (problem with DRAW_SECTION) SOLVED
I have done a ZigZagOnSMA and ZigZagOnRSI, on one hand for practice, on the other hand maybe it will be useful at some point for correcting input values when the stats are bad with the current inputs and the turning point are too far away and don't
Tobias Johannes Zimmer
Added topic Smoothed Volume with MovingAverages.mqh is flickering (SOLVED)
It is just going off and on irregularly On Off #property indicator_separate_window #property indicator_buffers 2 #property indicator_plots 2 #property indicator_type1 DRAW_HISTOGRAM
Tobias Johannes Zimmer
Added topic Can't add image by double click in forum
When adding an image in a post, it can often only be done via open button but double clicking to open the jpeg doesn't work half the time
Tobias Johannes Zimmer
Added topic How to use ALGLIB matrix classes?
So there is this include Math/Alglib/matrix.mqh in which you find the methods for setting the height and width of a matrix, but I can't find where to just place values inside a given place in a matrix or where can I read values from a matrix
Tobias Johannes Zimmer
Added topic error 202, 20
I have this little logic that is supposed to help me building up cases for names of tree leaves. The names can consist of n terms, say MA1, MA2, MA3, MA4... MAn. They can all be used only once because each of them describe a unique combination of the
: