Discussion of article "The Use of the MQL5 Standard Trade Class libraries in writing an Expert Advisor" - page 4

 
Amy Liu:
Chapter 1.4 uses order history to describe COrderInfo, is it right?

No you are right.

See an example of COrderInfo usage in your platform : "MQL5\Scripts\Examples\OrderInfo\OrderInfoSample.mq5"

 
Alain Verleyen:

No you are right.

See an example of COrderInfo usage in your platform : "MQL5\Scripts\Examples\OrderInfo\OrderInfoSample.mq5"

Get it. Thank you very much!
 
Hello, myposition.Type() does not work, the right code is myposition.PositionType()
 

great article.

Thank you for writing this great article.


let me correct this code.....


this code was typo:

typo


the correct one is:

myposition.PositionType()

 
Hady Candra:

great article.

Thank you for writing this great article.


let me correct this code.....


this code was typo:


the correct one is:

myposition.PositionType()

Hello Hady,

Thanks for your observation. The article is being updated. It will reflect the corrected version once the update is completed.

Thanks once again.

 
Hello,
All comments in the source codes of this article are in Cyrillic characters, incomprehensible to me.
Is it possible to have the same source codes with comments in English?
Thank you.
Pierre
 
Samuel: Thank you for this wonderful article. It helped me a great deal!
 

Hi Samuel,

I found this article very interesting. I will pin the Tab in my browser to use as a reference. Thanks