Use binance_find_data.py to grab data from binance.
Use coinbase_data.py to grab the data from coinbase.
ps. coinbase's request can only grab 300 days as maxium, be aware.
function.py includes some functions :
- traverse_data : this can grab any data from any folder in any suffix.
- to_json : convert csv to json
- EMA : return EMA in dataframe
- DEMA : return DEMA in fataframe.
- supertrend : return supertrend in dataframe.
- TD : return TD sequence in dataframe.
Change a timeframe to another.
Check it out by yourself, I coded these for fun.