Regler
/*
* Short Squeeze Screen
*/
country = US;
exchange != OTC;
Price;
/*shares and/or float */
SharesOutstanding < 50M;
SharesFloat;
/*Short Information*/
ShortBorrowRate;
ShortBorrowShares;
ShortInterestFromFloat;
ShortInterestPercentFloat;
ShortInterestRatio;
ShortSqueezeScore;
ShortVolume;
ShortVolumeRatio;
/*Filters*/
ShortBorrowRate > 20;
ShortInterestPercentFloat > 8 and ShortInterestPercentFloat < 30;
ShortInterestRatio > 2 and ShortInterestRatio < 7;
ShortVolumeRatio < 0.4;
SharesOutstanding < 150M;
Price > 0.5 and Price < 20;
/* Order */
/* Price */
/*Price is PriceClose so don't need price here*/
/* EMA */
/*sma({15m},{5d}) > sma({15m},{20d});*/
/* Volume */
/*VolumeAvg1Week > VolumeAvg1Month;*/