AdamW328 84 posts msg #49759 - Ignore AdamW328 |
2/1/2007 1:48:26 PM
I am looking for the syntax that will say:
ma (5) is no less than 5% below ma (10)
Thanks!
|
maxreturn 745 posts msg #49761 - Ignore maxreturn |
2/1/2007 5:00:02 PM
Something like this should work:
Regards
Max
|
AdamW328 84 posts msg #49841 - Ignore AdamW328 |
2/5/2007 11:41:04 AM
I really appreciate you help with that Max...thanks!
I have one more that I have been working on and just cannot get the syntax right. Can you please help. Heres what Im looking for:
price between .01 and .50
and MA (5) is less than 10% above MA (20)
and MA (5) is less than 10% below MA (20)
and close is no less than 5% below MA (5)
and obv is above 0
Again, thanks in advance for any help.
|
tulanch 24 posts msg #49843 - Ignore tulanch |
2/5/2007 5:28:26 PM
I've never seen a NOT statement so I would flip things around, maybe this is what your looking for...
price between .01 and .50
and MA (5) is less than 10% above MA (20)
and MA (5) is less than 10% below MA (20)
and close is less than 5% above MA (5)
and obv is above 0
Have you downloaded the help file? Can get it from the home page, it's a PDF file.
Also, I do searches through the public filters for answers...
And on the home page there is a filter builder, again something to aid in understanding how things work..
Hope this helps
|