View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default What does this one line code mean?

Think you are in the wrong group. The Easy Language format has nothing to do
with Excel or the Programming of Excel.

--
Regards,
Tom Ogilvy

"LenS" wrote in message
ups.com...
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