String input for ask, bid, mid price
-
I would like to be able to select either bid or ask price as in the drop down menu. What input I have to enter? Thank you.
-
-
@kk-6 To do what exactly?
-
@l-andorrà
https://fxdreema.com/shared/DEtGVtyacI set market properties to be ask, bid, mid. In that section, there is a drop-down list to choose either, bid, ask, mid or other things. I'd like to have an option to select bid when I see the price rising up, or select it to ask when the price is going down. It depends on the market condition.
-
@kk-6 Create a enum list, then connect to the blocks that have these settings.
-
Do you have an example of how I can create enum list? Thank you for your help.
-
@kk-6 Heres an example, there are different ways but this is a good start: https://fxdreema.com/shared/K1q5hG1mb
-
@jstap Thank you. I am trying to put my head around it. I don't quite it yet, but give me some time. Thanks again.
-
@kk-6 Your welcome, when you create a list you each input is created from 0, you can then use this number as a reference.