Check profit dropdown settings
-
Hi,
How to make those values (profit is sum of...) as a dropdown list at the AE setting?
currently, I am using a string value but it has the potential for typing errors.

-
It tells you in the block, spelling would have to be exact, if you search enum you will see how to create a drop down.

-
-
enum's are relatively simple, create enum name what you want, put the text in value you want, in brackets using commers {do this, or do this}, put the name of first constant in type of next, call it what you want, put one of the names from your brackets in value, in a condition put name of last constant=0 or 1, this is the number of your comma seperated values in your brackets.
-
@jstap Thank you,
I know how to make basic AEs with FXdreema but I do not know how to code.
No idea how to start,
I googled it but couldn't find something that related to FXdreema,
for example, I do not know where to type the code and merge it into FXdreema.any link that can help me learn?
-
@jstap I found the following, I guess that this is what you meant.
https://fxdreema.com/forum/topic/16167/easy-way-to-make-enum