DIL0579 9 posts msg #156541 - Ignore DIL0579 |
4/10/2021 9:35:17 AM
Hi, I am a complete newbie here. Sorry to trouble you. If possible, help me with the following
show stocks where { ((open-low)/low)*100)} >10
I am not getting any result .Thanks in advance
|
compound_gains 223 posts msg #156543 - Ignore compound_gains |
4/10/2021 10:52:33 AM
|
dangreene 229 posts msg #156545 - Ignore dangreene |
4/10/2021 3:40:15 PM
OR
set{x1, open - low}
set{x2, x1 / low}
x2 above 0.10
add column x2
|
DIL0579 9 posts msg #156554 - Ignore DIL0579 |
4/11/2021 6:42:05 AM
Thank you all! Great help!!
|