MQL4 - automated forex trading   /  

Forum

do mql4 have OOP features?

Back to topics list To post a new topic, please log in or register

avatar
64
kelly 2011.07.04 09:29 

i have seen

http://codebase.mql4.com/7681

curIndex = utils.periodToPeriodIndex(Period());

do this means mql4 support OOP object function?

thanks

Expert Advisors Based on Popular Trading Systems and Alchemy of Trading Robot Optimization

Expert Advisors Based on Popular Trading Systems and Alchemy of Trading Robot Optimization

This article dwells on implementation algorithm of simplest trading systems. The article will be useful for beginning traders and EA writers.


avatar
4224
RaptorUK 2011.07.04 11:51 

If you look at the rest of the code you will see . . . .

int utils.periodToPeriodIndex(int period) {

utils.periodToPeriodIndex is just the name of a function.

Back to topics list  

To add comments, please log in or register