oemof / marketlib

Project to model the trading of energy to different markets using various power plant models
MIT License
7 stars 3 forks source link

Add Market Price Generator for Exchanges #8

Open busiing opened 2 years ago

busiing commented 2 years ago
Fernando3161 commented 2 years ago

I would need to know the formulations behind the "predictions" for the generation of market data.

Fernando3161 commented 2 years ago

@busiing #iss8 has now included the required functions under /src/market_price generator.py

Fernando3161 commented 2 years ago

Need to discuss what you mean with volatility and how can it be formulated

busiing commented 2 years ago

@Fernando3161 please check if the price pattern generated provide the same results as the excel price pattern generator. The data is provided here on branch iss8.

Fernando3161 commented 2 years ago

Prices diverge only on 1 h on Autumn when the clock changes. This is due to a different standard used for the DA/ID Index prices: Pandas/Standard is to make switch at 2am. Data is making switch at 3am.

A suggestion would be to replace the "3am" standard timestamps with a 2am generated timestamps. The difference would be only those two hours in the summer / winter daylight saving time switch.