Hi,
I started using Backtrader with doing the Quickstart tutorial. At the beginning two variables modpath and datapath are declared with datapath searching for the file "orcl-1995-2014.txt". Unfortunately, my mac cannot find this file (I also searched for it using the terminal, but the file seems to be nonexistent). Is there anything wrong with the tutorial or did I miss something here?
I'm using Python 3.6.1 with PyCharm and installed Backtrader via pip install backtrader
Thanks for helping!