init
This commit is contained in:
@@ -718,9 +718,9 @@ class Common:
|
||||
|
||||
return False
|
||||
|
||||
def buy_stock_daily_20_60(self, stock_daily):
|
||||
def buy_stock_daily_3_5(self, stock_daily):
|
||||
|
||||
if stock_daily['avg20'][1] < stock_daily['avg60'][1] and stock_daily['avg60'][0] < stock_daily['avg20'][0]:
|
||||
if stock_daily['avg3'][1] < stock_daily['avg5'][1] and stock_daily['avg5'][0] < stock_daily['avg3'][0]:
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user