2015年1月29日股市2月11股市收市吗

// 直播设置
var liveset = {
'fontsize' : 1,
'voicereminder' : 1,
'bgsound' : 0
var livepost =
var liveopinion =
var livepager =
var chatable = 0;
var is_host =
// 设置字体大小
function setFontSize(size){
$('input[name="fontsize"]').removeAttr('checked');
$('input[name="fontsize"]').each(function(){
if($(this).val() == size){
$(this).attr('checked','checked');
liveset.size =
var fs = '16px';
if(size == 2){
fs = '18px';
}else if(size == 3){
fs = '20px';
$('#msgList').css('font-size',fs);
$('#msgList dd').css('font-size',fs);
$('#scripList').css('font-size',fs);
// 设置语音提示
function setVoicereminder(status){
if(status == 0){
$('#js-voiceReminder').removeAttr('checked');
$('#js-voiceReminder').attr('checked','checked');
liveset.voicereminder =
//设置背景音
function setBgsound(status){
if(status == 0){
$('#js-bgsound').removeAttr('checked');
//$("#jquery_jplayer_2").jPlayer("pause");
$('#js-bgsound').attr('checked','checked')
//$("#jquery_jplayer_2").jPlayer("play");
liveset.bgsound =
function showStock(tid){
window.suggestStock_top = new Suggest(tid, "个股代码/拼音/名称", ["/js/front/stocklist_B.js"], ["stocka_suggest", "stockb_suggest"], StockSuggestConfiguration, function (a) {
//location = '/stock---' + a + '.html';
function openGains(obj){
var src = '';
var gid = $(obj).attr('gid');
var uid = $(obj).attr('uid');
src= 'index.php?m=bozhu&a=gains&id='+gid+'&uid='+
var v = Xq.newLayer('#000', 0.3, 9999).appendTo('body');
var d = $('播主战绩');
d.appendTo('body').find('#cbclose').click(function () {
d.remove(); v.remove();
v.show(); v.show(function () { Xq.center(d) });
function showGiftAn(){
// var v = Xq.newLayer('#000', 0.3, 9999).appendTo('body');
var htm = '';
var i = Math.ceil(Math.random()*4);
htm += '';
htm += '';
htm += '';
var d = $(htm);
d.appendTo('body').find('#cbclose').click(function () {
d.remove();// v.remove();
// v.show(); v.show(function () { });
Xq.center(d) ;
setTimeout(function(){
d.remove(); },8000);
$(function(){
$('.gains_item').live('click',function(){
openGains(this);
// 礼品列表
$('#flow_img_list').flow({'prev':'#flow_img_prev','next':'#flow_img_next'});
$('#flow_img_list').find('a').on('click',function(){
if(ISLOGIN
openLoginView(URL);
var gift_name = $(this).find('.gift_name').text();
var gift_id = $(this).attr('gid');
var price = $(this).find('.gold_number').text();
price = parseInt(price);
$('#giftTotal').html(price);
$('#gift_id').val(gift_id);
$('#send_gift_name').html(gift_name);
easyDialog.open({
container : 'gift_view',
fixed : false
jQuery("input").emptyValue();
jQuery('textarea').emptyValue();
var uid = '';
getUserCoin('myGoldNums', uid);
$('#info_content').xheditor({
tools:'Blocktag,Fontface,FontSize,Bold,Italic,Underline,FontColor,BackColor,Align,List,Outdent,Indent,Link,Unlink,Cut,Copy,Paste,Pastetext,|,Source,Fullscreen,Img,Emot',
upImgUrl:"/file-imgupload.html",
upImgExt:"jpg,jpeg,gif,png",
width:596,
height:140,
emotPath:'/js/xheditor/xheditor_emot/'
if($('#stockcode2').length > 0){
if(showStock) {
setTimeout(function(){
showStock("stockcode2");
var liveset_fontsize = getCookie('liveset_fontsize');
if(liveset_fontsize == null){
addCookie('liveset_fontsize',1,100000);
liveset.fontsize = 1;
liveset.fontsize = liveset_
var liveset_voicereminder = getCookie('liveset_voicereminder');
if(liveset_voicereminder == null){
addCookie('liveset_voicereminder',1,100000);
liveset.voicereminder = 1;
liveset.voicereminder = liveset_
var liveset_bgsound = getCookie('liveset_bgsound');
if(liveset_bgsound == null){
addCookie('liveset_bgsound',0,100000);
liveset.bgsound = 0;
liveset.bgsound = liveset_
// 提醒铃声
$("#jquery_jplayer_1").jPlayer({
ready: function () {
$(this).jPlayer("setMedia", {
mp3:"/data/mp3/cowboy_msg.mp3"
swfPath: "js",
supplied: "mp3",
wmode: "window"
// 背景音乐
if( liveset.bgsound == 1){
var jp_ready = function(){
$(this).jPlayer("setMedia", {
mp3:"/data/mp3/Cityinthesky.mp3"
}).jPlayer("play");
var jp_ready = function(){
$(this).jPlayer("setMedia", {
mp3:"/data/mp3/Cityinthesky.mp3"
$("#jquery_jplayer_2").jPlayer({
ready:jp_ready,
swfPath: "js",
supplied: "mp3",
wmode: "window",
livepost = new LivePost();
livepost.setShowid('chatList');
livepost.setRid('30');
livepost.setTid('6219');
if(livepost.setUid){
livepost.setUid('1207027');
livepost.setTimestamp('');
livepost.setHost(is_host);
livepost.setSound(liveset.voicereminder);
livepost.setChatable(chatable);
liveopinion = new LiveOpinion();
liveopinion.setShowid('msgList');
liveopinion.setRid('30');
liveopinion.setTid('6219');
liveopinion.setTimestamp('');
liveopinion.setHost(is_host);
liveopinion.setSound(liveset.voicereminder);
livepager = new LivePager();
livepager.setShowid('scripList');
livepager.setRid('30');
livepager.setTid('6219');
livepager.setTimestamp('');
livepager.setSound(liveset.voicereminder);
// 加载直播设置
setFontSize(liveset.fontsize);
setVoicereminder(liveset.voicereminder);
setBgsound(liveset.bgsound);
$('input[name="fontsize"]').click(function(){
var size = $(this).val();
setFontSize(size);
addCookie('liveset_fontsize',size,100000);
$('#js-voiceReminder').click(function(){
var boo = $(this).attr('checked');
livepager.setSound(1);
liveopinion.setSound(1);
livepost.setSound(1);
addCookie('liveset_voicereminder',1,100000);
livepager.setSound(0);
liveopinion.setSound(0);
livepost.setSound(0);
addCookie('liveset_voicereminder',0,100000);
$('#js-bgsound').click(function(){
var boo = $(this).attr('checked');
$("#jquery_jplayer_2").jPlayer("play");
addCookie('liveset_bgsound',1,100000);
$("#jquery_jplayer_2").jPlayer("pause");
addCookie('liveset_bgsound',0,100000);
$('#chatRefresh').click(function(){
$('#chatList').html("");
livepost.setTimestamp('');
livepost.init();
$('#opinionRefresh').click(function(){
$('#msgList').html("");
liveopinion.s = 0;
liveopinion.setTimestamp('');
liveopinion.init();
// 关闭弹窗
$('.Ask-close').on('click', function(){
easyDialog.close();
$('#js-roomSetBtn').click(function(){
if($('#setBox').is(":hidden")){
$('#setBox').removeClass('none');
$('#setBox').addClass('none');
// 加载聚宝盆产产品
type : "get",
async:false,
url : "/AjaxHandler.ashx?Action=product_list&IsUsed=1&Recommend=2&userid=1207027&page=1&size=6",
dataType : "jsonp",//数据类型为jsonp
jsonp: "callback",//服务端用于接收callback调用的function名的参数
success : function(data){
if(data.count > 0){
var list = data.
var htm = '';
var htm2 = '';
var len = list.
if(len > 5){
for(var i = 0 ; i < i++){
htm += '';
htm += '聚宝盆';
htm += '';
htm += ' ';[] [] [] [] [] [] [] [] [] [] [] []
友情链接:
168炒股学习网,为广大股民提供炒股入门知识,股票入门基础知识,股票资讯,今日股市新闻,股票行情等信息,168炒股学习网—最好的股票学习网站!版权所有:168炒股学习网,
&&&& QQ:,邮箱:播放列表加载中...
正在载入...
分享视频:
嵌入代码:
拍下二维码,随时随地看视频
信仰看盘之号大盘及涨停个股走势收盘分析...
上 传 者:
内容介绍:
信仰看盘之号大盘及涨停个股走势收盘分析视频
Channel Me 精选
我来说点啥
版权所有 CopyRight
| 京网文[0号 |
| 京公网安备:
互联网药品信息服务资格证:(京)-非经营性- | 广播电视节目制作经营许可证:(京)字第403号
<img src="" width="34" height="34"/>
<img src=""/>
<li data-vid="">
<img src=""/><i data-vid="" class="ckl_plays">
<li data-vid="">
<img src=""/><i data-vid="" class="ckl_plays">
<img src="///img/blank.png" data-src=""/>
<img src="///img/blank.png" data-src="http://"/>
<li data-vid="" class="cfix">
src="///img/blank.png" data-src=""/>
<i data-vid="" class="ckl_plays">
<li data-vid="" class="cfix">
src="///img/blank.png" data-src=""/><i data-vid="" class="ckl_plays">
没有数据!
{upload_level_name}
粉丝 {fans_count}
{video_count}
{description}收盘:毅昌股份跌4.11%报6.76元 换手2.8%
&&&&金融界股票2月6日讯&今日开盘报7.04元,截止收盘,该股跌4.11%报6.76元,当日振幅为5.25%,换手2.8%,成交金额为7219.76万元。5日内跌幅为1.64%。&&&&2月6日该股净流出金额1771.87万元,主力净流出531.47万元,中单净流出1013.49万元,散户净流出226.91万元。()&&&&最近一个月内,毅昌股份共计登上龙虎榜0次,表明毅昌股份股性不活跃。 ()&&&&公司主要从事研究、开发、加工、制造:汽车零件、家用电器、注塑模具、冲压模具。复合材料建筑模板等大型制件的设计、研发、生产、销售及售后服务。汽车技术设计。电子计算机软件技术开发。批发、租赁和零售贸易(国家专营专控商品除外)。自营和代理各类商品和技术的进出口,但国家限定公司经营或禁止进出口的商品和技术除外。&&&&截止日,毅昌股份营业收入23.0098亿元,归属于母公司股东的净利润万元,较去年同比增加141.9192%,基本每股收益0.0264元。 ()&&&&毅昌股份隶属于,近三个月内,没有机构对其发表评级分析,关注度较低,请投资者谨慎处理。该股票受机构关注度很低,没有足够的研报支持评级,请投资者谨慎处理,可适当进行波段操作。 ()&&&&风险提示:个股诊断结果通过运算模型加工客观数据而成,仅供参考,不构成绝对投资建议。
关键词阅读:
个股净流入
个股净流出
证券名称最新价格涨跌幅净流入金额(万)
19.071.54%12.965.28%37.2710.01%4.340.93%
佣金计算器
目前佣金比例:
千分之二点五
千分之一点五
资金量:万
月交易次数:次
算算能省多少
您目前1年佣金50000
来立省50000
计算说明:
节省交易费用 = 资金量*(当前佣金-证券通万2.5)       *交易次数
目标涨幅最大
目标股票池
股票简称投资评级最新价目标价
买入80.15--买入18.53--买入5.878.50买入20.2230.00& 特斯拉下月发布年报,中国市场数据将成焦点
特斯拉下月发布年报,中国市场数据将成焦点
发布于 日 09:10&&
关联行业:
关联概念:
与朋友分享:
大智慧阿思达克通讯社1月30日讯,美国电动车巨头特斯拉(NASDAQ:TSLA)周四宣布,将于美国东部时间日美国股市收盘后(北京时间2月12日早间),发布截至日的2014年第四季度财报及2014年度全年财报。财报发布后,特斯拉管理层将于美国东部时间日下午17:30(北京时间2月12日早间6:30)举行电话会议,解读财报要点,回答分析师提问。截至周四收盘,特斯拉股价收涨2.92%,报收于205.20美元。1月份迄今已累计回落7.7%,跑输大盘。分析师普遍预计特斯拉第四财季营收将达到12.3亿美元,每股收益将达到0.31美元。截至日的第三季度,按非美国通用会计准则计算,特斯拉营收同比增长55%至9.32亿美元,净利润达到300万美元,合每股收益0.02美元。特斯拉第四财季在中国市场的销售数据预计将成为市场关注热点。今年1月13日特斯拉首席执行官埃陇马斯克在底特律汽车展上表示,2014年第四季度,公司在中国市场的销售量出现下滑。受此利空打压,1月14日公司股价重挫近6%,盘中一度跌至185美元,创日以来新低。(日 摘于 大智慧阿思达克通讯社)
   以下内容为云财经系统技术自动匹配,套红股票将极有可能是龙头股,但并非股票推荐,敬请留意。
  相关:、、、、、
免费体验股市“VIP参考”服务,享受 最新题材消息自动提醒,还可用实时接收喔!
相关阅读:
& [] & [] & [] & [] & [] & [] & [] & [] & []
美国 纳斯达克
美国 标准普尔
美国 道琼斯
香港 恒生指数
日本 日经225
韩国 KOSPI200
英国 FTSE100
法国 CAC40
德国 DAX指数
power by GOOGLE
赞助商链接(广告)
今日股市猛料
我们渴望倾听您的声音
请输入您对云财经的的意见和建议...
联系方式(可选):&
感谢您帮助改进云财经,我们将会更好地为您服务!

我要回帖

更多关于 2015年1月19日股市 的文章

 

随机推荐