I would like to perform a calculation and condition within the program based on the profit of each separately open position (Group). However, using the "Trade in Loop" profit filter, I only get the total profit of all open positions combined (Average). Is there a way to retrieve the profit of an individual trade using the Group filter?
Can this be solved using "For each Block" followed by "Pip away from Open-Price"? Is the group number still available in each loaded trade? Because I would need that afterwards to access the correct variable in the calculation.