[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

afl djor



PureBytes Links

Trading Reference Links


here's another one for candle stick followers The 
Doji
whilst it doesnt show all djors as they can have a 
small devation in the open close I couldn't find a way to make it show a 
percentage move from open close...any idea's ?
 
 
 
djor = (open==close);tail=djorand h>o and 
l<o;
 
buy=tail;
 
 
 
And this is ment to show a Dragonfly djor,but some 
times it seem to ignore the low less than close (l>c) ?
It also could do with a longer tail % filter and 
idea's please 
 
 
djor = (open==close);tail=djorand 
l<c;
 
buy=tail;