- Get data from truefx.com and save it into .csv file with
get_datastream_truefx.py
- Read cvs file and update results for price live streaming with
price_streamer.py
python3 -m venv venv
source venv/bin/activate
python3 -m pip install requirements
python3 get_datastream_truefx.py
python3 price_streamer.py