|
CheckOpenLong
Checks necessity and conditions to open long position.
virtual bool CheckOpenLong() |
Return Value
true - a trade operation has been executed, otherwise - false.
Note
It checks the necessity to open a long position (CheckOpenLong() method of Signal object) and does that with the parameters set by Signal object (OpenLong() method) if the conditions are met.
Implementation
//+------------------------------------------------------------------+ |