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