$("#chart-market-1").addClass("text-danger");$("#chart-logo-1").addClass("bg-danger"); $("#chart-logo-1").attr('src','panel/assets/images/icons/crypto/png/skl.png'); $("#chart-market-1").html("SHORT 10x"); $("#chart-strategy-1").html("Intraday"); $("#chart-end-pnl-1").html("+7.52%"); //Chart 1 var options = { series: [{ data: [0.04044, 0.04066, 0.04075, 0.04033, 0.04022, 0.03992, 0.04007] }], 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.04022, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 0.03992, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 0.04022, 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.03992, 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/png/trb.png'); $("#chart-market-2").html("SHORT 10x"); $("#chart-strategy-2").html("Webhook"); $("#chart-end-pnl-2").html("+28.87%"); //Chart 2 var options = { series: [{ data: [34.769, 35.172, 36.981, 36.465, 37.389, 36.33971499, 36.569] }], 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: 37.389, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 36.33971499, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 37.389, 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: 36.33971499, 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-muted");$("#chart-logo-3").addClass("bg-muted"); $("#chart-logo-3").attr('src','panel/assets/images/icons/crypto/png/trb.png'); $("#chart-market-3").html("SPOT"); $("#chart-strategy-3").html("Daily"); $("#chart-end-pnl-3").html("+5.71%"); //Chart 3 var options = { series: [{ data: [49.22000000, 44.50000000, 38.04000000, 36.59000000, 35.030082644628, 37.030000000000000000, 36.54000000] }], 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: 35.030082644628, borderColor: "#52CC99", offsetY: 0, }, { x: 6, y: 37.030000000000000000, borderColor: "#FF4560", offsetY: 0, }], points: [{ x: 5, y: 35.030082644628, 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: 37.030000000000000000, 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-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/png/sand.png'); $("#chart-market-4").html("LONG 10x"); $("#chart-strategy-4").html("Webhook"); $("#chart-end-pnl-4").html("+8.74%"); //Chart 4 var options = { series: [{ data: [0.39873, 0.39996, 0.40012, 0.40169, 0.40066, 0.404159980000000000, 0.40085] }], 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.40066, borderColor: "#52CC99", offsetY: 0, }, { x: 6, y: 0.404159980000000000, borderColor: "#FF4560", offsetY: 0, }], points: [{ x: 5, y: 0.40066, 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.404159980000000000, 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-success");$("#chart-logo-5").addClass("bg-success"); $("#chart-market-6").addClass("text-success");$("#chart-logo-6").addClass("bg-success"); $("#chart-market-7").addClass("text-danger");$("#chart-logo-7").addClass("bg-danger"); $("#chart-market-8").addClass("text-danger");$("#chart-logo-8").addClass("bg-danger"); $("#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('
Skale

Skale SKL

+7.52%FUTURESSHORT 10xB.D.Intraday
Tellor

Tellor TRB

+28.87%FUTURESSHORT 10xS.Ç.Webhook
Tellor

Tellor TRB

+5.71%SPOTSPOTC.B.Daily
TheSandbox

TheSandbox SAND

+8.74%FUTURESLONG 10xS.Ç.Webhook
Arkham

Arkham ARKM

+5.67%FUTURESLONG 10xU.A.Webhook
dYdX

dYdX DYDX

+9.77%FUTURESLONG 10xS.Ç.Webhook
SpaceID

SpaceID ID

+4.75%FUTURESSHORT 10xB.D.Scalping
Neo

Neo NEO

+4.21%FUTURESSHORT 10xB.D.Scalping
Flamingo

Flamingo FLM

+10.39%FUTURESSHORT 10xS.Ç.Webhook
Quant

Quant QNT

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