|
Functions by Category Functions by Alphabetical list
Used to exit your system, chart or indicator. Useful for debugging. Examples: my $stop=shift;
#Stop trading if we do not have a stop price
die 'No stop price for BuyStop' unless $stop;
Related functions:
|