This commit is contained in:
dsyoon
2021-07-13 20:05:58 +09:00
parent ffdd8dea70
commit ecc6cdd9bc

View File

@@ -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 ""