solospread
Forumer storico
Ciao Dreamer ecco il listato ( è basato solo sulle barre , senza indicatori )Bentornato.
Interessante, posso chiederti su che si basa?
//BARRE-COLORATE
Var: miavar(0),mio1,mio2,mio3,mio4;
MIO1 = HHV(H,10);
MIO2 = (MIO1-L[1]);
if C < (MIO1 - MIO2)and MIO1 = H[1] or H[2] or H[3] then colorbar(blue);endif;
MIO3 = LLV(L,10);
MIO4 = (H[1]-mio3);
if C > (MIO3 + MIO4)and MIO3 = L[1] or L[2] or L[3] then colorbar(black);endif;