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