Hello all,
I was wondering if there is someone who is excel savvy that could convert the following excel program into an efs.
The program attempts to locate when a securities volume data has reversed from bullish to bearish and vica versa...
Volume Reversal Alerts = (If((H<Ref(H,-1)) AND (L<Ref(L,-1)) AND (V<Ref(V,-1)),-1,(If((H>Ref(H,-1)) AND (L>Ref(L,-1)) AND (V>Ref(V,-1)),1,0))))
Cheers
Carlton
I was wondering if there is someone who is excel savvy that could convert the following excel program into an efs.
The program attempts to locate when a securities volume data has reversed from bullish to bearish and vica versa...
Volume Reversal Alerts = (If((H<Ref(H,-1)) AND (L<Ref(L,-1)) AND (V<Ref(V,-1)),-1,(If((H>Ref(H,-1)) AND (L>Ref(L,-1)) AND (V>Ref(V,-1)),1,0))))
Cheers
Carlton
Comment