On my strategy I want to put a Limit Order when the unRealized PnL == $500. for example. without knowing what price would that be exactly.
So my condition will be if like: if unrealized PnL > 400, put a Limit Sell at unRealized PnL $500.
is this possible? and how to do it please.
Thank you

Comment