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