Veriable text change
-
Variable need to change text

Hello in this photo i need to change the text for output for the variable
For example ( inp_16_TRAILWHAT ) i want to change only to ( TRAIL ) means i want to remove inp_16
anyhelp please ?
Thanks

-
Can you please show the list of variables and constants of your project?
-
I don't have anylist that list in attach is the default one
Here is the link
-
Hi. what is that data exactly?
if is an indicator you can edit mq4 file. if you use ex4 file you can't change that but if you want the control that from EA input you can create new constant and use in the condition block -
You have not created any Constant or Variable. The only way to choose a name for an optimizable item is by creating a Constant or variable and insert it on the exact same places in which you selected your current optimizable items.
I know it's a lot of work, but that's how fxDreema works, I'm afraid.
-
Thanks i did it
-
You're welcome
-
@ramisignals said in Veriable text change:
example ( inp_16_TRAILWHAT ) i want to change only to ( TRAIL ) means i want to remove inp_16
anyhelp please ?Can you please explain this better? I am trying to change the names of the optomizable parameters also as was the OP. Am i to replace the "condition" boxes with some other type of box?
-
You cannot change any optimizable parameter called "inp..." They cannot be modified. As I said in my previous post, you will have to create a Constant, put it into that parameter and then unclock the box.