Download List

Descripción del Proyecto

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-11-27 05:36
0.72a

Un error en graph.c que provoca un volcado del núcleo cuando alternar entre gráficos diarios o semanales se ha fijado.
Tags: Minor bugfixes
A bug in graph.c which causes a core dump when
toggling between daily or weekly charts was fixed.

2003-08-22 06:09
0.72

Una solución para la lectura de archivos en orden cronológico inverso.
Tags: Minor bugfixes
A fix for reading files in reverse chronological order.

2003-08-08 07:38
0.71

Esta versión se lee varios formatos de archivos, incluyendo el formato de Yahoo, CSV y el formato utilizado por QM (o qmjava). Los archivos pueden ser de avance o retroceso en orden cronológico. Las líneas de comentario en la entrada es automáticamente saltará. Ahora hay una columna "Notas" en el clist. La anchura del cauce TD es ajustable.
Tags: Major feature enhancements
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.

2003-08-04 09:57
0.7

Esta versión agregó soporte para el trazado de media móvil simple, promedio móvil de TD, y los indicadores de canal TD.
Tags: Major feature enhancements
This release added support for plotting simple
moving average, TD moving average, and TD
channel indicators.

2003-08-03 19:37
0.63

Puede iniciar el programa sin un nombre de fichero como argumento de línea de comandos. Parcela de volumen no se superponga el precio de más.
Tags: Minor feature enhancements
You can start the program without a filename as a command line argument. Volume plot does not overlap the price anymore.

Project Resources