Discussione: Regolo Pugne-Regolo 2010
Visualizza messaggio singolo
Vecchio 12-03-2010, 15:46   #469 (permalink)
f4f
翠鸟科
 
L'avatar di f4f
 
Data registrazione: Oct 2003
Località: taglialegna da CiubeBBa;at Tokyo as Zenigata;capt Orr;lednàcèk;Orazio;and miles to go before I sleep
Messaggi: 33,999
Citazione:
Originalmente inviato da Pek Visualizza messaggio
OK


No

ottimo

il MDD storico di 6130 si otterrebbe usando la formula

The following pseudocode computes the Drawdown ("DD") and Max Drawdown ("MDD") of the varialbe "NAV", the Net Asset Value of an investment. Drawdown and Max Drawdown are calculated as percentages:
MDD = 0
peak = -99999
for i = 1 to N step 1
if(NAV[i] > peak) then peak = NAV[i]
DD[i] = 100.0 * (peak - NAV[i]) / peak
if(DD[i] > MDD) then MDD = DD[i]
endfor




giusto?
__________________
per aspera ad astra,
ma che fatica però
f4f non è connesso   Rispondi citando