EA31337 / EA31337-classes

📦📈 EA31337 framework (MQL library for writing trading Expert Advisors, indicators and scripts)
https://ea31337.github.io/EA31337-classes
GNU General Public License v3.0
186 stars 98 forks source link

Extend Timeseries class for MQL4/MQL5 compability. #5

Closed kenorb closed 8 years ago

kenorb commented 8 years ago

Write, extend and correct the existing Timeseries class in order to implement cross-version methods which should correspond to Timeseries Functions from MQL4. Similar to #1, #2 & #3.

Each method should compile, be callable and should return same format and values in both MQL4 and MQL5. Remove all other functions which are not mentioned on the list.

In case of blockers, create a method placeholders with todo comments.

See: porting table for some guidance.

kenorb commented 8 years ago

PR: #6