Push MarketData Changes.
This commit is contained in:
@@ -14,7 +14,7 @@ namespace MarketData.CNNProcessing
|
||||
public class TestCase
|
||||
{
|
||||
public enum CaseType{Training,Test,Validation};
|
||||
public enum GenerateType{Price,BollingerBand};
|
||||
public enum GenerateType{Price,BollingerBand,BollingerBandWithVIX};
|
||||
public enum OutputType{OutputFile,OutputStream}
|
||||
private readonly List<Stream> streams=new List<Stream>();
|
||||
private readonly List<String> pathFileNames=new List<String>();
|
||||
|
||||
Reference in New Issue
Block a user