I have two variables in Tasker that contain numbers. I want to apply them using klwp and have the variables added together. How do I do that? I highlighted the 2 variables and kinda what I'm talking about in the picture.

Use $br(tasker, myinvestment) + br(tasker, myinvestmentadd)$

Yes but if one of the variable is a negative value like -0.5 you cannot do math with it.

You will get $br(tasker,variable)+1$ returns -0.51

How to get rid of this? Do a tc split "-" and multiple the result *-1 so you can do math?

as a reply on the answer below this answer