Add Transition Map option to Efficient Frontier page
Closed this issue · 1 comments
chilango74 commented
Transition Map should be constructed with okama EfficientFrontier method:
ls = ['SPY.US', 'GLD.US', 'BND.US']
map = ok.EfficientFrontier(ls, ccy='USD').plot_transition_map(cagr=False)
Probably it should be one more chart below the Efficient Frontier or replace it in case of slow calculations.
chilango74 commented
resolved with feat: add transition map to Efficient Frontier widgets