Dear Alls,
I have posted my 2 queries here but none of them answered !!!!!
OK fine .
I m posting one more query here:-
I want to check if previous day's Low is equal to the lowest low for
last ten days
so i make an AFL like that
**********************************
LL = LLV( L , 10);
Prev_L = Ref(L , -1):
Cond1 = Prev_L == LL ;
*************************************
Now here Cond1 would be true only if Prev day's low is equal to lowest
low of last 10 days,
but when i explore it given me signal wrong singal even i have chked it
usign
I dont knwo it is happening , if some one can guide me where i wrong.
Regards
Abbas Ali