File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1218,8 +1218,9 @@ def __init__(self,
1218
1218
'fill them in with `df.interpolate()` or whatever.' )
1219
1219
if np .any (data ['Close' ] > cash ):
1220
1220
warnings .warn ('Some prices are larger than initial cash value. Note that fractional '
1221
- 'trading is not supported. If you want to trade Bitcoin, '
1222
- 'increase initial cash, or trade μBTC or satoshis instead (GH-134).' ,
1221
+ 'trading is not supported by this class. If you want to trade Bitcoin, '
1222
+ 'increase initial cash, or trade μBTC or satoshis instead (see e.g. class '
1223
+ '`backtesting.lib.FractionalBacktest`.' ,
1223
1224
stacklevel = 2 )
1224
1225
if not data .index .is_monotonic_increasing :
1225
1226
warnings .warn ('Data index is not sorted in ascending order. Sorting.' ,
You can’t perform that action at this time.
0 commit comments