multiple inputs for group # ?
-
I am trying to check the "current unrealized profit" of 6 out of 7 groups of trades (I want to handle the 7th separately), but the group # input will not allow 6 comma separated inputs. is there a way to do this?
-
If the option to work with all available trades is suitable, otherwise I think that there is no easy way to do that
But many people asked for this before, so I probably need to finally make it. -
It would be great if you could do that, thank you

-
I think I will, I will look at this tomorrow. One of my concerns is that while this value (Group) is an integer (numeric) value, it can be easily used for optimization. If I turn that into a string, then this will not be true anymore. Or maybe not, I'm not 100% sure. Also, the speed of the brown blocks will become a litle bit lower, because the string must be checked for "," and turned into integer. But you want it, so...

-
Done and ready to be tested. Notify me if something is not working as expected.