Need help with prefix
-
Hi, I am trying to add a prefix to my text that's being drawn on the chart. So in the top left corner I have a series of texts with account data like balance and equity but I would like to add a prefix to these data but I am unable to figure out how. It would for example look like this ideally:
-
Balance: $(account balance)
-
Equity: $(account equity)
But right now it's only printing the account equity but no prefix. Like so:
-
(account balance)
-
(account equity)
I am using the "Draw text" block to get the account balance.
Appreciate any response on how to make this happen. Thanks!

-