init
This commit is contained in:
@@ -536,7 +536,7 @@ class Common:
|
||||
|
||||
if top - bottom > 0:
|
||||
energy = (price - bottom) / (top - bottom)
|
||||
if energy < 0.4:
|
||||
if energy < 0.2:
|
||||
return "p(" + str(round(energy, 2)) + ")_"
|
||||
return ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user