I THINK ∴ I'M DANGEROUS

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

stocks:proof-report-2016-05-05 [2016/05/05 18:16] (current)
Line 1: Line 1:
 +~~NOCACHE~~
 +====== Stock Report ======
 +Generated Thu May 05 09:26:01 EDT 2016.
 +
 +Ratings indicate whether a stock should be bought or sold. A rating of 0.5 means a stock should be held. A rating close to 1 means buy. A rating close to 0 means sell.
 +====== Currently Held Stocks ======
 +^ Symbol ^ Rating ^ Buy ^ Sell ^
 +====== Leads ======
 +^ Symbol ^ Rating ^ Buy ^ Sell ^
 +| [[https://​www.google.com/​finance?​q=SUM|$SUM]] | 0.588| 10| 7| 1.01% |
 +| [[https://​www.google.com/​finance?​q=HYH|$HYH]] | 0.611| 11| 7| 2.14% |
 +| [[https://​www.google.com/​finance?​q=VMC|$VMC]] | 0.650| 13| 7| 0.68% |
 +| [[https://​www.google.com/​finance?​q=HCN|$HCN]] | 0.692| 9| 4| 0.73% |
 +| [[https://​www.google.com/​finance?​q=JKHY|$JKHY]] | 0.727| 16| 6| 0.62% |
 +| [[https://​www.google.com/​finance?​q=ICE|$ICE]] | 0.737| 14| 5| 0.42% |
 +| [[https://​www.google.com/​finance?​q=ALE|$ALE]] | 0.812| 13| 3| 0.84% |
 +| [[https://​www.google.com/​finance?​q=OI|$OI]] | 0.867| 13| 2| 0.41% |
 +| [[https://​www.google.com/​finance?​q=KLIC|$KLIC]] | 0.917| 11| 1| 3.26% |
 +| [[https://​www.google.com/​finance?​q=CSU|$CSU]] | 0.923| 12| 1| 1.22% |
 +| [[https://​www.google.com/​finance?​q=DYN|$DYN]] | 0.923| 12| 1| 6.19% |
 +| [[https://​www.google.com/​finance?​q=RTRX|$RTRX]] | 0.923| 12| 1| 0.00% |
 +| [[https://​www.google.com/​finance?​q=IAC|$IAC]] | 1.000| 13| 0| 6.08% |
 +| [[https://​www.google.com/​finance?​q=CHUY|$CHUY]] | 1.000| 14| 0| 0.00% |
 +| [[https://​www.google.com/​finance?​q=FDP|$FDP]] | 1.000| 16| 0| 1.24% |
 +| [[https://​www.google.com/​finance?​q=TSE|$TSE]] | 1.000| 21| 0| 0.87% |
 +
 +
 +
 +<​html>​
 +<​script>​
 +
 +cells = document.getElementsByClassName("​col4"​);​
 +for (var i = 0, len = cells.length;​ i < len; i++)
 +{
 +  val = cells[i].innerHTML.replace(/​[^0-9\.]/​g,''​);​
 +  if (val < 1) {
 +    cells[i].style.background = '#​FF5F5F';​
 +  }
 +  if (val >= 1 && val < 2) {
 +        cells[i].style.background = '#​F9FF5F';​
 +  }
 +  if (val >= 2) {
 +        cells[i].style.background = '#​32DD37';​
 +  }
 +}
 +
 +</​script>​
 +</​html>​
 +