Hi!
I'm new to QuantConnect and new to Python.
How can I create a simple backtesting for let's say one stock (e.g. 'BAC') where investment is made on Sept. 27 2017 and sell is made on Dec. 21 2017 ? Investment: 10.000 USD.
I've reviewed the documentation, but I have not found examples for this case. Code is not straightforward, so I would be happy for some help.

Author