nibor100 1,044 posts msg #161451 - Ignore nibor100 |
12/3/2024 12:33:05 PM
Here is my work in progress filter to give you what I think you want
.
The column "varlo3" should give you the lowest low in the past 12 days since the latest/highest High 21 day new high.. ( not in every case yet, but I have some other things to try)
Basically I'm taking consecutive 2 day Low Minimums, storing them in a variable, and then progressing thru 2 day minimums of each succeeding variable.
Let me know if this is kind of what you are after.
Thanks,
Ed S.
|
rafting101 11 posts msg #161491 - Ignore rafting101 |
12/18/2024 11:06:40 AM
@nibor100
sorry that I didn't see your message earlier... I didn't realize that there is a new message on "page 2"....
Anyway, thank you for trying, but I don't understand what you are trying to achieve here.
The lines with "varlo", are just lowest low of some value.
for example, if you add to your example:
set{ll5, low 5 days low} add column ll5 draw ll5 /*on plot price*/
you will be able to see that it always has the same value as varlo3
so Its not the algorithm that I'm looking for.
|