Login Form



Members

Please contact support
(top right button)
if you need any assistance,
including service cancellation,
technical issues,
help building scans
and new indicator requests.

Put here anything from stock picks to complaints on how slow and buggy StockScanPRO is... (NOT!) :)Back to Forum List >> Back to Topic List >> VIEW ALL POSTS
anyone done a filter for large daily price spikes on stocks?
Posted Thursday, 01 April 2010 By Felix Page
I'm trying to put together a formula for the stockscan filter builder so i can identify stocks that have experienced a large (>100%) price spike over a one to three day period in the last 3 months, but i'm stuck as to what criteria to use to achieve this. Any help greatly appreciated.
Subscribe to this Thread |
It may be ugly and slow, but this is it:
Posted Thursday, 01 April 2010 By Laurentiu Matei
(close() > close()[-1]*2)
or
(close()[-1] > close()[-2]*2)
or
(close()[-2] > close()[-3]*2)
or
(close()[-3] > close()[-4]*2)
or
(close()[-4] > close()[-5]*2)
or
(close()[-5] > close()[-6]*2)
or
(close()[-6] > close()[-7]*2)
or
(close()[-7] > close()[-8]*2)
or
(close()[-8] > close()[-9]*2)
or
(close()[-9] > close()[-10]*2)
or
(close()[-10] > close()[-11]*2)
or
(close()[-11] > close()[-12]*2)
or
(close()[-12] > close()[-13]*2)
or
(close()[-13] > close()[-14]*2)
or
(close()[-14] > close()[-15]*2)
or
(close()[-15] > close()[-16]*2)
or
(close()[-16] > close()[-17]*2)
or
(close()[-17] > close()[-18]*2)
or
(close()[-18] > close()[-19]*2)
or
(close()[-19] > close()[-20]*2)
Subscribe to this Thread |
Power by Simplest Forum - Copyright Ambitionality Software LLC 2008. All rights reserved.