(on trade (event data) open price
-
If I have a sell trade open, does "on trade event data open price" give me the bid price the trade opened at?
-

What I am trying to achieve is this for a sell:
IF the trade is more than 800 pips in profit at the end of the previous period, AND the price in the current period increases so the trade is less than 800 pips in profit THEN...
Close trade
Will this work?
-
@tulefi Please if anyone knows the answer...
-
@tulefi it will give you the ask for buys and the bid for sells, slippage depending.
-
@jstap Thank you, much appreciated.