warren-oneill / powerline

Extension to the zipline library for the German EPEX and EEX energy markets
Other
7 stars 1 forks source link

TP2 Conversion between H and QH #31

Closed warren-oneill closed 8 years ago

warren-oneill commented 8 years ago

Purpose

Transfer of hour products to quarter-hour products

Level of Ready

warren-oneill commented 8 years ago

attempted to solve with the following zipline PR https://github.com/quantopian/zipline/pull/673. May have to add this to our own gg branch until it gets accepted.

warren-oneill commented 8 years ago

autoclose can be turn off with PR https://github.com/quantopian/zipline/pull/676

dhexus commented 8 years ago

Please provide "(next bigger) parent product" functionality too, in this case H for given QH.

warren-oneill commented 8 years ago

@dhexus do we need that now? can't that wait until it's needed? I'd prefer to keep the issues small instead of extending them.

warren-oneill commented 8 years ago

self-closing. When "(next bigger) parent product" functionality is required then a new issue will be opened.