Created
March 14, 2016 18:44
-
-
Save reportbase/3412011fd908c25d9483 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
name:"Candle Glance", | |
title:"Candle Glance - stockcharts.com", | |
hit: function() | |
{ | |
var str = _.pluck(watchobj.data,'name').join('%2C') | |
window.open('http://stockcharts.com/freecharts/candleglance.html?'+str,'_self') | |
} | |
}, | |
{ | |
title:"Performance Chart - stockcharts.com", | |
name:"Performance Chart", | |
hit: function() | |
{ | |
var str = _.pluck(watchobj.data,'name').join('%2C'); | |
window.open('http://stockcharts.com/freecharts/perf.php?'+str,'_self') | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment