Truncate decimal numbers
-
I want the balance to be divided by a number and the result of each number to be rounded down. In fact, the decimal should be cut off. For example, 1.1 or 1.9 both become 1.
-
-
Maths floor will do this, combine this with divide and you have what you want. https://fxdreema.com/shared/E2uX57fYb
-
Thank you
-
What block should I use if I want to show the profit or loss of a symbol in the form of a comment in the same display?
-
@sajadamani1377 You have to use bucket of trades to get the value, in comment use the bucket with selected colour.
-
Thank you