What is included in Bucket of trades profit ?
-
I have created a bucket of trades to get the Total Value of profit.
Does anyone know if the returned value included commission & swap ?

-
@mantadiver Do not use buckets, you'd better use this:

-
I was under the impression that "For Each Trade" was a tool to access data from each trade in turn and only buckets could be used to sum the profit across multuiple trades.
So I guess I could get the profit for each trade, put in separate variable and sum those variables to achieve the same outcome ?
Many thanks for taking the time to respond.
-
@mantadiver Yes, you can do that, but do you need the overall profit (my example) or a separate profit value per open trade?
-
I've ended up with separate profits and then summed them so it's worked out fine in the end. Many thanks for your help l'andorra.
-
@mantadiver You're welcome.