add more rules to watchlist
This commit is contained in:
parent
fdf57f154c
commit
8b7890bb8f
@ -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'},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user