remove log
This commit is contained in:
parent
c2db43f5ed
commit
930cf00f5f
@ -580,10 +580,9 @@
|
|||||||
dataPoints.push([s, aggregatedPayoff]);
|
dataPoints.push([s, aggregatedPayoff]);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Calculate break-even and metrics for single-leg strategies
|
|
||||||
metrics = calculateMetrics();
|
metrics = calculateMetrics();
|
||||||
calculateBreakevenPrice(dataPoints);
|
calculateBreakevenPrice(dataPoints);
|
||||||
console.log(userStrategy);
|
//console.log(userStrategy);
|
||||||
const options = {
|
const options = {
|
||||||
credits: { enabled: false },
|
credits: { enabled: false },
|
||||||
chart: {
|
chart: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user