Question about "check age" block
-
Hello guys, I have several "For each closed trade" blocks inside my ea and they have to store daily trades only, but I can't reset them without reload the ea on the chart.
I thought that a check age could be the solution but if I put for example newer than 13 hours, he still can load trades of the day before
What do you suggest? -
could use blue.
But you should be able to have 1 for each trade block handle, each trade as it suggests.
if it isn't, maybe you are using groups on 1 entries and not exits?
Project link would help
-
@meshii You need to use a condition block below those 'For each trade' blocks specifying the time period you need.
-
The purpose of my "for each closed trade" blocks was to calculate the daily gain but I found a blue one called "Check profit (period of time)", so I solved it, thanks for the help!
-
@meshii You're welcome.