init
This commit is contained in:
@@ -448,7 +448,7 @@ class Bithumb_minute(HTS):
|
||||
buy = -1
|
||||
|
||||
if data1['avg30'][size-2] < data1['avg60'][size-2] and data1['avg60'][size-1] < data1['avg30'][size-1]:
|
||||
buy = data1['low'][size-1]
|
||||
buy = data1['close'][size-1]
|
||||
|
||||
return buy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user