bulogna
Forumer storico
BELLISSIMA QUESTA STORIA!! DONNA BELLISSIMA CERCA MILIONARIO!!
martedì 19 gennaio 2010 alle ore 18.09
Una donna di New York - USA - ha scritto a
Strepitosa
BELLISSIMA QUESTA STORIA!! DONNA BELLISSIMA CERCA MILIONARIO!!
martedì 19 gennaio 2010 alle ore 18.09
Una donna di New York - USA - ha scritto a
Strepitosa
var: sotto,sopra,cond1,cond2;
sotto = (O-L);
sopra = (H-C);
cond1 = R*20/100;
cond2 = R*30/100;
if sotto <= cond1 and sopra >= cond2 and R > MOV(R,10,s) then
colorbar(blue); endif;
var: sotto,sopra,cond1,cond2,cond3,cond4;
sotto = (O-L);
sopra = (H-C);
cond1 = R*20/100;
cond2 = R*30/100;
cond3 = (O-C) < cond1 and B;
cond4 = (C-O) < cond1 and W;
if sotto <= cond1 and sopra >= cond2 and R > MOV(R,10,s) then
colorbar(blue); endif;
if cond3 = true then colorbar(black); endif;
if cond4 = true then colorbar(black); endif;
grafo
Su vt c'è la funzione e si può plottare sul grafico mettendo i valori desideratiSecondo voi, è possibile plottare sul grafico fibo come queste in VT ?
Grazie