Forum

Need help to convert iHighest , iLowest to mql5 ?

Hi, If anyone can help converting this from mql4 to mql5 as I try to understand the new logic of mql5. Thanks. double High4=iHigh(Symbol(),PERIOD_H1,iHighest(Symbol(),PERIOD_H1,MODE_HIGH,4,1)); double Low4=iLow(Symbol(),PERIOD_H1,iLowest(Symbol(),PERIOD_H1,MODE_LOW,4,1)); double

Question for newbie's: Can we launch script from EA ?

I understand we can launch a script directly on the security window but how can we do it automatically from EA ? Or, should I set it at the same time as the EA on the screen but in this case how can I have it coming back periodically ? (once a month) and I suppose that will not show in back testing

Need help how to show an account situation every 25st of the month

Hello, Anyone can help with programming a simple code to show an account situation every 25 st of the month? I wish to compeer actual month to previous one to show the balance on the journal at the date. The problem is with week-end and day off, I cannot get the journal to skip dose days and wrights