HedgeShot

Results 6 issues of HedgeShot

Hi, Thank for this dash component! Quite a few bug fixes have been addresses on the underlying react library from 1.2.0, any plan to update the component ?

Hi, I am slightly puzzled by the turnover formula. It is computed as `min(sum(Buy), abs(sum(Sell))`. Shouldn't it take the `sum` of both instead of the `min`? ![rhd5i](https://user-images.githubusercontent.com/3944600/42931828-02a35e86-8b41-11e8-98d2-0f289a12ff4a.png)

Hi, When looping over several EQS screens, it looks like the library doesn't wait long enough to get the answer from BBG. I tried with a loop over 5 screens...

Hi, The package relies on eval() function, which prevents to block all eval() through browser-policy package. It should be considered as a security issue as allowing eval() is strongly NOT...

Hi, It seems that it isn't possible to call type="method-update" since the package assume that using meteormethod is necessarily linked to type="method". It makes updating field using methods impossible since...

Hi, Thank you for developing this package. I was playing a bit with it and I am wondering how to increase the number of points computed to draw the efficient...