$("#chart-market-1").addClass("text-danger");$("#chart-logo-1").addClass("bg-danger"); $("#chart-logo-1").attr('src','panel/assets/images/icons/crypto/svg/trb.svg'); $("#chart-market-1").html("SHORT 10x"); $("#chart-strategy-1").html("Scalping"); $("#chart-end-pnl-1").html("+5.75%"); //Chart 1 var options = { series: [{ data: [20.465, 20.438, 20.444, 20.404, 20.495, 20.37778815, 20.384] }], 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: 20.495, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 20.37778815, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 20.495, 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: 20.37778815, 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/coti.svg'); $("#chart-market-2").html("SHORT 10x"); $("#chart-strategy-2").html("Scalping"); $("#chart-end-pnl-2").html("+7.22%"); //Chart 2 var options = { series: [{ data: [0.01447, 0.01448, 0.01448, 0.01441, 0.01453, 0.01442588, 0.01440] }], 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.01453, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 0.01442588, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 0.01453, 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.01442588, 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/celr.svg'); $("#chart-market-3").html("SHORT 10x"); $("#chart-strategy-3").html("Scalping"); $("#chart-end-pnl-3").html("+6.76%"); //Chart 3 var options = { series: [{ data: [0.0028710, 0.0028720, 0.0028670, 0.0028620, 0.0028813537929544, 0.002862, 0.0028610] }], 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.0028813537929544, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 0.002862, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 0.0028813537929544, 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.002862, 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-success");$("#chart-logo-4").addClass("bg-success"); $("#chart-logo-4").attr('src','panel/assets/images/icons/crypto/svg/dusk.svg'); $("#chart-market-4").html("LONG 10x"); $("#chart-strategy-4").html("Scalping"); $("#chart-end-pnl-4").html("+6.62%"); //Chart 4 var options = { series: [{ data: [0.14781, 0.14755, 0.14727, 0.14806, 0.14799, 0.148970000000000000, 0.14910] }], 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.14799, borderColor: "#52CC99", offsetY: 0, }, { x: 6, y: 0.148970000000000000, borderColor: "#FF4560", offsetY: 0, }], points: [{ x: 5, y: 0.14799, 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.148970000000000000, 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-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/celo.svg'); $("#chart-market-5").html("SHORT 10x"); $("#chart-strategy-5").html("Scalping"); $("#chart-end-pnl-5").html("+4.87%"); //Chart 5 var options = { series: [{ data: [0.093880, 0.094130, 0.093930, 0.093810, 0.09429, 0.0938335, 0.093590] }], 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.09429, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 0.0938335, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 0.09429, 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.0938335, 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/tlm.svg'); $("#chart-market-6").html("SHORT 10x"); $("#chart-strategy-6").html("Scalping"); $("#chart-end-pnl-6").html("+5.15%"); //Chart 6 var options = { series: [{ data: [0.0019450, 0.0019450, 0.0019480, 0.0019450, 0.001951, 0.001941, 0.0019420] }], 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.001951, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 0.001941, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 0.001951, 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.001941, 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-danger");$("#chart-logo-7").addClass("bg-danger"); $("#chart-logo-7").attr('src','panel/assets/images/icons/crypto/svg/dydx.svg'); $("#chart-market-7").html("SHORT 10x"); $("#chart-strategy-7").html("Scalping"); $("#chart-end-pnl-7").html("+7.14%"); //Chart 7 var options = { series: [{ data: [0.154800, 0.154600, 0.154900, 0.154100, 0.1551, 0.154, 0.154500] }], 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.1551, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 0.154, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 0.1551, 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.154, 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-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/id.svg'); $("#chart-market-8").html("LONG 10x"); $("#chart-strategy-8").html("Scalping"); $("#chart-end-pnl-8").html("+6.04%"); //Chart 8 var options = { series: [{ data: [0.0332500, 0.0332600, 0.0332300, 0.0333100, 0.03313, 0.033330000000000000, 0.0332200] }], 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.03313, borderColor: "#52CC99", offsetY: 0, }, { x: 6, y: 0.033330000000000000, borderColor: "#FF4560", offsetY: 0, }], points: [{ x: 5, y: 0.03313, 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.033330000000000000, 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-danger");$("#chart-logo-9").addClass("bg-danger"); $("#chart-market-10").addClass("text-danger");$("#chart-logo-10").addClass("bg-danger"); $("#trades-table").html('
Tellor

Tellor TRB

+5.75%FUTURESSHORT 10xC.B.Scalping
Coti

Coti COTI

+7.22%FUTURESSHORT 10xC.B.Scalping
CelerNetwork

CelerNetwork CELR

+6.76%FUTURESSHORT 10xC.B.Scalping
Dusk

Dusk DUSK

+6.62%FUTURESLONG 10xa.m.d.Scalping
Celo

Celo CELO

+4.87%FUTURESSHORT 10xC.B.Scalping
AlienWorlds

AlienWorlds TLM

+5.15%FUTURESSHORT 10xC.B.Scalping
dYdX

dYdX DYDX

+7.14%FUTURESSHORT 10xC.B.Scalping
SpaceID

SpaceID ID

+6.04%FUTURESLONG 10xC.B.Scalping
Memecoin

Memecoin MEME

+5.68%FUTURESSHORT 10xC.B.Scalping
Liquity

Liquity LQTY

+6.00%FUTURESSHORT 10xC.B.Scalping'); $("#cumulative-pnl").html("23544%"); $("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', ''); });