org.encog.app.quant.ninja
Class NinjaFileConvert
java.lang.Object
org.encog.app.analyst.csv.basic.BasicFile
org.encog.app.analyst.csv.basic.BasicCachedFile
org.encog.app.quant.ninja.NinjaFileConvert
- All Implemented Interfaces:
- QuantTask
public class NinjaFileConvert
- extends BasicCachedFile
A simple class to convert financial data files into the format used
by NinjaTrader for input.
|
Method Summary |
void |
process(File target)
Process the file and output to the target file. |
| Methods inherited from class org.encog.app.analyst.csv.basic.BasicFile |
appendSeparator, getColumnCount, getFormat, getInputFilename, getInputHeadings, getPrecision, getRecordCount, getReport, getReportInterval, getScript, isAnalyzed, isExpectInputHeaders, isProduceOutputHeaders, performBasicCounts, prepareOutputFile, readHeaders, reportDone, reportDone, requestStop, resetStatus, setAnalyzed, setColumnCount, setExpectInputHeaders, setInputFilename, setInputFormat, setInputHeadings, setPrecision, setProduceOutputHeaders, setRecordCount, setReport, setReportInterval, setScript, shouldStop, toString, updateStatus, updateStatus, validateAnalyzed, writeRow |
NinjaFileConvert
public NinjaFileConvert()
process
public final void process(File target)
- Process the file and output to the target file.
- Parameters:
target - The target file to write to.
Copyright © 2012. All Rights Reserved.