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
    GGG đã giảm 40% rồi

    [​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. 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
    [​IMG]


    Xem công thức tính

    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]
  3. 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
    GGG Sắp hết hàng rồi kìa
  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
    [​IMG]
    Thời gianGiá khớpKhối lượng khớpTổng khối lượng08:4816.81,4001,40008:5016.85,2006,60008:5216.81,5008,10008:5316.91,0009,10008:551722,50031,60008:56173,40035,00008:57172,60037,60008:5817.130037,90008:5917.26,30044,20009:0017.311,20055,40009:0117.333,50088,90009:0217.34,50093,40009:0617.33,30096,70009:0717.37,500104,200






  5. hot_hot

    hot_hot Thành viên mới

    Tham gia ngày:
    16/06/2010
    Đã được thích:
    0
    10 nguòi giỏi chơi chúng khoán cộng lại thành một lũ ngốc.
  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
    Bac nao muc 1 lenh 50 vay ? tra lai hang cho em di huhuhuhu
  7. 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
    Sắp hết hàng rồi,tê chưa ?
  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
    Sap het hang roiiiiiiiiiiiiiiiiiiiiiii

Chia sẻ trang này