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