Forum

TESTER delets import Files

Dear all I have a General question. I wrote an EA which loads a File during the initialization and checks every hour the File again. It works normaly, but if I start the EA in the StrategyTester, the tester deletes all Files in the folder without reading them. Does somebody know why? It is an .txt

How to show Indicators in live chart?

Hi guys I'm new in MQL5 and I started some weeks ago. I'm a little bit confused because I can see custom indicator in TesterMode but not in LiveChart... Do anybody can explain me this? THX Simon

member function not defined

Maybe Someone can help me I have a problem with compiling and the error message is that "member function not defined"... Thanks for helping me here my Code: class CPeriodCalculator { private : double high[]; double low[]; double open[]; double close[]; public