AI-Driven FOREX Experimentation Framework
The page covers the 8th tutorial video.
save_candles.ipnbfetch_candles() to fetch the data from OANDAget_candles_df() to convert the data to a DataFramesave_file() to save the DataFrame to diskcreate_data() that calls the previous three functionscreate_data() function to save 4000 candles worth of data to file for all valid currency pairs.