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.
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 inTrade.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