warren-oneill / powerline

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

TP2 related: Futures Prototyp (prio high) #2

Open warren-oneill opened 9 years ago

warren-oneill commented 9 years ago

Purpose

Backtesting für Futures-Strategien mit einer Erweiterung des zipline-Frameworks.

Level of Ready

Umgebung

Marktinfos

Datenbank

Markt

Daten

Produkte

Risk

Ergebnisse und Output

dhexus commented 9 years ago

Regarding the "documentation standard" that should be in place: Simply type """ in PyCharm below a class or method and hit return. You'll a documentation template. Complete the documentation for each of your classes and methods.

dhexus commented 9 years ago

Moreover, please add author = 'warren' to sign your code.

dhexus commented 9 years ago

unbenannt

dhexus commented 8 years ago

Looks like we could close this issue successfully soon. How much work is left?

warren-oneill commented 8 years ago

I just need to do

  • why are asset_name, exchange, first_traded, root_symbol and start_date empty?
  • it would be nice to have additional attributes begin_delivery and product_code (like F1B1 for weekly products)
warren-oneill commented 8 years ago

Looking into storing the metadata in a local SQL databanks so it doesn't have to be initialized every run. see https://github.com/quantopian/zipline/issues/714

warren-oneill commented 8 years ago

Moved from #45