How do I find the highest and lowest levels for each Monday?
-
Hello please help me,
How do I find the highest and lowest levels for each Monday?
-
You will need variables to store those values. Are you familiar with variables?
-
I'm familiar with variables, but how do I know it's Monday when I'm finding the day's high and low?
-
Hello,
Here is the calculation within the EA. On Tuesday, the High and Low from Monday are calculated and displayed as a line. -
@enderya You can use this block to filter all Mondays:

-
I would filter each Tuesday, then get the candle ID 1 high and low and save to a variable that I change on the following Tuesday.