Converts a csv-string to separate data arrays.
csv-string to convert.
Optional date value to parse the data. Rows before this will be excluded from the return array.
Optional date value to parse the data. Rows after this will be excluded from the return array.
Character used to separate entries, comma by default.
An array containing the following arrays:
-Array of date strings
-Array of Open values
-Array of High values
-Array of Low values
-Array of Close values
-Array of Volumes, empty if Volumes were not provided in the csv-file.
-Array of Open Interests, empty if Open Interests were not provided in the csv-file.
Class containing various helper methods for data handling and color conversions.