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

re: FEAR function



PureBytes Links

Trading Reference Links

For what it's worth, the FEAR function can be written simpler & faster using:
    FEAR= (highest(High,length)+Lowest(Low,length))/2
(equal to the same quantity as in your longer expression ! )