Manuel Alejandro Cercos Perez / Profile
- Information
|
5+ years
experience
|
8
products
|
46
demo versions
|
|
36
jobs
|
0
signals
|
0
subscribers
|
For any support questions please ask them in the respective product comments section.
We'll go through the basics of GUI libraries so that you can understand how they work or even start making your own.
-Has Simple Order Panel been removed from the market?
I have hidden it, so if you had it before you should be able to use it. If not, you can compile it yourself using its source code from last version: https://www.mql5.com/en/code/40252
-Why has it been hidden?
Because I cannot continue providing support for it.
-What about the MT4 version? Only MT5 code is published.
The source code is the same for MT4 and MT5, and compiles in both platforms. You only need to change the file format from .mq5 to .mq4. If you don't know how to change it, create a new file in the editor (IDE), clear everything and copy all the content of the mq5 file into it (CTRL+A and CTRL+C to copy all, then CTRL+V in the new empty file).
This article provides a method to create complex indicators while also avoiding the problems that arise when dealing with multiple plots, buffers and/or combining data from multiple sources.
Perform any operation between your terminal symbols (or your custom ones) to create custom synthetic symbols : log scales, relative performances (stock vs SP500, gold vs silver...), currency indexes... the possibilities are endless! You can execute any mathematical operation between symbols and constants candle by candle. There are functions included for getting the minimum [min(a,b)] or maximum [max(a,b)] between 2 values, and the square root [sqrt(x)], absolute value [abs(x)], logarithm
This indicator creates a channel relative to other chart indicator: indicator + ATR and indicator - ATR . Useful to know if price has gone up too far of your baseline. The ATR levels can be adjusted with a multiplier. This version has more complexity than its MT5 counterpart to avoid some of the MT4 limitations: you need to introduce your baseline's name , parameters (in a string separated with commas), and buffer . Make sure that your baseline has all necessary values in one only buffer (or you
Easy Indicators for MT5 A very simple tool to help visualize indicators more easily. Especially usefull if the reference indicator is very subtle or difficult to read. In this blog you can read about the different types of indicator supported (indicators with color buffer are not available): Zero line crosses Two Line crosses Buffer activations Zero line crosses with filter Crosses with price (MAs) Crosses inside filter


