View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
LenS LenS is offline
external usenet poster
 
Posts: 15
Default What does this one line code mean?

Hi,

This line of code is in Easy Language format
What does it mean? I am not a programmer.

Inputs:

RSILength (8)
StocLength (8)

Value1 = RSI(Close, RSILength) - Lowest(RSI(Close, RSILength),
StocLength)

Thanks,
LS