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
190 stars 100 forks source link

Write Trade class to implement MQL4/MQL5 Trade Functions #4

Closed kenorb closed 7 years ago

kenorb commented 8 years ago

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

Basically please solve all @todo comments in Trade.mqh.

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 placeholder with todo comment.

See: porting table for some guidance.

Est. 5-8h

kenorb commented 7 years ago

Done.