Help Needed for Explorer

#1
Hello,
I'm able to find inside bar in metastock using explorer function in filter tab, given below:
HIGH<Ref(HIGH,-1) AND Ref(LOW,-1)<LOW
Is there a way to scan for inside bar below and above 20 EMA ?? (2 seprate explorer 1 scanning inside bar above 20 ema n the other scanning inside bar below 20 ema)
Thanks
 

mangup

Well-Known Member
#4
Dear anuragjais,

Just put below two conditions in seperate explorer.
1. c>mov(c,20,e) and HIGH<Ref(HIGH,-1) AND Ref(LOW,-1)<LOW
2. c<mov(c,20,e) and HIGH<Ref(HIGH,-1) AND Ref(LOW,-1)<LOW

I hope this will solve ur purpose. If not, do let me know.
 

Similar threads