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