MrTwister / Publications
Forum
Current (this) object as a parameter?
Hi is there any way to use current object as a parameter? JavaScript have "this", what can i use to make same functionality in MQL4? For example: class Container { public : Object * object ; double m_Price; MyData( double price) { m_Price = price; } double getPrice(){ return