stockparfait / experiments

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

Trading: add a threshold for close/open distribution #121

Closed sergey-a-berezin closed 1 year ago

sergey-a-berezin commented 1 year ago

This allows plotting the distribution of close/open conditioned on high/open being below the threshold. This, in turn, models a strategy of buying at open, selling at the target price (the threshold), and if the target is not reached, sell at close.

Part of #116.