Forum

Where can I get help, if it is not resolved on the Forum!!! | "Waiting for Update" error in strategy tester

Hello Friends Is there a way to contact 'Service Desk' for technical issues which remained unresolved on the forum? I have been struggling for almost three weeks now, since the last release of MQL on 21st June 2024 after which the problem started. Regards

Invalid Pointer error in derived(child) class | Please help to debug

Dear All I am trying to create Multi Symbol EA using OOP. I have created a set of files and EATemplate to test it. I am getting invalid pointer error in the mfCStrategyA (child of mfCStrategyBase). To my understanding child class should be able to access variables/methods of parent class, which I am

Indicator Class returns error 4807 in live chart but runs without any error in Strategy Tester!!!

Dear Fellow Members The documentation says: ERR_INDICATOR_WRONG_HANDLE 4807 Wrong indicator handle I have included following check, but still in live chart I get error 4807 though none of handles return no error: if (mHandleFast == INVALID_HANDLE || mHandleMid == INVALID_HANDLE ||

help required to debug why indicator class is calculating only current chart values

Hi I have created a VWMA custom indicator , and using an OOP class to get VWMA_Tx (triple period values) for different timeframes. The class is however returning _Sybmol + _Period data only, irrespective of initializing class with different time frames. Please help me out, what is wrong in my code

Version 5.00 build 4410 21 Jun 2024 (is there a bug?) || Waiting for Update[2] | Strategy tester freezes in visual testing mode | it works if visual mode is switched off

Note for Moderator : I had a post earlier with same issue ( https://www.mql5.com/en/forum/469030 ), however I deleted it since matter was resolved when I just transferred the files to different location. I am not sure if the earlier post is still there or not!!! I am creating this new post[2], as

Waiting for Update | Strategy tester freezes in visual testing mode | it works if visual mode is switched off

Hello friends Since Sat I am having this problem, which I thought will be resolved by Monday when I have Brokers data. However it still continues. I have tried to search the forum (including my old post of about an year before), but could not find any solution. The problem seems to be in my EA

Guidance on Price Action Trade: code for entering a position

Dear All I am trying to use strategy based on price action. It involves looking 'Reversal Candle Patterns' Support and Resistance at specific Central Pivot Point and / or Volume Profile levels for entry. The challenge I face is, it usually a cherry picked bar position to initiate the code. All

Help on Symbol Info Properties

Hi I am trying to get the Broker session times using symbol properties with below code. However I am getting compiler warnings. Please let me know how to correct it. Documentation and search did not help much. // Variables for Symbol's other properties

Vector and Matix are for use only in Python? or can be used in MQL Programs too?

I am trying to use vectors in strategy class. However in one code it works without any error while in other it gives error. Any clues what is wrong? vector vctHigh; vctHigh. CopyRates (mSymbol, PERIOD_M1 , COPY_RATES_HIGH ,begin,end); vector vctLow; vctLow. CopyRates (mSymbol

!!! undeleted objects left

Hello Everyone I have this warning message, and have checked all my classes where I have created CMarketInfo class and made sure that it is deleted on Exit the program. 2024.06.10 17:28:54.019 AlgoEA ( XAUUSD ,M15) 1 undeleted objects left 2024.06.10 17:28:54.019 AlgoEA (XAUUSD,M15) 1 object of type