You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I calculate the performance if I deduct 0.18% fee on a monthly basis? And how can conditioning to further deducting fees if the portfolio price pass a certain level, for say 105 then I deduct 0.42%.
Instead of a fixed amount, the monthly fee deduction is based on the total amount of the portfolio.
Should I change
bt.algos.CapitalFlow(), or bt.algos.Rebalance()?
thanks
The text was updated successfully, but these errors were encountered:
How can I calculate the performance if I deduct 0.18% fee on a monthly basis? And how can conditioning to further deducting fees if the portfolio price pass a certain level, for say 105 then I deduct 0.42%.
Instead of a fixed amount, the monthly fee deduction is based on the total amount of the portfolio.
Should I change
bt.algos.CapitalFlow(), or bt.algos.Rebalance()?
thanks
The text was updated successfully, but these errors were encountered: