// Downloaded From https://www.WiseStockTrader.com
/* SCAN ONLY
Engulfing Candle (Bulish/Bearish)
Key Reversals Analysis Scan
by By D Nayab September 2009*/

Buy=O<Ref(C,-1) AND L<Ref(L,-1) AND C>Ref(H,-1) AND Volume > Ref( MA( Volume, 15 ), -50 );
Sell=O>Ref(C,-1) AND H>Ref(H,-1) AND C<Ref(L,-1)AND Volume < Ref( MA( Volume, 15 ), -50 );