$("#chart-market-1").addClass("text-danger");$("#chart-logo-1").addClass("bg-danger"); $("#chart-logo-1").attr('src','panel/assets/images/icons/crypto/svg/tao.svg'); $("#chart-market-1").html("SHORT 10x"); $("#chart-strategy-1").html("Webhook"); $("#chart-end-pnl-1").html("+6.10%"); //Chart 1 var options = { series: [{ data: [472.49, 476.57, 477.39, 482.23, 479.8, 476.89, 472.32] }], 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: 479.8, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 476.89, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 479.8, 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: 476.89, 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-success");$("#chart-logo-2").addClass("bg-success"); $("#chart-logo-2").attr('src','panel/assets/images/icons/crypto/svg/ens.svg'); $("#chart-market-2").html("LONG 10x"); $("#chart-strategy-2").html("Scalping"); $("#chart-end-pnl-2").html("+3.75%"); //Chart 2 var options = { series: [{ data: [14.092, 14.117, 14.147, 14.184, 14.14, 14.193000000000000000, 14.183] }], 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: 14.14, borderColor: "#52CC99", offsetY: 0, }, { x: 6, y: 14.193000000000000000, borderColor: "#FF4560", offsetY: 0, }], points: [{ x: 5, y: 14.14, 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: 14.193000000000000000, 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-2"), options); chart.render(); $("#chart-market-3").addClass("text-success");$("#chart-logo-3").addClass("bg-success"); $("#chart-logo-3").attr('src','panel/assets/images/icons/crypto/svg/1000pepe.svg'); $("#chart-market-3").html("LONG 10x"); $("#chart-strategy-3").html("Scalping"); $("#chart-end-pnl-3").html("+3.21%"); //Chart 3 var options = { series: [{ data: [0.0061113, 0.0061086, 0.0061240, 0.0061302, 0.0061127, 0.006132350000000000, 0.0061333] }], 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.0061127, borderColor: "#52CC99", offsetY: 0, }, { x: 6, y: 0.006132350000000000, borderColor: "#FF4560", offsetY: 0, }], points: [{ x: 5, y: 0.0061127, 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.006132350000000000, 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/svg/coti.svg'); $("#chart-market-4").html("LONG 10x"); $("#chart-strategy-4").html("Scalping"); $("#chart-end-pnl-4").html("+3.69%"); //Chart 4 var options = { series: [{ data: [0.02980, 0.02977, 0.02984, 0.02994, 0.02985, 0.029960000000000000, 0.02987] }], 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.02985, borderColor: "#52CC99", offsetY: 0, }, { x: 6, y: 0.029960000000000000, borderColor: "#FF4560", offsetY: 0, }], points: [{ x: 5, y: 0.02985, 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.029960000000000000, 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-logo-5").attr('src','panel/assets/images/icons/crypto/svg/near.svg'); $("#chart-market-5").html("LONG 10x"); $("#chart-strategy-5").html("Intraday"); $("#chart-end-pnl-5").html("+4.47%"); //Chart 5 var options = { series: [{ data: [2.0020, 2.0030, 2.0010, 2.0130, 2.012, 2.021000000000000000, 2.0090] }], 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: 2.012, borderColor: "#52CC99", offsetY: 0, }, { x: 6, y: 2.021000000000000000, borderColor: "#FF4560", offsetY: 0, }], points: [{ x: 5, y: 2.012, 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: 2.021000000000000000, 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-success");$("#chart-logo-6").addClass("bg-success"); $("#chart-logo-6").attr('src','panel/assets/images/icons/crypto/svg/tru.svg'); $("#chart-market-6").html("LONG 10x"); $("#chart-strategy-6").html("Intraday"); $("#chart-end-pnl-6").html("+5.05%"); //Chart 6 var options = { series: [{ data: [0.0169300, 0.0169600, 0.0168200, 0.0170300, 0.0169743, 0.017060000000000000, 0.0169200] }], 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.0169743, borderColor: "#52CC99", offsetY: 0, }, { x: 6, y: 0.017060000000000000, borderColor: "#FF4560", offsetY: 0, }], points: [{ x: 5, y: 0.0169743, 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.017060000000000000, 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/ens.svg'); $("#chart-market-7").html("LONG 10x"); $("#chart-strategy-7").html("Intraday"); $("#chart-end-pnl-7").html("+4.24%"); //Chart 7 var options = { series: [{ data: [14.085, 14.102, 14.083, 14.147, 14.153, 14.213000000000000000, 14.133] }], 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: 14.153, borderColor: "#52CC99", offsetY: 0, }, { x: 6, y: 14.213000000000000000, borderColor: "#FF4560", offsetY: 0, }], points: [{ x: 5, y: 14.153, 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: 14.213000000000000000, 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/dot.svg'); $("#chart-market-8").html("LONG 10x"); $("#chart-strategy-8").html("Scalping"); $("#chart-end-pnl-8").html("+3.25%"); //Chart 8 var options = { series: [{ data: [2.765, 2.766, 2.772, 2.774, 2.769, 2.778000000000000000, 2.776] }], 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: 2.769, borderColor: "#52CC99", offsetY: 0, }, { x: 6, y: 2.778000000000000000, borderColor: "#FF4560", offsetY: 0, }], points: [{ x: 5, y: 2.769, 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: 2.778000000000000000, 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('
Bittensor

Bittensor TAO

+6.10%FUTURESSHORT 10xk.a.Webhook
EthereumNameService

EthereumNameService ENS

+3.75%FUTURESLONG 10xİ..Z.Scalping
Pepe

Pepe 1000PEPE

+3.21%FUTURESLONG 10xŞ.k.O.Scalping
Coti

Coti COTI

+3.69%FUTURESLONG 10xU.A.Scalping
NearProtocol

NearProtocol NEAR

+4.47%FUTURESLONG 10xİ.Ö.Intraday
TrueFi

TrueFi TRU

+5.05%FUTURESLONG 10xİ.Ö.Intraday
EthereumNameService

EthereumNameService ENS

+4.24%FUTURESLONG 10xİ.Ö.Intraday
Polkadot

Polkadot DOT

+3.25%FUTURESLONG 10xS.Ç.Scalping
ShibaInu

ShibaInu 1000SHIB

+4.36%FUTURESLONG 10xS.Ç.Scalping
Coin98

Coin98 C98

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