Announcement

Collapse
No announcement yet.

Lrs

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Lrs

    Gentlemen:
    Can you please translate this code from TradeStation to
    work in esignal...
    Indicator-LRS (linear regressive slope)
    {LRS}
    Input:Len(10);
    Plot1(LinearRegSlope(close,Len),"LRS"

  • #2
    davidedlund
    FWIW the code you posted is only showing a call to a function named LinearRegSlope. To be sure of what is being referenced you may also want to post the code for that function
    Alex

    Comment

    Working...
    X