In what format should the data be stored?

Use plain-text files to store your data: 

  • Store the price data in CSV files in the data/ directory. Create a separate file for each symbol. 
  • Store additional symbol information in a JSON file in the symbol_info/ directory. Describe all symbol settings in one file.

Refer to Data structure for more information.