snappyfrog 721 posts msg #161235 - Ignore snappyfrog modified |
7/15/2024 8:09:36 AM
A simple search of the forums will give you the answer. Try that then post your scan and maybe someone will help then. You have to try it on your own if you are going to learn.
|
hballa 36 posts msg #161239 - Ignore hballa |
7/15/2024 4:33:07 PM
yes, I searched and able to add on condition only :(
let me do some more research before I put in forums.
|
glgene 616 posts msg #161250 - Ignore glgene |
7/20/2024 9:09:04 AM
Snappy Frog -- I think you need to "reverse" 1 of your SF script lines from your 7/12/2024 (9:54 am) post.
1 -- close is between 2 and 15
2 -- and add column ema(200)
3 -- and add column ema(200) divided by close
4 -- and close is near ema(10)
I think Line 3 should read:
and add column close divided by ema(200)
Why? If the close is higher than the ema(200), your (right-side) column for a stock should be {a favorable} > 1.00 (not < 1.00).
This would do the trick. Do you agree?
-- Gene in FL
|
snappyfrog 721 posts msg #161251 - Ignore snappyfrog |
7/20/2024 10:06:08 AM
Gene,
Yes, you are correct.
Thanks, Gary
|