Selecting a character from a list
-
Hello. I have this question about ENUM. Well, I did "ENUM_TIMEFRAMES" in Inputs and it works, I can choose the timeframe that interests me from the list. Moving on the problem. I have a condition, it is RSI and I have signs like "x>" and "x <. I wish I could also choose these characters from a menu like timeframe. I don't know how exactly to do it. Could someone help me with this?
-
@lomcio Interesting question. I don't know how to dothat either. I also want to know.
-
Has anyone figured this out, The condition block im sure would use some sort of Enum function but i have no clue. maybe 0=>,1=<,2=X< .... etc
-
I got simple idea for you.
Use boolean
true for X>
and otherwise(yellow dot) for X< -
-
Boolean works, you could also create a enum drop down list, use two blocks to activate the condition selected.