Skip to content

Instantly share code, notes, and snippets.

@reportbase
Created March 14, 2016 18:44
Show Gist options
  • Save reportbase/3412011fd908c25d9483 to your computer and use it in GitHub Desktop.
Save reportbase/3412011fd908c25d9483 to your computer and use it in GitHub Desktop.
{
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