| 
 | 
CheckOpen
Checks conditions to open a position.
| virtual bool CheckOpen() | 
Return Value
true - a trade operation has been executed, otherwise - false.
Note
It checks the necessity to open long (CheckOpenLong()) and short (CheckOpenShort()) positions.
Implementation
| //+------------------------------------------------------------------+ |