need to optimize portfolio positions page.
See original GitHub issueportfolio position page can lag while markets are getting loaded if user has many positions.
create many many many position on markets in various reporting states.
we are calling loadUserMarkets in load-markets.js
augur.markets.getMarkets(
{ universe: universe.id, creator: loginAccount.address },
this gets all marketIds than we call loadMarketsInfoIfNotLoaded
on all those marketIds which can take a long while to load and the user has to wait.
We need to refactor (like the reporting disputes page)
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Portfolio Optimization: How to Find Your Investment Balance
You want to do a better job of tracking the performance of different investments and optimizing for ROI, but self-managing a diverse investment...
Read more >Portfolio Optimization: Simple versus Optimal Methods
Minimum variance weighted portfolios are optimal if all investments have the same expected return, while Maximum Diversification weighted portfolios are ...
Read more >Using the ROI solvers with PortfolioAnalytics
assets=TRUE, xlim=c(0.01, 0.05), main="Maximum Return"). 9. Page 10. 2.4 Backtesting. An out of sample backtest is run with optimize.portfolio.rebalancing. In ...
Read more >Portfolio Optimization with Position Constraints
Dynamic Programming: optimal control, duality theory. Page 3. 1 Introduction. Recent years have seen increased interest in the problem of optimal ...
Read more >Techniques for Managing Positions - Fidelity Investments
In my opinion, most portfolios should consist of less than 40 open positions at any time; for most individuals a stock portfolio of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
since the portfolio page is going to be refactored we can close this. @adrake33
closing, this isn’t needed because of redesign