Regler
/*
* Sample query with basic examples
*/
country = US;
//exchange != OTC;
// mid cap
//marketcap>1B;
//OptionCallOpenInterest;
//OptionPutOpenInterest;
ShortInterestPercentFloat;
Sharesfloat;
ShortBorrowRate;
ShortInterestChange1Month;
PriceMomentum1Month;
ShortSqueezeScore;
GammaSqueezeScore;
OptionCallVolume;
OptionPutVolume;
OptionPutCallRatio;
volume>1000000;
//MarketCap > 100M and MarketCap < 10b;
// above the trend line and above a dollar
Price>1;
ShortInterestPercentFloat > 10%;
ShortInterestPercentFloat < 100%;
ShortSqueezeScore > 70%;
//price > ema({20d});
// a simple valuation metric
//( Assets-Liabilities ) * 2.0 > MarketCap;
//order by ShortInterestPercentFloat desc;