'No trade nearby', opposite direction only
-
Please could someone help me with '(No trade nearby)', just opposite direction, from the last order,


-
The last closed one, programmed one or open one?
-
@l-andorrà Hello, open price
-
Then you need to use a variable storing that information. Every time a new trade is open, you can use a boolean variable storing that info that can ba used later for what you need.
-
@l-andorrà OK thanks
-
You're welcome.