This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Description
Describe the bug
A clear and concise description of what the bug is.
- Get Market Data
To get started, you need to first create a Blotter script:
Why are we creating anothe blotter script when there is already one in the qtpylib file as indictated by calling the blotter method via
'''
from qtpylib.blotter
'''
Then there is also multiple existing blotter files
- /qtpylib/blotter.py
- /example/blotter.py
Are these duplicates we should depricate or perhaps do the instructions indicate use the blotter script vs actually make a new one?
To Reproduce
Steps to reproduce the behavior:
- Reading from step 1 of the instructions from README.rst
Screenshots

Desktop (please complete the following information):
- OS: MacOs
- Version QTPyLib==1.5.84 was able to be installed.
Additional context
It installed just fine via git clone. Now the instructions say to recreate a file that is already in two different places. Which one do I use or do i need to make a third?