Skip to content

Commit cc756d4

Browse files
commission value in README
1 parent 6673e07 commit cc756d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class SmaCross(Strategy):
9292
elif crossover(self.ma2, self.ma1):
9393
self.sell()
9494
95-
bt = Backtest(GOOG, SmaCross, commission=.002, exclusive_orders=True)
95+
bt = Backtest(GOOG, SmaCross, commission=0.002, exclusive_orders=True)
9696
stats = bt.run()
9797
bt.plot()
9898
print(f"\r\nOverview:\r\n{stats}\r\n")

0 commit comments

Comments
 (0)