This commit is contained in:
dosangyoon
2021-08-15 19:56:51 +09:00
parent d9e8c0e8a9
commit 5adf586675
2 changed files with 2 additions and 5 deletions

View File

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