HedgeShot
HedgeShot
I got the same problem occurring since yesterday. Before that, I could see everything in the logs (routes called, response code etc). Now i only see `print()` after I do...
This would be really nice. My use case is the following: long callback that returns a "children" with a child that is link to another callback. It makes sense to...
There are several academic papers using this formula. For example this RFS paper on page 1929: [Optimal Versus Naive Diversification: How Inefficient is the 1/N Portfolio Strategy? By DeMiguel, et...
You can simply rescale `res.prices`. The starting value is 100 so just rescale, e.g.: `res.prices * starting_porfolio_value/100`
I never used CaptitalFlow but I just tried it now and I came across some puzzling results. Here is my test algo: ``` t = bt.Strategy('test', [bt.algos.RunMonthly(run_on_end_of_period=True, run_on_last_date=True), bt.algos.WeighEqually(), bt.algos.Rebalance()])...
Thanks a lot!
unfortunately no, I am stuck using tia lib on python2.7...