home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / tas2091.zip / SARPT.TAS < prev    next >
Text File  |  1991-02-21  |  172b  |  8 lines

  1. #profit_test long 1000
  2. #max_quotes 400
  3. #output_file 'sarpt.lst'
  4. sar_a : array;
  5. plot sar_a = sar(0.02,0.20);
  6. sell when over(sar_a,c) = 0;
  7. buy when over(c,sar_a) = 0;
  8.