Exp Regression Slope Annualized with R-squared TRADINGVIEW

Forums ProRealTime English forum ProBuilder support Exp Regression Slope Annualized with R-squared TRADINGVIEW

Viewing 6 posts - 16 through 21 (of 21 total)
  • #177770

    It seems that the condition that the price should be above the GD100 (pink line) does not work

    #177782

    What is GD100 please? An MA with period 100?

    #177784

    Oh sorry yes it was the German expression. 🙂

    a simple moving average with 100 days period

    #177785

    Sorry now i see val = Momentum

    but I actually forgot one point.

    Can you still exclude stocks that have made a gap of more than 15% in the last few days?

    Thank you very much for your work

    This is what those 2 lines are for:

    testVol = abs(close/close[1]1) > 0.15
    volatile = summation[90](testVol)
    #177788

    It seems that the condition that the price should be above the GD100 (pink line) does not work

    Could you please check if you’re using a daily timeframe for your screener? There is a condition on the SMA100 so this is the only thing i can think of.

    bullish = close > Average[100](Close)

    #177790

    OK

    i try it again and now i think it works

    dont know what was the problem

Viewing 6 posts - 16 through 21 (of 21 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login