| / | Forum |
|
kelly
2011.07.04 09:29
i have seen 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 This article dwells on implementation algorithm of simplest trading systems. The article will be useful for beginning traders and EA writers. |
|
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. |