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-04 [2016/05/04 18:02]
stocks:proof-report-2016-05-04 [2016/05/04 18:02] (current)
Line 1: Line 1:
 +~~NOCACHE~~
 +====== Stock Report ======
 +Generated Wed May 04 09:15:11 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=TVIX|$TVIX]] | 0.200| 3| 12| 1.30% |
 +| [[https://​www.google.com/​finance?​q=INCR|$INCR]] | 0.385| 5| 8| 0.32% |
 +| [[https://​www.google.com/​finance?​q=RKUS|$RKUS]] | 0.455| 5| 6| 2.69% |
 +| [[https://​www.google.com/​finance?​q=DENN|$DENN]] | 0.571| 8| 6| 2.03% |
 +| [[https://​www.google.com/​finance?​q=BECN|$BECN]] | 0.727| 8| 3| 0.35% |
 +| [[https://​www.google.com/​finance?​q=WWW|$WWW]] | 0.727| 8| 3| 0.63% |
 +| [[https://​www.google.com/​finance?​q=EXR|$EXR]] | 0.750| 9| 3| 4.00% |
 +| [[https://​www.google.com/​finance?​q=CVS|$CVS]] | 0.786| 11| 3| 1.45% |
 +| [[https://​www.google.com/​finance?​q=CHGG|$CHGG]] | 0.875| 14| 2| 0.00% |
 +| [[https://​www.google.com/​finance?​q=MNK|$MNK]] | 0.889| 16| 2| 0.48% |
 +| [[https://​www.google.com/​finance?​q=THC|$THC]] | 0.909| 10| 1| 4.01% |
 +| [[https://​www.google.com/​finance?​q=LMAT|$LMAT]] | 0.923| 12| 1| 0.86% |
 +| [[https://​www.google.com/​finance?​q=NSP|$NSP]] | 0.929| 13| 1| 3.17% |
 +| [[https://​www.google.com/​finance?​q=IVAC|$IVAC]] | 1.000| 11| 0| 1.42% |
 +| [[https://​www.google.com/​finance?​q=NTRI|$NTRI]] | 1.000| 13| 0| 1.52% |
 +| [[https://​www.google.com/​finance?​q=CVLT|$CVLT]] | 1.000| 14| 0| 0.46% |
 +
 +
 +
 +<​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>​
 +