Counting Trades with Specific Comments on Specific Pair in Last 1 Week
-
I need help solving a problem. I have trade history for several pairs in my account history and want to count only those trades that have a specific comment, such as [New_Round_Start], in the last week from the history of the BTCUSD pair. How can I do this? I want to count only the trades with comments from the last week on the BTCUSD pair.
-
@rakibofficial Add a group number for trades with this comment, you can then calculate only this group.
-
@jstap How can I do it? Would you like to create a demo shared project for me?
-
@rakibofficial Add groups to blocks creating trade with this comment, test and if not working add a shared link to look at.