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