home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 306.lha / TraderPlus_v1.0 / TraderPlus.doc < prev    next >
Text File  |  1980-12-05  |  4KB  |  166 lines

  1.                                 TraderPlus
  2.                               v1.0 27-Oct-89 
  3.  
  4.  
  5. NOTICES:
  6.  
  7.     Copyright © 1989 Eric Antanavich.  All rights reserved worldwide. 
  8.     This program has been released as SHAREWARE and may not be sold
  9.     by any other party.   
  10.  
  11.     A $20 donation will put you on the upgrade list, so you can receive 
  12.     the next major revision on disk via U.S. Postal service. 
  13.     ENCOURAGE USER-SUPPORTED SOFTWARE! The author can be reached at :
  14.     
  15.         Eric Antanavich
  16.         5820 Adelaida Rd.
  17.         Paso Robles, CA 93446
  18.  
  19.  
  20.                                 DISCLAIMER
  21.  
  22. No warranty, either express or implied, is made with respect to the
  23. fitness or merchantability of TraderPlus.
  24.  
  25.  
  26.  
  27.  
  28.                              ACKNOWLEDGEMENTS
  29.  
  30. Robert J. Mical for the file requester.
  31.  
  32. Steve Tibbett for the SimpleRequest() routine. 
  33.  
  34.  
  35. CONTENTS OF LZH FILE:
  36.  
  37.    Name: traderplus.lzh
  38.    Date: 27-Oct-89
  39.  
  40.   ======================================================================
  41.    FileName          :  Size : Description
  42.   ----------------------------------------------------------------------
  43.    TraderPlus        : 40980 : TraderPlus program.
  44.    TraderPlus.info   :  1919 : Icon for TraderPlus.
  45.    TraderPlus.doc    :  4453 : Documentation for TraderPlus.
  46.    beans.ps          :  8937 : SoyBeans prices for TraderPlus.
  47.    coffee.ps         :  5707 : Coffee prices for TraderPlus
  48.    requester.library :  9844 : Library for the file requester.
  49.    gene.font         :   264 : Font used by TraderPlus
  50.    8                 :  1548 : Goes in gene Directory
  51.   ======================================================================
  52.    8 Files        
  53.  
  54.  
  55.  
  56. Execute 'execute.me' first!
  57.  
  58. DESCRIPTION OF TRADERPLUS:
  59.  
  60.     TraderPlus allows you to take commodity prices from a external
  61.     source and perform various Studies and Graphs on them.
  62.  
  63.  
  64. RUNNING TRADERPLUS:
  65.  
  66.     TraderPlus may be started from either a CLI or WorkBench. You must
  67.     set the stack to 40000 bytes or more! Also make sure that the 
  68.     requester.library is LIBS: and gene.font is in FONTS:
  69.  
  70.  
  71. DESCRIPTION OF GADGETS:
  72.  
  73.     FROM DISPLAYER
  74.  
  75.         The gadget displays the number of days in a price fileand the
  76.             last day,first date after loading. This Displayer will also show
  77.         the daily prices when the LEFT-MOUSE button in the graph window 
  78.         is clicked. 
  79.         
  80.  
  81.     TO DISPLAYER
  82.  
  83.         The gadget displays the last day and date when the user select
  84.         a portion of data, this displayer also show the last date after
  85.         loading.
  86.  
  87.     MA
  88.  
  89.         Moving Averages gadget. Use the up and down gadgets tochange
  90.         the moving averages. To Plot MA click on the yellow gadget right 
  91.         of the up and down gadgets.
  92.  
  93.     OIMA
  94.         
  95.         Same as MA but plots Open Interest Moving Averages.
  96.  
  97.     LOAD
  98.  
  99.         Click Here to bring up the file requester to load prices.
  100.  
  101.             NOTE: The file requester will only display '.ps' files 
  102.                     which are price files. 
  103.     
  104.     CROSS
  105.         
  106.         Toggle Cross-Hairs on and off.
  107.  
  108.     BAR_CLOSE CHART (below cross gadget)
  109.  
  110.         Toggle graph bar chart or close prices chart.
  111.  
  112.  
  113. GRAPH WINDOW:
  114.  
  115.     To Calculate how liquid a portion of a market is hold down 
  116.     the    RIGHT-MOUSE button and you will see that day turn yellow, now 
  117.     move the mouse to the end of the selected range with the mouse 
  118.     button still down, then    release the mouse button and you will see 
  119.     that range become highlighted. In the Bottom-Right of the screen
  120.         will see the total number of points in POINTS display and the 
  121.         cash value in ACCOUNT display.
  122.  
  123.  
  124. PRICE FILES:
  125.  
  126.     The Prices files are formatted like this:
  127.  
  128.     -------------------------------------------------
  129.         
  130.     Beans
  131.     50
  132.     1
  133.  
  134.     01/04/88  609.5  622  608.5  620.25  14310  53540 
  135.     -------------------------------------------------    
  136.  
  137.     1 LINE: Make sure it is blank!
  138.     2 LINE: Contract Name.
  139.     3 LINE: Price per point.
  140.     4 LINE: Multiplier to make line 3 a whole number.
  141.             
  142.             Example:  If price per point were 2.56,
  143.                       100 would be your multiplier.
  144.  
  145.     5 LINE: Blank Line.
  146.         6 LINE: Prices
  147.  
  148.             FORMAT:
  149.             
  150.             DATE      OPEN   HIGH  LOW   CLOSE   VOLUME OPENINTEREST        
  151.             ----      ----   ----  ---   -----   ------ ------------
  152.             01/04/88  609.5  622   608.5 620.25  14310  53540 
  153.  
  154. UPDATES:
  155.  
  156.     Futures version will include:
  157.  
  158.     - many more studies such as RSI, Momentum, Spreads, Value
  159.     - ability to automatically download price history off compuserve    
  160.     - a faster load routine
  161.  
  162.         If you would like to see future versions -- then send me a Donation 
  163.     to the address included!
  164.  
  165. May the lord of liquidity be with you!
  166.