Regler
/*
* Sample query with basic examples
*/
country = US;
exchange != OTC;
// mid cap
//MarketCap > 100M and MarketCap < 3b;
MarketCap > 30b;
// above the trend line and above a dollar
Price>200;
//price > ema({20d});
// a simple valuation metric
//( Assets-Liabilities ) * 2.0 > MarketCap;
//OwnersAllocationPercentChange > 0.1;
//(OwnersAllocationPercent - OwnersAllocationPercent{3m})/OwnersAllocationPercent > 0.02;
//OwnersAllocationChange > 0.0001;
//RetailFundsFlowShareWeek > -1000000.0;
EBITGrowth > 0.3
EBITGrowth2Years >0.3
EBITGrowth3Years > 0.3