Minimal last of the day
-
HI.
The "minimal last of the day" does not generate any true conditions.
Instead the maximum works
-
I have never used this, the only thing you can do is go to the main page and ask admin.
-
@Fynot
It is probably the minimum price of the dayYour condition is no way true as no value is less than the minimum
-
@sktsec How come it can never be true? It refers to the minimum of the previous day, so if the current price is lower than a certain value it must be true. The condition works equally with the previous day's high.
-
@Fynot
Are you sure it is the previous day ? It seems to me like today.Maybe you can save it to a variable and see its value in comment block
-
@sktsec You are right. Minimum and maximum of the current day.
-
Thank you. I'll look for another way to get what I want.
-
@Fynot You can do that with variables. You can store the highest/lowest prices today into variables so that they can be normally compared to current price.