We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0b754 commit 64bcda2Copy full SHA for 64bcda2
backtesting/backtesting.py
@@ -958,7 +958,7 @@ def __init__(self,
958
959
`cash` is the initial cash to start with.
960
961
- `commission` is the commision ratio. E.g. if your broker's commission
+ `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
964
the commission, e.g. set it to `0.0002` for commission-less forex
0 commit comments