chessnut1 58 posts msg #152561 - Ignore chessnut1 |
6/8/2020 4:25:24 PM
I am wanting to obtain column results from my filter that show the close position between H and L of the day in terms of a percentage (where mid position would be 50, high of day would be 100). I assume Day Position should do this. But I cannot get expected Day Position column results from my filter (below). Anyone suggestions for a fix? Thanks.
Filter:
Close is above Day Position(0.50,1)
Average volume(30) is above 300000
Volume is above 100000
Average Day Range(30) is above 3
set{ADR30, Average Day Range(30)}
set{ADR10, Average Day Range(10)}
add column ADR30
add column Day Position
|
JoeyVinyl 125 posts msg #152567 - Ignore JoeyVinyl modified |
6/8/2020 7:29:17 PM
ETA: I just saw that you have those lines in there so I misunderstood the question. I think you need the same parameters on the column line as you have on the first line for it to show as a column.
I don't use that indicator myself, but I took the code from the indicator explanation page and added a column to it. Check this page for more help: https://stockfetcher.com/forums/Indicators/Day-Position/85
|
chessnut1 58 posts msg #152592 - Ignore chessnut1 |
6/10/2020 12:12:30 PM
Thanks for your reply Joey. Before posting my question I tried using the same parameters on the column line as I have on the first line, as well as every other variation of the Day Position settings I could imagine. The column with data appears but the data in the column never matches the true day position of the candle.
Might need some SF input on this one. Thanks again.
|
chessnut1 58 posts msg #152595 - Ignore chessnut1 |
6/10/2020 6:20:32 PM
After experimenting with Day Position, I discovered that the value returned (in columns) is the day position as price value. I was hoping to get the value as percentage. so I will use Day Range for that.
|