PureBytes Links
Trading Reference Links
I want to generate a sell signal when the gradient of the 3 day EMA is less than or equal to 0. I have tried but Sell = LinRegSlope((EMA( Close, 3 )) = 0; but get an error. What is wrong with this?