How to compare the input values of two sells and take action on that comparison?
-
What I want is to compare the value of two sales, compare their difference in pips and make a closing decision based on that difference. How can I know the Id of the variables of those sales to be able to do more things with it?
-
@ivandog1986 What do you exactly mean by 'value of two sales'. Do you mean ask/bid.
-
What I mean is that I have two open sales and what I want is to compare the current price with the value of those two sales
-
@l-andorrà What I mean is that I have two open sales and what I want is to compare the current price with the value of those two sales
-
@ivandog1986 Easy. Just create two variables. One for each price. Then you will be able to compare them by using a 'condition' block.