Open gansaihua opened 6 years ago
i guess it's because they can't calculate commission for each trade, i read a post in quantopian forum, one member says the way to calculate trading cost is to run two algorithms, one with trading cost and one without and subtract to see the difference. there's another post https://www.quantopian.com/posts/tracking-backtest-commissions that tracks costs, but i tried in my zipline ( daily data) does not work, since order is filled at next day.
I'm experiencing the same issue, is it because of an error in my code or are the point made by @ayxemma still valid?
In transactions column from algo results, commission is always 'None' price doesn't include commission