Forum

MQL4 memory leakage

Is MQL4 language still supported? There is memory leakage issue which makes me sometimes to spend many times to find where this problem is in my code. I have created smart pointer which sometimes should be converted to different interface type when it passed to class as reference. If MQL4 language

Best service for writing product documentations

Hi friends, I'm creating MQL indicators. For each product I create user documentation. For documentation I uses MQL blog service but recently I have faced the problem with symbols count limitation. The maximum amount of symbols is 64000. My documentation requires more space. Have anyone faced this

Automatic validation fails when publishing new indicator to market place for MT5

Hello, I was not able to pass "Automatic Validation" for my indicator when I try to publish it at market place for MT5. The report is not very helpful in this case. test on EURUSD,H1 (netting) test49323 (EURUSD,H1) OnInit return code is INIT_FAILED cannot initialize indicator disconnected I started

Memory leaks at mql4 when new object is created when initialising of class member at constructor time

I get memory leaks warnings at Mt4 "Experts" tab when I changed timeframe. I'm using mql4. To reproduce this issue just create simple indicator and paste this code. class CObject { public : CObject() {} CObject( const CObject& obj) { } }; CObject make_wrapper( const CObject& obj) { CObject