I THINK ∴ I'M DANGEROUS

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
stocks:proof-report-2016-05-03 [2016/05/03 16:15]
zashi
stocks:proof-report-2016-05-03 [2016/05/03 17:30] (current)
Line 8: Line 8:
 ====== Leads ====== ====== Leads ======
 ^ Symbol ^ Rating ^ Buy ^ Sell ^ ^ Symbol ^ Rating ^ Buy ^ Sell ^
-| [[https://​www.google.com/​finance?​q=MDP|$MDP]] | 0.154| 2| 11| 1.35% |+| [[https://​www.google.com/​finance?​q=MDP|$MDP]] | 0.154| 2| 11| 1.88% |
 | [[https://​www.google.com/​finance?​q=SEE|$SEE]] | 0.333| 6| 12| 0.48% | | [[https://​www.google.com/​finance?​q=SEE|$SEE]] | 0.333| 6| 12| 0.48% |
 | [[https://​www.google.com/​finance?​q=SYY|$SYY]] | 0.500| 3| 3| 1.05% | | [[https://​www.google.com/​finance?​q=SYY|$SYY]] | 0.500| 3| 3| 1.05% |
 | [[https://​www.google.com/​finance?​q=MMSI|$MMSI]] | 0.500| 4| 4| 0.00% | | [[https://​www.google.com/​finance?​q=MMSI|$MMSI]] | 0.500| 4| 4| 0.00% |
 | [[https://​www.google.com/​finance?​q=TWTR|$TWTR]] | 0.538| 7| 6| 0.21% | | [[https://​www.google.com/​finance?​q=TWTR|$TWTR]] | 0.538| 7| 6| 0.21% |
-| [[https://​www.google.com/​finance?​q=EDR|$EDR]] | 0.571| 4| 3| 0.61% |+| [[https://​www.google.com/​finance?​q=EDR|$EDR]] | 0.571| 4| 3| 0.79% |
 | [[https://​www.google.com/​finance?​q=HELE|$HELE]] | 0.571| 4| 3| 1.68% | | [[https://​www.google.com/​finance?​q=HELE|$HELE]] | 0.571| 4| 3| 1.68% |
 | [[https://​www.google.com/​finance?​q=SHEN|$SHEN]] | 0.571| 4| 3| 1.18% | | [[https://​www.google.com/​finance?​q=SHEN|$SHEN]] | 0.571| 4| 3| 1.18% |
 | [[https://​www.google.com/​finance?​q=MNST|$MNST]] | 0.737| 14| 5| 0.46% | | [[https://​www.google.com/​finance?​q=MNST|$MNST]] | 0.737| 14| 5| 0.46% |
-| [[https://​www.google.com/​finance?​q=ETN|$ETN]] | 0.750| 6| 2| 0.25% |+| [[https://​www.google.com/​finance?​q=ETN|$ETN]] | 0.750| 6| 2| 0.54% |
 | [[https://​www.google.com/​finance?​q=CEMP|$CEMP]] | 0.846| 11| 2| 3.57% | | [[https://​www.google.com/​finance?​q=CEMP|$CEMP]] | 0.846| 11| 2| 3.57% |
 | [[https://​www.google.com/​finance?​q=PRGX|$PRGX]] | 0.867| 13| 2| 2.57% | | [[https://​www.google.com/​finance?​q=PRGX|$PRGX]] | 0.867| 13| 2| 2.57% |
-| [[https://​www.google.com/​finance?​q=HEES|$HEES]] | 0.889| 8| 1| 0.70% |+| [[https://​www.google.com/​finance?​q=HEES|$HEES]] | 0.889| 8| 1| 2.06% |
 | [[https://​www.google.com/​finance?​q=CHGG|$CHGG]] | 0.933| 14| 1| 2.08% | | [[https://​www.google.com/​finance?​q=CHGG|$CHGG]] | 0.933| 14| 1| 2.08% |
-| [[https://​www.google.com/​finance?​q=NSP|$NSP]] | 1.000| 7| 0| 4.80% |+| [[https://​www.google.com/​finance?​q=NSP|$NSP]] | 1.000| 7| 0| 5.89% |
 | [[https://​www.google.com/​finance?​q=ETM|$ETM]] | 1.000| 8| 0| 1.45% | | [[https://​www.google.com/​finance?​q=ETM|$ETM]] | 1.000| 8| 0| 1.45% |
 +
  
  
Line 34: Line 35:
   val = cells[i].innerHTML.replace(/​[^0-9\.]/​g,''​);​   val = cells[i].innerHTML.replace(/​[^0-9\.]/​g,''​);​
   if (val < 1) {   if (val < 1) {
-    cells[i].style.background = 'red';+    cells[i].style.background = '#FF5F5F';
   }   }
   if (val >= 1 && val < 2) {   if (val >= 1 && val < 2) {
-        cells[i].style.background = 'yellow';+        cells[i].style.background = '#F9FF5F';
   }   }
   if (val >= 2) {   if (val >= 2) {
-        cells[i].style.background = 'green';+        cells[i].style.background = '#32DD37';
   }   }
 } }
Line 46: Line 47:
 </​script>​ </​script>​
 </​html>​ </​html>​
 +
 +