InitMoney
InitMoney
InitMoney
Initializes the money management object.
virtual bool InitMoney(
CExpertMoney* money=NULL, // pointer
)Parameters
- money
[in] Pointer to CExpertMoney class object (or its descendant).
Return Value
true - successful, otherwise - false.
Note
If money is NULL, the CExpertMoney class will be used for initialization (it uses the minimum lot).
Last updated on