$("#chart-market-1").addClass("text-success");$("#chart-logo-1").addClass("bg-success"); $("#chart-logo-1").attr('src','panel/assets/images/icons/crypto/svg/gala.svg'); $("#chart-market-1").html("LONG 10x"); $("#chart-strategy-1").html("Scalping"); $("#chart-end-pnl-1").html("+4.07%"); //Chart 1 var options = { series: [{ data: [0.00296, 0.00297, 0.00297, 0.00297, 0.00297, 0.002982090000000000, 0.00299] }], chart: { type: 'area', height: 100, width: '100%', sparkline: { enabled: true } }, stroke: { curve: 'smooth', width: 3, }, grid: { padding: { top: 20, bottom: 30 } }, colors: ['#52CC99'], fill: { type: 'gradient', gradient: { shadeIntensity: 1, inverseColors: false, opacityFrom: 0.45, opacityTo: 0.05, stops: [20, 100, 100, 100] }, }, tooltip: { fixed: { enabled: false }, x: { show: false }, y: { title: { formatter: function (seriesName) { return '$' } } }, marker: { show: false } }, annotations: { yaxis: [{ x: 5, y: 0.00297, borderColor: "#52CC99", offsetY: 0, }, { x: 6, y: 0.002982090000000000, borderColor: "#FF4560", offsetY: 0, }], points: [{ x: 5, y: 0.00297, marker: { offsetY: 0, size: 4, fillColor: "#FFF", strokeColor: "#52CC99", radius: 2 }, label: { borderColor: "#52CC99", offsetY: 10, style: { color: "#FFF", background: "#52CC99" }, text: "B" } }, { x: 6, y: 0.002982090000000000, marker: { offsetY: 0, size: 4, fillColor: "#FFF", strokeColor: "#FF4560", radius: 2 }, label: { borderColor: "#FF4560", offsetY: 29, style: { color: "#FFF", background: "#FF4560" }, text: "S" } }] } }; var chart = new ApexCharts(document.querySelector("#chart-1"), options); chart.render(); $("#chart-market-2").addClass("text-danger");$("#chart-logo-2").addClass("bg-danger"); $("#chart-logo-2").attr('src','panel/assets/images/icons/crypto/svg/zec.svg'); $("#chart-market-2").html("SHORT 10x"); $("#chart-strategy-2").html("Scalping"); $("#chart-end-pnl-2").html("+6.87%"); //Chart 2 var options = { series: [{ data: [247.36, 247.82, 247.32, 246.15, 247.79, 246.10037781, 245.67] }], chart: { type: 'area', height: 100, width: '100%', sparkline: { enabled: true } }, stroke: { curve: 'smooth', width: 3, }, grid: { padding: { top: 20, bottom: 30 } }, colors: ['#FF4560'], fill: { type: 'gradient', gradient: { shadeIntensity: 1, inverseColors: false, opacityFrom: 0.45, opacityTo: 0.05, stops: [20, 100, 100, 100] }, }, tooltip: { fixed: { enabled: false }, x: { show: false }, y: { title: { formatter: function (seriesName) { return '$' } } }, marker: { show: false } }, annotations: { yaxis: [{ x: 5, y: 247.79, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 246.10037781, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 247.79, marker: { offsetY: 0, size: 4, fillColor: "#FFF", strokeColor: "#FF4560", radius: 2 }, label: { borderColor: "#FF4560", offsetY: 10, style: { color: "#FFF", background: "#FF4560" }, text: "S" } }, { x: 6, y: 246.10037781, marker: { offsetY: 0, size: 4, fillColor: "#FFF", strokeColor: "#52CC99", radius: 2 }, label: { borderColor: "#52CC99", offsetY: 10, style: { color: "#FFF", background: "#52CC99" }, text: "B" } }] } }; var chart = new ApexCharts(document.querySelector("#chart-2"), options); chart.render(); $("#chart-market-3").addClass("text-danger");$("#chart-logo-3").addClass("bg-danger"); $("#chart-logo-3").attr('src','panel/assets/images/icons/crypto/svg/ont.svg'); $("#chart-market-3").html("SHORT 10x"); $("#chart-strategy-3").html("Scalping"); $("#chart-end-pnl-3").html("+29.89%"); //Chart 3 var options = { series: [{ data: [0.1066, 0.1078, 0.1075, 0.1033, 0.1068, 0.1037, 0.1045] }], chart: { type: 'area', height: 100, width: '100%', sparkline: { enabled: true } }, stroke: { curve: 'smooth', width: 3, }, grid: { padding: { top: 20, bottom: 30 } }, colors: ['#FF4560'], fill: { type: 'gradient', gradient: { shadeIntensity: 1, inverseColors: false, opacityFrom: 0.45, opacityTo: 0.05, stops: [20, 100, 100, 100] }, }, tooltip: { fixed: { enabled: false }, x: { show: false }, y: { title: { formatter: function (seriesName) { return '$' } } }, marker: { show: false } }, annotations: { yaxis: [{ x: 5, y: 0.1068, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 0.1037, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 0.1068, marker: { offsetY: 0, size: 4, fillColor: "#FFF", strokeColor: "#FF4560", radius: 2 }, label: { borderColor: "#FF4560", offsetY: 10, style: { color: "#FFF", background: "#FF4560" }, text: "S" } }, { x: 6, y: 0.1037, marker: { offsetY: 0, size: 4, fillColor: "#FFF", strokeColor: "#52CC99", radius: 2 }, label: { borderColor: "#52CC99", offsetY: 10, style: { color: "#FFF", background: "#52CC99" }, text: "B" } }] } }; var chart = new ApexCharts(document.querySelector("#chart-3"), options); chart.render(); $("#chart-market-4").addClass("text-danger");$("#chart-logo-4").addClass("bg-danger"); $("#chart-logo-4").attr('src','panel/assets/images/icons/crypto/svg/bnb.svg'); $("#chart-market-4").html("SHORT 10x"); $("#chart-strategy-4").html("Scalping"); $("#chart-end-pnl-4").html("+5.03%"); //Chart 4 var options = { series: [{ data: [615.200, 615.240, 615.660, 615.300, 617.47, 614.38, 615.380] }], chart: { type: 'area', height: 100, width: '100%', sparkline: { enabled: true } }, stroke: { curve: 'smooth', width: 3, }, grid: { padding: { top: 20, bottom: 30 } }, colors: ['#FF4560'], fill: { type: 'gradient', gradient: { shadeIntensity: 1, inverseColors: false, opacityFrom: 0.45, opacityTo: 0.05, stops: [20, 100, 100, 100] }, }, tooltip: { fixed: { enabled: false }, x: { show: false }, y: { title: { formatter: function (seriesName) { return '$' } } }, marker: { show: false } }, annotations: { yaxis: [{ x: 5, y: 617.47, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 614.38, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 617.47, marker: { offsetY: 0, size: 4, fillColor: "#FFF", strokeColor: "#FF4560", radius: 2 }, label: { borderColor: "#FF4560", offsetY: 10, style: { color: "#FFF", background: "#FF4560" }, text: "S" } }, { x: 6, y: 614.38, marker: { offsetY: 0, size: 4, fillColor: "#FFF", strokeColor: "#52CC99", radius: 2 }, label: { borderColor: "#52CC99", offsetY: 10, style: { color: "#FFF", background: "#52CC99" }, text: "B" } }] } }; var chart = new ApexCharts(document.querySelector("#chart-4"), options); chart.render(); $("#chart-market-5").addClass("text-success");$("#chart-logo-5").addClass("bg-success"); $("#chart-logo-5").attr('src','panel/assets/images/icons/crypto/svg/comp.svg'); $("#chart-market-5").html("LONG 10x"); $("#chart-strategy-5").html("Scalping"); $("#chart-end-pnl-5").html("+9.63%"); //Chart 5 var options = { series: [{ data: [16.73, 16.73, 16.77, 16.77, 16.62, 16.780000000000000000, 16.76] }], chart: { type: 'area', height: 100, width: '100%', sparkline: { enabled: true } }, stroke: { curve: 'smooth', width: 3, }, grid: { padding: { top: 20, bottom: 30 } }, colors: ['#52CC99'], fill: { type: 'gradient', gradient: { shadeIntensity: 1, inverseColors: false, opacityFrom: 0.45, opacityTo: 0.05, stops: [20, 100, 100, 100] }, }, tooltip: { fixed: { enabled: false }, x: { show: false }, y: { title: { formatter: function (seriesName) { return '$' } } }, marker: { show: false } }, annotations: { yaxis: [{ x: 5, y: 16.62, borderColor: "#52CC99", offsetY: 0, }, { x: 6, y: 16.780000000000000000, borderColor: "#FF4560", offsetY: 0, }], points: [{ x: 5, y: 16.62, marker: { offsetY: 0, size: 4, fillColor: "#FFF", strokeColor: "#52CC99", radius: 2 }, label: { borderColor: "#52CC99", offsetY: 10, style: { color: "#FFF", background: "#52CC99" }, text: "B" } }, { x: 6, y: 16.780000000000000000, marker: { offsetY: 0, size: 4, fillColor: "#FFF", strokeColor: "#FF4560", radius: 2 }, label: { borderColor: "#FF4560", offsetY: 29, style: { color: "#FFF", background: "#FF4560" }, text: "S" } }] } }; var chart = new ApexCharts(document.querySelector("#chart-5"), options); chart.render(); $("#chart-market-6").addClass("text-danger");$("#chart-logo-6").addClass("bg-danger"); $("#chart-logo-6").attr('src','panel/assets/images/icons/crypto/svg/alice.svg'); $("#chart-market-6").html("SHORT 10x"); $("#chart-strategy-6").html("Scalping"); $("#chart-end-pnl-6").html("+7.17%"); //Chart 6 var options = { series: [{ data: [0.109, 0.109, 0.108, 0.107, 0.108, 0.10723088, 0.108] }], chart: { type: 'area', height: 100, width: '100%', sparkline: { enabled: true } }, stroke: { curve: 'smooth', width: 3, }, grid: { padding: { top: 20, bottom: 30 } }, colors: ['#FF4560'], fill: { type: 'gradient', gradient: { shadeIntensity: 1, inverseColors: false, opacityFrom: 0.45, opacityTo: 0.05, stops: [20, 100, 100, 100] }, }, tooltip: { fixed: { enabled: false }, x: { show: false }, y: { title: { formatter: function (seriesName) { return '$' } } }, marker: { show: false } }, annotations: { yaxis: [{ x: 5, y: 0.108, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 0.10723088, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 0.108, marker: { offsetY: 0, size: 4, fillColor: "#FFF", strokeColor: "#FF4560", radius: 2 }, label: { borderColor: "#FF4560", offsetY: 10, style: { color: "#FFF", background: "#FF4560" }, text: "S" } }, { x: 6, y: 0.10723088, marker: { offsetY: 0, size: 4, fillColor: "#FFF", strokeColor: "#52CC99", radius: 2 }, label: { borderColor: "#52CC99", offsetY: 10, style: { color: "#FFF", background: "#52CC99" }, text: "B" } }] } }; var chart = new ApexCharts(document.querySelector("#chart-6"), options); chart.render(); $("#chart-market-7").addClass("text-success");$("#chart-logo-7").addClass("bg-success"); $("#chart-logo-7").attr('src','panel/assets/images/icons/crypto/svg/pixel.svg'); $("#chart-market-7").html("LONG 10x"); $("#chart-strategy-7").html("Scalping"); $("#chart-end-pnl-7").html("+5.04%"); //Chart 7 var options = { series: [{ data: [0.0078560, 0.0079180, 0.0079340, 0.0079600, 0.00794, 0.007980000000000000, 0.0080010] }], chart: { type: 'area', height: 100, width: '100%', sparkline: { enabled: true } }, stroke: { curve: 'smooth', width: 3, }, grid: { padding: { top: 20, bottom: 30 } }, colors: ['#52CC99'], fill: { type: 'gradient', gradient: { shadeIntensity: 1, inverseColors: false, opacityFrom: 0.45, opacityTo: 0.05, stops: [20, 100, 100, 100] }, }, tooltip: { fixed: { enabled: false }, x: { show: false }, y: { title: { formatter: function (seriesName) { return '$' } } }, marker: { show: false } }, annotations: { yaxis: [{ x: 5, y: 0.00794, borderColor: "#52CC99", offsetY: 0, }, { x: 6, y: 0.007980000000000000, borderColor: "#FF4560", offsetY: 0, }], points: [{ x: 5, y: 0.00794, marker: { offsetY: 0, size: 4, fillColor: "#FFF", strokeColor: "#52CC99", radius: 2 }, label: { borderColor: "#52CC99", offsetY: 10, style: { color: "#FFF", background: "#52CC99" }, text: "B" } }, { x: 6, y: 0.007980000000000000, marker: { offsetY: 0, size: 4, fillColor: "#FFF", strokeColor: "#FF4560", radius: 2 }, label: { borderColor: "#FF4560", offsetY: 29, style: { color: "#FFF", background: "#FF4560" }, text: "S" } }] } }; var chart = new ApexCharts(document.querySelector("#chart-7"), options); chart.render(); $("#chart-market-8").addClass("text-danger");$("#chart-logo-8").addClass("bg-danger"); $("#chart-logo-8").attr('src','panel/assets/images/icons/crypto/svg/hmstr.svg'); $("#chart-market-8").html("SHORT 10x"); $("#chart-strategy-8").html("Scalping"); $("#chart-end-pnl-8").html("+4.51%"); //Chart 8 var options = { series: [{ data: [0.0001337, 0.0001331, 0.0001331, 0.0001329, 0.0001335, 0.0001329, 0.0001330] }], chart: { type: 'area', height: 100, width: '100%', sparkline: { enabled: true } }, stroke: { curve: 'smooth', width: 3, }, grid: { padding: { top: 20, bottom: 30 } }, colors: ['#FF4560'], fill: { type: 'gradient', gradient: { shadeIntensity: 1, inverseColors: false, opacityFrom: 0.45, opacityTo: 0.05, stops: [20, 100, 100, 100] }, }, tooltip: { fixed: { enabled: false }, x: { show: false }, y: { title: { formatter: function (seriesName) { return '$' } } }, marker: { show: false } }, annotations: { yaxis: [{ x: 5, y: 0.0001335, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 0.0001329, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 0.0001335, marker: { offsetY: 0, size: 4, fillColor: "#FFF", strokeColor: "#FF4560", radius: 2 }, label: { borderColor: "#FF4560", offsetY: 10, style: { color: "#FFF", background: "#FF4560" }, text: "S" } }, { x: 6, y: 0.0001329, marker: { offsetY: 0, size: 4, fillColor: "#FFF", strokeColor: "#52CC99", radius: 2 }, label: { borderColor: "#52CC99", offsetY: 10, style: { color: "#FFF", background: "#52CC99" }, text: "B" } }] } }; var chart = new ApexCharts(document.querySelector("#chart-8"), options); chart.render(); $("#chart-market-9").addClass("text-danger");$("#chart-logo-9").addClass("bg-danger"); $("#chart-market-10").addClass("text-danger");$("#chart-logo-10").addClass("bg-danger"); $("#trades-table").html('
Gala

