EXITPRICE |
Top Previous Next |
Keyword Description Trade exit price Class Function Where Legal
Syntax EXITPRICE, EXITPRICE[n] Where n is an integer representing the desired number of days ago. Argument is optional. Return Value Returns the price at which a trade was exited. Returns zero before exit takes place. Example Sample code IF EXITPRICE[1] > 0 THEN ..... ' If we exited a trade yesterday then do something.
See also: |