MiniXC / simple-back

A simple daily python backtester that works out of the box.
Mozilla Public License 2.0
59 stars 12 forks source link

add support for fees #23

Closed R-K-H closed 4 years ago

R-K-H commented 4 years ago

I think it would be interesting to have the ability to add fees to "trades" / "positions"

MiniXC commented 4 years ago

Fees are supported, but they are not tracked on a per-position basis, which I should add.

MiniXC commented 4 years ago

Improved the fee API a bit and a tutorial is now online here: https://minixc.github.io/simple-back/intro/fees.html