init
This commit is contained in:
@@ -159,8 +159,8 @@ class Monitor:
|
||||
# ------------- Strategy -------------
|
||||
def buy_ticker(self, symbol: str, data: pd.DataFrame) -> bool:
|
||||
try:
|
||||
print('BUY: {}'.format(symbol))
|
||||
self.sendMsg('BUY: {}'.format(symbol))
|
||||
#print('BUY: {}'.format(symbol))
|
||||
#self.sendMsg('BUY: {}'.format(symbol))
|
||||
|
||||
check_5_week_lowest = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user