We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a3397 commit 325ca5dCopy full SHA for 325ca5d
stockbot.py
@@ -35,8 +35,6 @@ def __init__(self, capital, shares, initial_price):
35
def Decide(self, f1, f2, f3, window):
36
"""
37
This is where the script decides to Buy, Sell, or Hold.
38
- return 3: Buy
39
- return -1: Sell
40
41
42
0 commit comments