For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Partial Plot
-
I'm pretty new to python, and coding in general.
I'm hoping someone can give me some direction on plotting a partial dataset.
I have backtrader working, and pulling data from yahoo finance.
What I want to do is enter a date range and get a plot for that, not the whole range that was pulled from yahoo.
I have read the blog post/ documentation on this, but I don't understand how to integrate it into something that I can work with. Honestly I don't really understand what is going on in the given example
Can someone give me little help? Maybe an example that would fit into the script the tutorial built?
Thanks