Libraries: MQL_Easy (For MT5) - page 3

 
Laurent Soudron:

If you have some time, could you please make a tree of classes and their functions so you can find your way around faster ?

Unless there's a MetaTrader tool/add-on that does that already ?!

I think there is not a Metatrader tool for that kind of task. Can you provide a template? Also, i was thinking a github page maybe helps a lots(like a better documentation).

 
I went to see the GitHub page of the MQL_Easy project, it's great 👍

 

I am getting error when compiling:


   MqlTradeRequest request = {0}; 


cannot convert 0 to enum 'ENUM_TRADE_REQUEST_ACTIONS' ExecuteMT5.mqh 68 31


MT5 build 2981 21  June  2021

I see this is reported here long time ago but nobody is fixing: https://github.com/Denn1Ro/MQL_Easy/issues/5

 
Poker_player:

I am getting error when compiling:


   MqlTradeRequest request = {0}; 


cannot convert 0 to enum 'ENUM_TRADE_REQUEST_ACTIONS' ExecuteMT5.mqh 68 31


MT5 build 2981 21  June  2021

I see this is reported here long time ago but nobody is fixing: https://github.com/Denn1Ro/MQL_Easy/issues/5

Hi,

soon an updated version will be released that fixes the error.

 

any update in progress ?

maybe you could also fix this .. https://www.mql5.com/en/forum/345511

thanks for mql_easy

POSITION_COMMISSION-property removed!? - I just noticed that MetaQuots' own Commission function no longer works, and I assume the loss of POSITION_COMMission
POSITION_COMMISSION-property removed!? - I just noticed that MetaQuots' own Commission function no longer works, and I assume the loss of POSITION_COMMission
  • 2020.06.29
  • www.mql5.com
I just noticed that metaquotes' own commission () -function no longer works, because its code is. Since metaquotes did not update their own commission()-function accordingly and since position_commission still is an important piece of information i assume the loss of position_commission is a mistake