Jan Barek / Publications
Forum
How to change the coordinate anchor point for the Dialog window?
Have a nice day. I use a Dialog (Panel) object derived from the CAppDialog class, whose position on the chart is measured by default from the top and left side of the chart. I am trying to change the " anchor point " (left, top) so that its position is measured from the top and RIGHT side of the
Comma instead of dot in CEdit
In CEdit i can write a decimal number with a dot (for example 0.1) and it works without a problem, but if I write the same with a comma instead of a dot (0,1), CEdit cannot read it. I have a reason, why i need to use a comma instead of a dot, but i don't know how to do it. Does anyone please know
The dialog is automatically maximized when switching the graph, please help
Have a nice day. I use the Dialog object of the CAppDialog class in the indicator and I can minimize it by the minimize button, but when switching the instrument or changing the time frame, it is automatically maximized again. I need it to stay minimized when switching instr. or TF. Does anyone know
How to fix hundredths in CEdit?
I have a object CEdit and i can writte (by handle in MT4) number type double (for example 0.01). When I rewrite the number, for example to 1, only the number 1 remains in the CEdit field, but I need 1.00 to remain there (with preserved hundredths). Can it be fixed so that hundreds of automatically
How to transfer the value of a variable from custom indicator to EA?
Hi,i am a beginner in MQL4, i need help. I have a custom indicator , and inside i have a variable of type bool or double. I'm trying to get the value of a variable from custom indicator to EA, but I'm not able to. I've tried it through the iCusom feature, but I can't. I have no idea where to go