Identify least losing trade from multiple losing trades
-
My project requires multiple trades to be opened. How can I identify, at the close of each bar, what is the least losing trade of multiple open losing trades. I need this to check the distance between the now open price and the least losing sell trade from all sell trades so that a new trade can be opened if distance is greater than x pips from the existing least losing sell trade. Any guidance would be appreciated.
-
@skollie said in Identify least losing trade from multiple losing trades:
My project requires multiple trades to be opened. How can I identify, at the close of each bar, what is the least losing trade of multiple open losing trades. I need this to check the distance between the now open price and the least losing sell trade from all sell trades so that a new trade can be opened if distance is greater than x pips from the existing least losing sell trade. Any guidance would be appreciated.
theres a single blue block called, check distance.
-
@tipsywisdom Thank you. I am not sure how I missed that block. It should work. Much appreciated.