Skip to content

Commit 325ca5d

Browse files
authored
Update stockbot.py
1 parent 76a3397 commit 325ca5d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stockbot.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ def __init__(self, capital, shares, initial_price):
3535
def Decide(self, f1, f2, f3, window):
3636
"""
3737
This is where the script decides to Buy, Sell, or Hold.
38-
return 3: Buy
39-
return -1: Sell
4038
4139
"""
4240

0 commit comments

Comments
 (0)