- 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 venvsource venv/bin/activatepython3 -m pip install requirements
python3 get_datastream_truefx.pypython3 price_streamer.py
