wide

  1. C

    How to detect a Elephant Bar ? aka Wide Range Bar

    Hello all! :thumb: I'm trying to identify WRB using afl but i already tried a hundred ways and nothing!!! This is the last code... //ElefanteDown = (O > C) AND ((O-C) > ((Median(O,19) - Median(C,19)))); ElefanteDown = (O > C) AND Volume > Median(Volume, 19) AND (O-C) >...