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