Using Constants with Multi level trailing stop
-
I like the experimental feature of the multi level trailing stop. The only thing is I am not able to get the values work with Constants. I want to define the value in the Constants, I guess it is because the values are defined as fe 10/1,20/10.....
Is there a way to use constants with these multi levels?
-
The input value is a string, which is then exploded inside the block. Very ugly way of doing things, but it only takes 1 input field, so it's good for the purpose. This is the format that you see. There must be no problem if you use a constant that is "string" and contains the same kind of data.
-
Seems indeed that it works with a string, didn't expect that, thanks!