encog-dotnet-core icon indicating copy to clipboard operation
encog-dotnet-core copied to clipboard

File Not In Project

Open gyssels opened this issue 9 years ago • 1 comments

Hi! this file is not in the project and there no function to download and no writings reference to where to find it AND not a file columns description so I can create it!!! Here the Encog project and the file name:

encog-dotnet-core/ConsoleExamples/Examples/ForexExample/ForexMarketTrain.cs "DB!EURUSD.Bar.Time.600.csv"

Thank you.

gyssels avatar Mar 10 '16 12:03 gyssels

It's been a while since I've tried this example, but near to any FX historical data should do that has Open, High, Low, Close, and Volume, however this is Euro to USD at 5 minute interval.

The example appears to only use the Close column, leveraging the fact that the csv file is formatted with column names in the first line, with at least 2500 entries.

Something like:

Open,High,Low,Close,Volume
1.1000,1.2000,1.0000,1.1000,24738

...would likely work.

jeroldhaas avatar Mar 10 '16 17:03 jeroldhaas