How to calculate profits for current day, current week and current month ?
-
Hi guys!
I want to calculate the separately the profits for the current day, current week and current month.
I've tried using "bucket of trades" but it doesn't have these kind of separation.:

I believe that I need to calculate using "Check Profits" or something like that.
But how can I calculate the current week or month without using the "last 7 days" or "last 30 days" .Thanks in advance!
-
This is one of many ways to do it.
https://fxdreema.com/shared/XCo1z0ZPc
On block 2 you can choose what timeframe you need to look at (right operand).
-
@l-andorrà Great!!
Thank you!
-
There is also a block "Check profit (period of time)". Initially I made this block for people who wanted to check the profit for the last day, but with the options that I added you should be able to select any period of time.
-
@fxdreema In this lasta option, how put the profit inside a variable?
-
@trdjb3 Name the variable, pink for each (closed) trade, modify variables block with a loop option selecting profit.
-
@l-andorrà on MT5 not work! I have change For Each Trade (MT4) con For Each Position (MT5), not work
-
@duepips said in How to calculate profits for current day, current week and current month ?:
@l-andorrà on MT5 not work! I have change For Each Trade (MT4) con For Each Position (MT5), not work
-
@duepips Yopu need to use a formula blocks instead of a 'modify variables' block. There you can add all profit from all clsed trades.
-
@l-andorrà have test this https://fxdreema.com/shared/9OKDeZ3Z on mt5 work
-
@duepips another solution, thanks
-
@duepips Congrats!