1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
| If typeachat.Value = True And devise1.Value = True Then
prix1.Value = pricers(typeoption, s, k, rf, rd, sigma, maturité())
End If
If typeachat.Value = True And devise2.Value = True Then
prix1.Value = pricers(typeoption, s, k, rf, rd, sigma, maturité())
End If
If typevente.Value = True And devise1.Value = True Then
prix1.Value = pricers(typeoption, s, k, rf, rd, sigma, maturité())
End If
If typevente.Value = True And devise2.Value = True Then
prix1.Value = pricers(typeoption, s, k, rf, rd, sigma, maturité())
End If |
Partager