--- In [email protected], "jeffro861" <[EMAIL PROTECTED]> wrote: > > Thanks for the response! This seems like it would work but when I > try and plot this function it doesn't show anything, but at least I'm > not getting an error message. Does anybody have any idea why?
#include_once <varPeriodRSI.afl> Plot(varPeriodRSI(C,14),"",colorRed); period=IIf(C>O,5,25); Plot(varPeriodRSI((H+L)/2,period),"",colorBlue); The above code works for me, show the code you are using. Bill
