Global_44.py 336 B

12345678910111213141516171819202122232425
  1. import math
  2. verb = 0
  3. PortefeuilleInit = 80000
  4. nbCouche0 = (30*41)
  5. nbCouche4 = 40
  6. #Les valeurs pour l'evaluation des achats/ventes
  7. Achat1 = 2000
  8. Achat2 = 1000
  9. Achat3 = 500
  10. Frais = 3.9
  11. #Valeurs a modifier
  12. Numero = 1
  13. nbCouche1 = 910
  14. nbCouche2 = 620
  15. nbCouche3 = 330
  16. resAchat1 = 0.80
  17. resAchat2 = 0.60
  18. resAchat3 = 0.4
  19. resVente = -0.95