add more rules to watchlist

This commit is contained in:
MuslemRahimi 2024-10-15 18:26:40 +02:00
parent fdf57f154c
commit 8b7890bb8f

View File

@ -49,6 +49,9 @@ let allRows = [
{ name: 'Current Ratio', rule: 'currentRatio', type: 'float'},
{ name: 'Quick Ratio', rule: 'quickRatio', type: 'float'},
{ name: 'Analyst Rating', rule: 'analystRating', type: 'rating'},
{ name: 'Analyst Count', rule: 'analystCounter', type: 'int'},
{ name: 'Price Target', rule: 'priceTarget', type: 'float'},
{ name: 'Price Target Upside', rule: 'upside', type: 'percentSign'},
{ name: 'Country', rule: 'country', type: 'str'},
{ name: 'Gross Profit', rule: 'grossProfit', type: 'int'},
{ name: 'Revenue Growth', rule: 'growthRevenue', type: 'percentSign'},