Beskrivelse
| Seneste handel | 2026-03-20 | Sidste løb | 03-22 |
| Ydeevne | 12.00% | Nuværende besiddelser | 5 |
Regler
/*
* Large Cap Big Dividend Payers with PE <15
*/
country = US;
exchange != OTC;
// Large Cap
MarketCap >10B;
DividendYield >5%;
pe<10;
pe>1;
VolumeAvg1month >3M;
* Large Cap Big Dividend Payers with PE <15
*/
country = US;
exchange != OTC;
// Large Cap
MarketCap >10B;
DividendYield >5%;
pe<10;
pe>1;
VolumeAvg1month >3M;