Gala GALA

+4.07%FUTURESLONG 10xP.I.Scalping
Zcash

Zcash ZEC

+6.87%FUTURESSHORT 10xC.B.Scalping
Ontology

Ontology ONT

+29.89%FUTURESSHORT 10xC.B.Scalping
BinanceCoin

BinanceCoin BNB

+5.03%FUTURESSHORT 10xC.B.Scalping
Compound

Compound COMP

+9.63%FUTURESLONG 10xรถ.k.k.Scalping
MyNeighborAlice

MyNeighborAlice ALICE

+7.17%FUTURESSHORT 10xC.B.Scalping
Pixels

Pixels PIXEL

+5.04%FUTURESLONG 10xa.m.d.Scalping
HamsterKombat

HamsterKombat HMSTR

+4.51%FUTURESSHORT 10xC.B.Scalping
MultiversX

MultiversX EGLD

+6.28%FUTURESSHORT 10xC.B.Scalping
Harmony

Harmony ONE

+4.69%FUTURESSHORT 10xC.B.Scalping'); $("#cumulative-pnl").html("24965%"); $("tr.tradedata").mouseover(function() { //$("."+this.id).css('background-color', '#77FF99'); $("."+this.id).removeClass('shadow'); $("."+this.id).css('box-shadow', '0 0 3px #646af6'); }).mouseout(function() { //$("."+this.id).css('background-color', 'transparent'); $("."+this.id).addClass('shadow'); $("."+this.id).css('box-shadow', ''); });