Bruno Paulet / Publications
Articles
Automated Optimization of an EA for MetaTrader 5 for MetaTrader 5
This article describes the implementation of a self-optimization mechanism under MetaTrader 5
Forum
MT5 Build 2005 - Strategy tester no longer works with cloud agents (endless loop)
The agents never stop Model value is set to "0" ( Every tick ) See Screenshot attached Thanks
TERMINAL_SCREEN_WIDTH / TERMINAL_SCREEN_HEIGHT
Hi all, I would like basically to reorganize my charts on the terminal by programming, but I can't find a function that returns the size of the MT5 workspace. I find this : int ChartWidth = TerminalInfoInteger(TERMINAL_SCREEN_WIDTH); int ScreenHeight =
Analyst programmer - EA development
Hi all, I'm a software analyst programmer, I develop EA for Metatrader 5 according with your specifications. I'm working as a freelancer, my company is : https://www.mql5.com/go?link=http://www.bpasoftware.com/ You can contact me for more information and quotes (bruno.paulet@BPASoftware.com)
TimeGMT() function
I have a bug on TimeGMT() function , the returned time is 1 hour more than real GMT time. I'm at Bkk at this time (GMT +7), no summer time. However TimeGMTOffset() return the good value I solve the problem by this function : datetime NewTimeGMT( MqlDateTime &dt ) { datetime now = TimeLocal();