Profit in system for each trade seperated
-
Hi everyone,
I'd like to get the profit in pips for each individual position. The program works in groups, meaning multiple trades. However, the output I get when querying the profit is the total profit. Some positions are profitable, others are losing. I need the profit for each individual position within the groups. The reason is to recalculate variables with each individual profit. Do you know of a solution for this scenario?
Thanks a lot.
Regards, Falk
-
Well, you can see each individual trade result on the history tab. What do you exactly need beyond that?
-
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.
-
Yes, you can create a group of trades and the use a 'for each trade' loop for that specific group. That means any trade belonging to any other group will not be considered in the calculation.