| 12345678910111213141516171819202122232425 |
- import math
- verb = 0
- PortefeuilleInit = 80000
- nbCouche0 = (30*41)
- nbCouche4 = 40
- #Les valeurs pour l'evaluation des achats/ventes
- Achat1 = 2000
- Achat2 = 1000
- Achat3 = 500
- Frais = 3.9
- #Valeurs a modifier
- Numero = 1
- nbCouche1 = 1360
- nbCouche2 = 700
- nbCouche3 = 370
- resAchat1 = 0.80
- resAchat2 = 0.60
- resAchat3 = 0.4
- resVente = -0.95
|