stockparfait / experiments

Statistical experiments with financial data
Apache License 2.0
0 stars 0 forks source link

Generate OHL prices using intraday samples #129

Closed sergey-a-berezin closed 1 year ago

sergey-a-berezin commented 1 year ago

Previously, I tried to model open, high and low prices as a log-profit distribution relative to the previous close. However, this doesn't really make sense. A much more realistic model is to introduce a separate distribution for high frequency intraday samples (default 1 min) and derive OHL from those.

Part of #130 Part of #116