$("#chart-market-1").addClass("text-danger");$("#chart-logo-1").addClass("bg-danger"); $("#chart-logo-1").attr('src','panel/assets/images/icons/crypto/svg/apt.svg'); $("#chart-market-1").html("SHORT 20x"); $("#chart-strategy-1").html("Swing"); $("#chart-end-pnl-1").html("+14.95%"); //Chart 1 var options = { series: [{ data: [4.86250, 4.93090, 4.87890, 4.83770, 4.8774, 4.8412, 4.84860] }], 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: 4.8774, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 4.8412, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 4.8774, 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: 4.8412, 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/metis.svg'); $("#chart-market-2").html("SHORT 10x"); $("#chart-strategy-2").html("Scalping"); $("#chart-end-pnl-2").html("+4.38%"); //Chart 2 var options = { series: [{ data: [15.4700, 15.4600, 15.5100, 15.3200, 15.4, 15.33277291, 15.4200] }], 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: 15.4, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 15.33277291, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 15.4, 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: 15.33277291, 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/xvg.svg'); $("#chart-market-3").html("SHORT 10x"); $("#chart-strategy-3").html("Webhook"); $("#chart-end-pnl-3").html("+5.56%"); //Chart 3 var options = { series: [{ data: [0.0053236, 0.0053330, 0.0053645, 0.0053838, 0.0054226, 0.0053926, 0.0053725] }], 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.0054226, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 0.0053926, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 0.0054226, 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.0053926, 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/comp.svg'); $("#chart-market-4").html("SHORT 10x"); $("#chart-strategy-4").html("Webhook"); $("#chart-end-pnl-4").html("+5.13%"); //Chart 4 var options = { series: [{ data: [44.97, 45.09, 45.17, 45.09, 45.09, 44.86, 44.70] }], 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: 45.09, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 44.86, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 45.09, 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: 44.86, 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/oxt.svg'); $("#chart-market-5").html("SHORT 10x"); $("#chart-strategy-5").html("Webhook"); $("#chart-end-pnl-5").html("+4.68%"); //Chart 5 var options = { series: [{ data: [0.0537800, 0.0537400, 0.0536200, 0.0536900, 0.0537, 0.05345, 0.0532700] }], 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.0537, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 0.05345, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 0.0537, 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.05345, 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-success");$("#chart-logo-6").addClass("bg-success"); $("#chart-logo-6").attr('src','panel/assets/images/icons/crypto/svg/mask.svg'); $("#chart-market-6").html("LONG 10x"); $("#chart-strategy-6").html("Webhook"); $("#chart-end-pnl-6").html("+5.15%"); //Chart 6 var options = { series: [{ data: [1.2470, 1.2448, 1.2429, 1.2454, 1.242, 1.248400000000000000, 1.2441] }], 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.242, borderColor: "#52CC99", offsetY: 0, }, { x: 6, y: 1.248400000000000000, borderColor: "#FF4560", offsetY: 0, }], points: [{ x: 5, y: 1.242, 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.248400000000000000, 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-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/eigen.svg'); $("#chart-market-7").html("LONG 10x"); $("#chart-strategy-7").html("Webhook"); $("#chart-end-pnl-7").html("+5.79%"); //Chart 7 var options = { series: [{ data: [1.1731000, 1.1642000, 1.1621000, 1.1557000, 1.1556, 1.162293130000000000, 1.1526000] }], 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.1556, borderColor: "#52CC99", offsetY: 0, }, { x: 6, y: 1.162293130000000000, borderColor: "#FF4560", offsetY: 0, }], points: [{ x: 5, y: 1.1556, 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.162293130000000000, 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/yfi.svg'); $("#chart-market-8").html("SHORT 10x"); $("#chart-strategy-8").html("Webhook"); $("#chart-end-pnl-8").html("+5.08%"); //Chart 8 var options = { series: [{ data: [5145.0, 5129.0, 5129.0, 5124.0, 5148, 5122, 5095.0] }], 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: 5148, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 5122, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 5148, 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: 5122, 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-success");$("#chart-logo-9").addClass("bg-success"); $("#chart-market-10").addClass("text-success");$("#chart-logo-10").addClass("bg-success"); $("#trades-table").html('
Aptos

Aptos APT

+14.95%FUTURESSHORT 20xA.İ.Swing
Metis

Metis METIS

+4.38%FUTURESSHORT 10xC.B.Scalping
Verge

Verge XVG

+5.56%FUTURESSHORT 10xS.Ç.Webhook
Compound

Compound COMP

+5.13%FUTURESSHORT 10xS.Ç.Webhook
Orchid

Orchid OXT

+4.68%FUTURESSHORT 10xS.Ç.Webhook
MaskNetwork

MaskNetwork MASK

+5.15%FUTURESLONG 10xS.Ç.Webhook
EigenLayer

EigenLayer EIGEN

+5.79%FUTURESLONG 10xU.A.Webhook
YearnFinance

YearnFinance YFI

+5.08%FUTURESSHORT 10xS.Ç.Webhook
TrueFi

TrueFi TRU

+4.96%FUTURESLONG 10xS.Ç.Webhook
LivePeer

LivePeer LPT

+3.85%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', ''); });