Discussion of article "Visualize this! MQL5 graphics library similar to 'plot' of R language" - page 3
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Good day!
CustomPlotFunction mode is implemented in the library for similar purposes, the example of using it implements approximately what you are interested in.
P.S. More details about it are written in forum #53.
Great, thanks :)
Is there a way to plot the X axis labels as a datetime series?
Is there a way to plot the X axis labels as a datetime series?
Example:
Result:
Is it possible to draw labels on X axis in reverse (reverse) order?
To see time-series indexes, for example.
Is it possible to draw labels on X axis in reverse (reverse) order?
To see time-series indexes, for example.
Is there any similar library in mql4??
Can you tell me if it is possible to set the background transparency, maybe in the base class, maybe something to tweak?
Can you tell me if it is possible to set the background transparency, maybe in the base class? I couldn't find it easily
Only if you modify the CGraphic class (only direct editing is wrong, you need inheritance, the example here is just for quickness).
After that you can control the colour:
:
Only if you make a change to the CGraphic class (only direct editing is wrong, you need inheritance, the example here is purely for quickness)
After that you can control the colour:
:
thanks, I'll deal with inheritance :)
How to make that when changing inputs in the Expert Advisor(REASON_PARAMETERS), the chart does not generate an error and refreshes with new parameters? If I switch tf or change symbols, everything is ok, if I change parameters, the error is invalid pointer. The number of curves changes in the parameters and it is on them that the pointers are incorrect.
if it is not clear I can give you an example )