For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Importing Hourly Data
-
I’m working with some data in a CSV that is hourly. I’d like to test my strategy with hourly data, so no need for any resampling. Since I won’t be resampling, do I need to set compression = 60 when setting the import to minutes?
If I use compression, my strategy never has enough margin to buy, but without that compression, everything seems to work Ok.