Updating training October 2024

This commit is contained in:
2024-10-26 12:26:46 -04:00
parent 1c2216597d
commit 9146dca17b
4 changed files with 109 additions and 100 deletions

View File

@@ -34,12 +34,14 @@ namespace MarketData.CNNProcessing
this.TypeCase=caseType;
TypeGenerate=generateType;
TypeOutput=outputType;
DayCount=dayCount;
}
public String Symbol{get;set;}
public DateTime PurchaseDate{get;set;}
public DateTime HistDate{get;set;}
public CaseType TypeCase{get;set;}
public int DayCount{get;private set;}
public GenerateType TypeGenerate{get;set;}
public OutputType TypeOutput{get;set;}
public List<Stream> Streams{get{return streams;}} // This will get set automatically depending on OutputType