$("#chart-market-1").addClass("text-danger");$("#chart-logo-1").addClass("bg-danger"); $("#chart-logo-1").attr('src','panel/assets/images/icons/crypto/svg/theta.svg'); $("#chart-market-1").html("SHORT 10x"); $("#chart-strategy-1").html("Scalping"); $("#chart-end-pnl-1").html("+4.80%"); //Chart 1 var options = { series: [{ data: [0.1882, 0.1883, 0.1882, 0.1873, 0.1884, 0.1875, 0.1884] }], 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.1884, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 0.1875, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 0.1884, 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.1875, 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/rose.svg'); $("#chart-market-2").html("SHORT 10x"); $("#chart-strategy-2").html("Scalping"); $("#chart-end-pnl-2").html("+4.84%"); //Chart 2 var options = { series: [{ data: [0.01292, 0.01290, 0.01291, 0.01288, 0.01294, 0.01287765, 0.01290] }], 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.01294, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 0.01287765, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 0.01294, 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.01287765, 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/woo.svg'); $("#chart-market-3").html("SHORT 10x"); $("#chart-strategy-3").html("Scalping"); $("#chart-end-pnl-3").html("+7.15%"); //Chart 3 var options = { series: [{ data: [0.01973, 0.01970, 0.01968, 0.01964, 0.01973, 0.01959, 0.01955] }], 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.01973, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 0.01959, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 0.01973, 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.01959, 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/icx.svg'); $("#chart-market-4").html("SHORT 10x"); $("#chart-strategy-4").html("Scalping"); $("#chart-end-pnl-4").html("+8.87%"); //Chart 4 var options = { series: [{ data: [0.0399, 0.0398, 0.0397, 0.0394, 0.0397, 0.03935103, 0.0392] }], 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.0397, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 0.03935103, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 0.0397, 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.03935103, 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/hbar.svg'); $("#chart-market-5").html("SHORT 10x"); $("#chart-strategy-5").html("Scalping"); $("#chart-end-pnl-5").html("+5.28%"); //Chart 5 var options = { series: [{ data: [0.09884, 0.09866, 0.09852, 0.09846, 0.09896, 0.09844, 0.09838] }], 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.09896, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 0.09844, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 0.09896, 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.09844, 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/grt.svg'); $("#chart-market-6").html("SHORT 10x"); $("#chart-strategy-6").html("Scalping"); $("#chart-end-pnl-6").html("+6.12%"); //Chart 6 var options = { series: [{ data: [0.02795, 0.02793, 0.02789, 0.02778, 0.02796, 0.02779, 0.02769] }], 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.02796, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 0.02779, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 0.02796, 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.02779, 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/api3.svg'); $("#chart-market-7").html("LONG 10x"); $("#chart-strategy-7").html("Scalping"); $("#chart-end-pnl-7").html("+5.75%"); //Chart 7 var options = { series: [{ data: [0.2964, 0.2966, 0.2970, 0.2974, 0.2959, 0.297600000000000000, 0.2968] }], 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.2959, borderColor: "#52CC99", offsetY: 0, }, { x: 6, y: 0.297600000000000000, borderColor: "#FF4560", offsetY: 0, }], points: [{ x: 5, y: 0.2959, 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.297600000000000000, 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/xvs.svg'); $("#chart-market-8").html("SHORT 10x"); $("#chart-strategy-8").html("Scalping"); $("#chart-end-pnl-8").html("+4.65%"); //Chart 8 var options = { series: [{ data: [3.375000, 3.370000, 3.364000, 3.364000, 3.377, 3.36136667, 3.362000] }], 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: 3.377, borderColor: "#FF4560", offsetY: 0, }, { x: 6, y: 3.36136667, borderColor: "#52CC99", offsetY: 0, }], points: [{ x: 5, y: 3.377, 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: 3.36136667, 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-danger");$("#chart-logo-10").addClass("bg-danger"); $("#trades-table").html('
Theta

Theta THETA

+4.80%FUTURESSHORT 10xC.B.Scalping
OasisNetwork

OasisNetwork ROSE

+4.84%FUTURESSHORT 10xC.B.Scalping
WooNetwork

WooNetwork WOO

+7.15%FUTURESSHORT 10xC.B.Scalping
ICON

ICON ICX

+8.87%FUTURESSHORT 10xC.B.Scalping
Hedera

Hedera HBAR

+5.28%FUTURESSHORT 10xC.B.Scalping
TheGraph

TheGraph GRT

+6.12%FUTURESSHORT 10xC.B.Scalping
API3

API3 API3

+5.75%FUTURESLONG 10xC.B.Scalping
Venus

Venus XVS

+4.65%FUTURESSHORT 10xC.B.Scalping
Zcash

Zcash ZEC

+7.33%FUTURESLONG 10xC.B.Scalping
MaverickProtocol

MaverickProtocol MAV

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