How do I change variable Title? @miro1360
-

-
@savagetrades
I dont see any pic there, only the link
-
@savagetrades Can you please reupload the link?
-
-
@savagetrades you have made this values public by checking the box behind it, right? Unfortunately you can't change the name of this value in fxdreema. But you can export the source code and change there.
I don't like this this method, because everytime you change something in your expert, you have to do the source code manipulation again.
The more clean way would be to define constants. With constants you can choose the desired name.
Click on "constants" and type in every value you want to make public.Hint: The Type of the Variable is important.
double = numbers
string = Text (and date if the format is HH:MM)
bool = logic (true/false)Don't change everything in one turn, do it step by step and check with every change if everything is working
Good Luck!