Forum

What is the meaning of "*" - the star?

I can't find the place where the " * " is explained . e.g. CTetrisShape * m_shape ; // Tetris figure What is the difference to the same code but without the star: CTetrisShape m_shape ; // Tetris figure Thanks a lot for your help

Enum in mql4 ?

Is there such a thing like an enum in MQL4? - I want to program my station and don't want to wait until MQL5 becomes available for livetrading. I know one could create a string array of certain size, but using an enum type would be easier

Logfile grows until infinity

I have written a simple EA which should close an open position once there is an EMA-crossing in the opposite direction (as part of a bigger program, but I want to take one step after the other to make sure there are no hidden mistakes). After about 2 hours the log file grows to about 25GB !!! - Is