1. THÔNG BÁO VỀ VIỆC TUÂN THỦ QUY ĐỊNH PHÁP LUẬT KHI THAM GIA DIỄN ĐÀN

    Đề nghị toàn thể thành viên diễn đàn nghiêm túc tuân thủ Luật Chứng khoán, các quy định của Ủy ban Chứng khoán Nhà nước, đồng thời tuân thủ các quy định pháp luật liên quan đến an ninh mạng, giao dịch điện tử và trách nhiệm cá nhân khi đăng tải, chia sẻ thông tin trên môi trường mạng, bao gồm các quy định tại Nghị định 174/2026/NĐ-CP. xem thêm

Có con penny nào giảm nhanh và mạnh như con này ko ?

Chủ đề trong 'Thị trường chứng khoán' bởi hauve_ck, 12/08/2010.

Có 3665 người đang online, trong đó có 30 thành viên. 06:50 (UTC+07:00) Bangkok, Hanoi, Jakarta
  1. Có 1 người đang xem box này (Thành viên: 0, Khách: 1)
Chủ đề này đã có 944 lượt đọc và 17 bài trả lời
  1. hauve_ck

    hauve_ck Thành viên rất tích cực

    Tham gia ngày:
    20/06/2010
    Đã được thích:
    0
    Giá đã giảm >30%

    [​IMG]



    function showLargeChart(){ var src = document.getElementById('chart_price').src; src += '&largesize=1'; document.getElementById('largesize_chart').innerHTML = '[​IMG]';}var charttype = 1;getChartMap();function getChartMap(){ if( charttype != 1 ){ document.getElementById('MapCandle').innerHTML = ''; $.ajax({ type: 'GET', url: 'chartsymbol_pos.php?type=candle', dataType: "json", success: function(data){ var total = data.length; var mapcandle = document.getElementById('MapCandle'); if ( total > 0 ){ var browser=navigator.appName; var map = ''; var pos = ''; for( i=0; i 0 ){ title += '
    SMA: ' + data[9] + ''; } if( data[10] > 0 ){ title += '
    SMA2: ' + data[10] + ''; } if( data[11] > 0 ){ title += '
    EMA: ' + data[11] + ''; } if( data[12] > 0 ){ title += '
    EMA2: ' + data[12] + ''; } //title2 = 'Ngày: ' + data[0] + '\nMở cửa: ' + data[3] + '\nCao nhất: ' + data[5] + '\nThấp nhất: ' + data[6] + '\nĐóng cửa: ' + data[4] + '\n(Giá tham chiếu: '+ data[7] +')'; var area = document.createElement('area'); area.setAttribute("shape", "rect"); area.setAttribute("coords", coords); area.setAttribute("style", "cursor:pointer"); if( browser == 'Microsoft Internet Explorer' ){ area.setAttribute("title", title2); } else{ area.setAttribute("onmouseover", "Tip('" + title + "
    Click chọn ngày')"); area.setAttribute("onmouseout", "UnTip()"); area.setAttribute("onclick", "getFibonacci('" + data[0] + "')"); } mapcandle.appendChild(area); } } }, beforeSend:function(){ }, complete:function(){} }); } else{ document.getElementById('MapCandle').innerHTML = ''; $.ajax({ type: 'GET', url: 'chartsymbol_pos.php?type=line', dataType: "json", success: function(data){ var total = data.length; var mapcandle = document.getElementById('MapCandle'); if ( total > 0 ){ var browser=navigator.appName; var map = ''; var pos = ''; for( i=0; i 0 ){ title += '
    SMA: ' + data[5] + ''; } if( data[6] > 0 ){ title += '
    SMA2: ' + data[6] + ''; } if( data[7] > 0 ){ title += '
    EMA: ' + data[7] + ''; } if( data[8] > 0 ){ title += '
    EMA2:[B] ' + data[i][8] + '[/i][/B][i]'; } //title2 = 'Ngày: ' + data[i][0] + '\nGiá đóng cửa:' + data[i][3]; var area = document.createElement('area'); area.setAttribute("shape", "rect"); area.setAttribute("coords", coords); area.setAttribute("style", "cursor:pointer"); if( browser == 'Microsoft Internet Explorer' ){ area.setAttribute("title", title2); } else{ area.setAttribute("onmouseover", "Tip('" + title + "
    [COLOR=#666666][I]Click chọn ngày[/I][/COLOR]')"); area.setAttribute("onmouseout", "UnTip()"); area.setAttribute("onclick", "getFibonacci('" + data[i][0] + "')"); } mapcandle.appendChild(area); } } }, beforeSend:function(){ }, complete:function(){} }); } }var sstatusFR = 1;var sstatusFP = 1;function getFibonacci(sdate){ if( document.getElementById('fi_retracement').style.display == 'none' && document.getElementById('fi_projection').style.display == 'none' ){ return; } var adata = sdate.split('-'); sdate = adata[0] + '/' + adata[1] + '/20' + adata[2]; if( document.getElementById('fi_retracement').style.display != 'none' ){ if( sstatusFR == 1 ){ document.frm.ffrom.value = sdate; document.frm.ffrom.style.backgroundColor = '#00FF00'; setTimeout("document.frm.ffrom.style.backgroundColor='#FFFFFF'", 500); sstatusFR = 2; } else{ document.frm.fto.value = sdate; document.frm.fto.style.backgroundColor = '#00FF00'; setTimeout("document.frm.fto.style.backgroundColor='#FFFFFF'", 500); sstatusFR = 1; } sstatusFP = 1; } if( document.getElementById('fi_projection').style.display != 'none' ){ if( sstatusFP == 1 ){ document.frm.fpfrom.value = sdate; document.frm.fpfrom.style.backgroundColor = '#00FF00'; setTimeout("document.frm.fpfrom.style.backgroundColor='#FFFFFF'", 500); sstatusFP = 2; } else if( sstatusFP == 2 ){ document.frm.fpto.value = sdate; document.frm.fpto.style.backgroundColor = '#00FF00'; setTimeout("document.frm.fpto.style.backgroundColor='#FFFFFF'", 500); sstatusFP = 3; } else{ document.frm.fpmiddle.value = sdate; document.frm.fpmiddle.style.backgroundColor = '#00FF00'; setTimeout("document.frm.fpmiddle.style.backgroundColor='#FFFFFF'", 500); sstatusFP = 1; } sstatusFR = 1; } }function drawFiRetracement(){ var ffrom = document.frm.ffrom.value; var fto = document.frm.fto.value; document.getElementById('chartprice').src; var src = document.getElementById('chartprice').src; src += '&fip=0&fir=1&ffrom='+ffrom+'&fto='+fto; document.getElementById('div_candlestick').innerHTML = '[IMG]http://f319.com/' + src + '[/IMG]'; getChartMap();}function drawFiProjection(){ var fpfrom = document.frm.fpfrom.value; var fpto = document.frm.fpto.value; var fpmiddle = document.frm.fpmiddle.value; document.getElementById('chartprice').src; var src = document.getElementById('chartprice').src; src += '&fir=0&fip=1&fpfrom='+fpfrom+'&fpto='+fpto+'&fpmiddle='+fpmiddle; document.getElementById('div_candlestick').innerHTML = '[IMG]http://f319.com/' + src + '[/IMG]'; getChartMap();}function drawLargeChart(){ var src = document.getElementById('chartprice').src; src += '&largesize=1'; document.getElementById('div_candlestick').innerHTML = ''; document.getElementById('div_candlestick').innerHTML = '[IMG]http://f319.com/' + src + '[/IMG]'; getChartMap();}function showExLine(type){ var browser=navigator.appName; if( browser == 'Microsoft Internet Explorer' ){ alert('Hiện tại chức năng vẽ đường Fibonacci không hỗ trợ trình duyệt IE.\nVui lòng sử dụng trình duyệt khác để xem tốt hơn (Chrome, Firefox...)'); return } $('#fi_retracement').hide(); $('#fi_projection').hide(); if( type == 'fi_retracement' ){ $('#fi_retracement').show(); } if( type == 'fi_projection' ){ $('#fi_projection').show(); }}function closeExLine(){ $('#fi_retracement').hide(); $('#fi_projection').hide();}
    [CENTER]

    [URL="http://wap.cophieu68.com/"][/URL]
    [URL="http://www.dienlanhminhkhoa.vn/"][/URL]
    [/CENTER][/i][/i][/i][/i]
  2. stokie

    stokie Thành viên này đang bị tạm khóa Đang bị khóa Not Official

    Tham gia ngày:
    14/07/2010
    Đã được thích:
    417
    Mịa, Nhìn Penny thật thảm thương.
  3. cqtruong

    cqtruong Thành viên rất tích cực

    Tham gia ngày:
    05/04/2010
    Đã được thích:
    19
    nhìn lại AMV và TNG đi?
  4. hauve_ck

    hauve_ck Thành viên rất tích cực

    Tham gia ngày:
    20/06/2010
    Đã được thích:
    0
  5. locknick

    locknick Thành viên gắn bó với f319.com Not Official

    Tham gia ngày:
    26/04/2007
    Đã được thích:
    1.448
    Còn giảm nữa
  6. hauve_ck

    hauve_ck Thành viên rất tích cực

    Tham gia ngày:
    20/06/2010
    Đã được thích:
    0
  7. thusinh_iu_tien

    thusinh_iu_tien Thành viên gắn bó với f319.com

    Tham gia ngày:
    15/11/2004
    Đã được thích:
    36
    Thiếu mịa gì con giảm hơn con này, đếm mỏi tay luôn
  8. hauve_ck

    hauve_ck Thành viên rất tích cực

    Tham gia ngày:
    20/06/2010
    Đã được thích:
    0
    Nhưng đó là những con hàng đã bị làm giá còn GGG thì ko.
  9. hauve_ck

    hauve_ck Thành viên rất tích cực

    Tham gia ngày:
    20/06/2010
    Đã được thích:
    0
    Vậy bác đưa lên vài con cho anh em tham khảo đi .:-bd
  10. hauve_ck

    hauve_ck Thành viên rất tích cực

    Tham gia ngày:
    20/06/2010
    Đã được thích:
    0
    Em đang ở khám nào vậy để anh đến thăm ? mà sao ở trong khám còn dc online ?

Chia sẻ trang này