add more rules
This commit is contained in:
parent
c98008e741
commit
670b913786
@ -711,6 +711,13 @@
|
||||
defaultCondition: "over",
|
||||
defaultValue: "1%",
|
||||
},
|
||||
annualPriceChange: {
|
||||
label: "52-Week Price Change",
|
||||
step: ["200%", "100%", "50%", "20%", "10%", "5%", "1%"],
|
||||
|
||||
defaultCondition: "over",
|
||||
defaultValue: "1%",
|
||||
},
|
||||
var: {
|
||||
label: "Value-at-Risk",
|
||||
step: ["-1%", "-5%", "-10%", "-15%", "-20%"],
|
||||
@ -748,6 +755,13 @@
|
||||
defaultCondition: "over",
|
||||
defaultValue: -0.5,
|
||||
},
|
||||
inventoryTurnover: {
|
||||
label: "Inventory Turnover",
|
||||
step: [200, 100, 50, 20, 10, 5, 3, 2, 1, 0],
|
||||
|
||||
defaultCondition: "over",
|
||||
defaultValue: "0",
|
||||
},
|
||||
returnOnAssets: {
|
||||
label: "Return on Assets",
|
||||
step: [10, 8, 6, 4, 2, 1, 0, -2, -4, -6, -8, -10],
|
||||
@ -1029,6 +1043,20 @@
|
||||
defaultCondition: "over",
|
||||
defaultValue: "1%",
|
||||
},
|
||||
ebitMargin: {
|
||||
label: "EBIT Margin",
|
||||
step: ["80%", "60%", "50%", "20%", "10%", "5%", "1%", "0.5%"],
|
||||
|
||||
defaultCondition: "over",
|
||||
defaultValue: "1%",
|
||||
},
|
||||
operatingMargin: {
|
||||
label: "Operating Margin",
|
||||
step: ["80%", "60%", "50%", "20%", "10%", "5%", "1%", "0.5%"],
|
||||
|
||||
defaultCondition: "over",
|
||||
defaultValue: "1%",
|
||||
},
|
||||
longTermDebtToCapitalization: {
|
||||
label: "Long Term Debt / Market Cap",
|
||||
step: ["80%", "60%", "50%", "30%", "20%", "10%", "5%", "1%", "0.5%"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user