Spread
spread = -spreadApproaching * (relativePriceDifference) ** curveAmplification + spreadApproaching
curveAmplification = 100;
spreadApproaching = 0.004;

Last updated
Was this helpful?
spread = -spreadApproaching * (relativePriceDifference) ** curveAmplification + spreadApproaching
curveAmplification = 100;
spreadApproaching = 0.004;

Last updated
Was this helpful?
Was this helpful?