Skip to content

Commit a6a86d7

Browse files
committed
fix build
1 parent 27bfb3f commit a6a86d7

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ Avg. Trade Duration 32 days 00:00:00
7979
Profit Factor 2.13
8080
Expectancy [%] 6.91
8181
SQN 1.78
82+
Kelly Criterion 0.6134
8283
_strategy SmaCross(n1=10, n2=20)
8384
_equity_curve Equ...
8485
_trades Size EntryB...

backtesting/backtesting.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,6 +1127,7 @@ def run(self, **kwargs) -> pd.Series:
11271127
Profit Factor 2.08802
11281128
Expectancy [%] 8.79171
11291129
SQN 0.916893
1130+
Kelly Criterion 0.6134
11301131
_strategy SmaCross
11311132
_equity_curve Eq...
11321133
_trades Size EntryB...

backtesting/test/_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ def test_compute_stats(self):
276276
'Return [%]': 414.2298999999996,
277277
'Volatility (Ann.) [%]': 36.49390889140787,
278278
'SQN': 1.0766187356697705,
279+
'Kelly Criterion': 0.7875234266909678,
279280
'Sharpe Ratio': 0.5803778344714113,
280281
'Sortino Ratio': 1.0847880675854096,
281282
'Start': pd.Timestamp('2004-08-19 00:00:00'),

0 commit comments

Comments
 (0)