Strategy.clearStop()

ICE Data Services -

Strategy.clearStop() Back Testing Functions


clearStop() is a method of the Strategy Object that clears, or cancels, the current stop order set by the setStop() method for back testing analysis through the Strategy Analyzer (Tools-->Back Testing).  The Strategy Object is for back testing purposes only and is not intended for real time trading.


Syntax

Strategy .clearStop( )


Parameters

N/A


Return Value(s)

N/A

Notes

N/A

 

Code Examples

// Clears a stop order set by the setStop() method. 
Strategy.clearStop();


See Also

Back Testing Functions
EFS Library:  Back Testing
Strategy Analyzer
eSignal Bulletin Board Search Engine
Help Guides and Tutorials