Skip to content

Commit 64bcda2

Browse files
authored
DOC: fix typo in 'commision' (#111)
1 parent ad0b754 commit 64bcda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backtesting/backtesting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ def __init__(self,
958958
959959
`cash` is the initial cash to start with.
960960
961-
`commission` is the commision ratio. E.g. if your broker's commission
961+
`commission` is the commission ratio. E.g. if your broker's commission
962962
is 1% of trade value, set commission to `0.01`. Note, if you wish to
963963
account for bid-ask spread, you cam approximate doing so by increasing
964964
the commission, e.g. set it to `0.0002` for commission-less forex

0 commit comments

Comments
 (0)