$("#chart-market-1").addClass("text-danger");$("#chart-logo-1").addClass("bg-danger"); $("#chart-logo-1").attr('src','panel/assets/images/icons/crypto/svg/bake.svg'); $("#chart-market-1").html("SHORT 10x"); $("#chart-strategy-1").html("Webhook"); $("#chart-end-pnl-1").html("+5.94%"); //Chart 1 var options = { series: [{ data: [0.1010, 0.1009, 0.1009, 0.1015, 0.1016, 0.101, 0.1011] }], 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.1016, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 0.101, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 0.1016, 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.101, 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-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/perp.svg'); $("#chart-market-2").html("SHORT 10x"); $("#chart-strategy-2").html("Webhook"); $("#chart-end-pnl-2").html("+4.77%"); //Chart 2 var options = { series: [{ data: [0.231200, 0.230900, 0.230000, 0.231500, 0.2315, 0.2304, 0.230200] }], 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.2315, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 0.2304, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 0.2315, 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.2304, 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/blur.svg'); $("#chart-market-3").html("SHORT 10x"); $("#chart-strategy-3").html("Webhook"); $("#chart-end-pnl-3").html("+4.75%"); //Chart 3 var options = { series: [{ data: [0.0717900, 0.0717700, 0.0716100, 0.0718700, 0.07185, 0.07151, 0.0714600] }], 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.07185, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 0.07151, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 0.07185, 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.07151, 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/iota.svg'); $("#chart-market-4").html("SHORT 10x"); $("#chart-strategy-4").html("Webhook"); $("#chart-end-pnl-4").html("+5.67%"); //Chart 4 var options = { series: [{ data: [0.1587, 0.1588, 0.1590, 0.1594, 0.1597, 0.1588, 0.1586] }], 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.1597, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 0.1588, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 0.1597, 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.1588, 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-danger");$("#chart-logo-5").addClass("bg-danger"); $("#chart-logo-5").attr('src','panel/assets/images/icons/crypto/svg/arkm.svg'); $("#chart-market-5").html("SHORT 10x"); $("#chart-strategy-5").html("Webhook"); $("#chart-end-pnl-5").html("+3.87%"); //Chart 5 var options = { series: [{ data: [0.4627000, 0.4627000, 0.4622000, 0.4673000, 0.4675, 0.4657, 0.4639000] }], 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.4675, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 0.4657, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 0.4675, 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.4657, 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-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/1000bonk.svg'); $("#chart-market-6").html("SHORT 10x"); $("#chart-strategy-6").html("Webhook"); $("#chart-end-pnl-6").html("+5.62%"); //Chart 6 var options = { series: [{ data: [0.0143970, 0.0145860, 0.0147400, 0.0147980, 0.0147756, 0.014693, 0.0146970] }], 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.0147756, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 0.014693, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 0.0147756, 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.014693, 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/mtl.svg'); $("#chart-market-7").html("LONG 10x"); $("#chart-strategy-7").html("Webhook"); $("#chart-end-pnl-7").html("+5.42%"); //Chart 7 var options = { series: [{ data: [0.6618, 0.6665, 0.6658, 0.6626, 0.6641, 0.667700000000000000, 0.6659] }], 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.6641, borderColor: "#52CC99", offsetY: 0, }, { x: 6, y: 0.667700000000000000, borderColor: "#FF4560", offsetY: 0, }], points: [{ x: 5, y: 0.6641, 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.667700000000000000, 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-success");$("#chart-logo-8").addClass("bg-success"); $("#chart-logo-8").attr('src','panel/assets/images/icons/crypto/svg/tia.svg'); $("#chart-market-8").html("LONG 10x"); $("#chart-strategy-8").html("Webhook"); $("#chart-end-pnl-8").html("+3.90%"); //Chart 8 var options = { series: [{ data: [1.3784000, 1.3999000, 1.3961000, 1.3888000, 1.391081, 1.396500000000000000, 1.3922000] }], 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: 1.391081, borderColor: "#52CC99", offsetY: 0, }, { x: 6, y: 1.396500000000000000, borderColor: "#FF4560", offsetY: 0, }], points: [{ x: 5, y: 1.391081, 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: 1.396500000000000000, 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-8"), options); chart.render(); $("#chart-market-9").addClass("text-success");$("#chart-logo-9").addClass("bg-success"); $("#chart-market-10").addClass("text-success");$("#chart-logo-10").addClass("bg-success"); $("#trades-table").html('
BakeryToken

BakeryToken BAKE

+5.94%FUTURESSHORT 10xS.Ç.Webhook
PerpetualProtocol

PerpetualProtocol PERP

+4.77%FUTURESSHORT 10xS.Ç.Webhook
Blur

Blur BLUR

+4.75%FUTURESSHORT 10xS.Ç.Webhook
IOTA

IOTA IOTA

+5.67%FUTURESSHORT 10xS.Ç.Webhook
Arkham

Arkham ARKM

+3.87%FUTURESSHORT 10xS.Ç.Webhook
Bonk

Bonk 1000BONK

+5.62%FUTURESSHORT 10xS.Ç.Webhook
MetalDAO

MetalDAO MTL

+5.42%FUTURESLONG 10xS.Ç.Webhook
Celestia

Celestia TIA

+3.90%FUTURESLONG 10xS.Ç.Webhook
Gmx

Gmx GMX

+5.71%FUTURESLONG 10xS.Ç.Webhook
KernelDAO

KernelDAO KERNEL

+9.23%FUTURESLONG 10xS.Ç.Webhook'); $("#cumulative-pnl").html("24576%"); $("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', ''); });