Formula Volume/Price Sync
Jump to navigation
Jump to search
Ricerca delle conferme tra andamento del prezzo e crescita del volume.
Categoria: Nuovi/Ibridi
Formula per MetaStock™:
INIZIO FORMULA
If((CLOSE<Ref(CLOSE,-1) AND (V)<Ref(V,-1)),-V,(If((CLOSE>Ref(CLOSE,-1) AND (V>Ref(V,-1))),V,0)))
FINE FORMULA