Why is there NO Complete EA within the Code-Base? - page 5

 
William Roeder #:

Hi William, 

I'm sure I am missing something with codes!

I added the code end of my EA and compiled and there are many missing functions! (ResizeBuffer, IfI, RJust, ...)

I want to pass an Array of a line to code and have that line drawn on chart separate window by EA. 


Would you please let me know how can I catch whole code? or What I am doing wrong? 

 
Mahdi Ebrahimzadeh #: there are many missing functions! (ResizeBuffer, IfI, RJust, ...)
ResizeBuffer is plainly in the code.
 
William Roeder #:
I renamed PointValuePerLot to DeltaValuePerLot since aCurrencyChange = aPriceChange * OrderSize() * DeltaValuePerLot(). Also added more comments.

I am having difficulty accessing the money calculation method in mql4, I have searched a lot and stopped at this article of yours, I want to know if this calculation method is still effective for all currency pairs, metals, indices...?

Thanks!