We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64bcda2 commit 206ed7cCopy full SHA for 206ed7c
backtesting/backtesting.py
@@ -960,7 +960,7 @@ def __init__(self,
960
961
`commission` is the commission ratio. E.g. if your broker's commission
962
is 1% of trade value, set commission to `0.01`. Note, if you wish to
963
- account for bid-ask spread, you cam approximate doing so by increasing
+ account for bid-ask spread, you can approximate doing so by increasing
964
the commission, e.g. set it to `0.0002` for commission-less forex
965
trading where the average spread is roughly 0.2‰ of asking price.
966
0 commit comments