Thank you very much, that works 
C
Posts made by censorx
-
Text Centered in the Chart-Windowposted in Questions & Answers
Hello,
I want to put a text in the Center of the chart-window. It should always be centered, even if I change the size of the chart-window.
How can I do this? Thanks for the help!
-
Calculate Variables with ^posted in Questions & Answers
Hi,
I want to calculate this in a Custom MQL Code:
A=A*(1.2^B)
(B is continuously: 1, 2, 3, 4, 5, ... and so on)
I can't compile it. It just prints " '^' - illegal operation use ".
In the MQL4 documentation I can find many examples with the ^, but they don't work in fxDreema. How can I solve this operation?