ENUM : DropDown Menu for String
-
Hello experts. How can i do this?

-
@biztet You will need custom code to do it. Thare is no block in fxDreema doing that. I'm afraif I'm not a programmer but there are many here in this forum. I hope any of them helps.
-
Thanks @l-andorrà . Hope someone can help using only fxdreema.
-
@jstap @TipsyWisdom
I summon you here to help me out.











-
@biztet I do not know how to do this, sorry.
-
Haha... It's okay. Thanks anyway @jstap .
-
What's wrong with using it as custom level.
-
Hi @TipsyWisdom . I just don't know how to do it. Like any other ENUMs.
-
@biztet Thinking about it you can likely use a int value, 0 = open price, 1 = current market price (Ask for Buy, Bid for Sell) etc.
-
oh, just like that @jstap ?
So i can also apply this for MA Method? RSI Applied Price?
Or the Money Management in the BUY/SELL block? -
@biztet You can on MT4, nearly everything in a FX block works using the order as an int starting at 0.
-
Alright @jstap. Thanks for the tips!

-
@jstap , sorry, out of topic.
Actually i really don't understand the loop.
Could you please make me one example that's easy for me to understand the basic of it?
And how the loop breaks?
Thanks a lot. -
@biztet ! If you mean int, this will activate simple MA:

-
@jstap no, i understand the int thing.
My question is regarding the loop function.
This is what i don't understand and need help to get example from you. -
@biztet You'll have to give me more information, what type of loop do you mean?
-
@jstap actually i don't even know what loop does. Hmm... Nevermind.
-
@biztet Loops can be made using standard blocks where you don't have to connect from bottom back to top, a loop generally completes blocks and then starts the blocks again, maybe from the start, maybe using different parameters, whatever suites the use best.
-
@jstap i get the idea, but just don't know how to "read" the process flow. Or does it really helpful in making a good strategy.
-
@biztet It all depends on the stratagy.