Sgraph is a utility to create graphs from data supplied by the user. It creates standard stock charts, using open/min/max/close and volume data. Another goal is to create a set of functions that can serve as a static library, to interface with your stock data manipulation routines.
| Tags | Office/Business Financial Investment multimedia Graphics |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX IRIX Linux Solaris |
| Implementation | C |
Recent releases


Changes: A bug in graph.c which causes a core dump when toggling between daily or weekly charts was fixed.


Changes: A fix for reading files in reverse chronological order.


Changes: This version reads several file formats, including Yahoo's CSV format and the format used by qm (or qmjava). Files can be either forward or reverse in chronological order. Comment lines in the input is automatically skipped. There is now a "Notes" column in the clist. The TD channel width is adjustable.


Changes: This release added support for plotting simple moving average, TD moving average, and TD channel indicators.


Changes: You can start the program without a filename as a command line argument. Volume plot does not overlap the price anymore.