|
4XPlot.NET v0.4.2451 Alpha, a charting tool used to visualize the output files produced by the 4XLab.NET program.
 Create a free account and login to the forums to download the Source Code for the 4XPlot.NET software
Description:
This program has been designed to visualize the .graph.csv files the simulation platform produces. The header line of the output file needs to be modified to inform this program what is to be plotted.
By modifying the header line of the output file, each column, or indicator is plotted on the charts. This way, equity curves, or any other indicators are plotted. Japanese candlesticks are plotted too by designating the columns as the open (O), high (H), low (L) and close (C) values. Indicators can be plotted in the upper or lower chart panels by designating them as "h" (upper chart) or "l". Each chart can contain two different scales, and allows to superimpose two indicators with different values.
Thus the following line plots a candlestick chart on the upper panel and the left scale. The MACD is plotted on the upper chart on the right scale. The Stochastics are plotted on the lower panel.
date, time,O{h}(1),H{h}(1),L{h}(1),C{h}(1),MACD{h}(2),MACDS{h}(2), STO.K{l}(1), STO.D{l}(1), STO.S{l}(2)
This code is in Alpha version. I am posting it as a technology preview.
Credits:
This program uses the NPlot library available at http://www.nplot.com/
|