accurate trend detection methods

Forums ProRealTime English forum ProOrder support accurate trend detection methods

Viewing 7 posts - 1 through 7 (of 7 total)
  • #162804

    hi,

    is there an accurate trend detention method out there?

    thanks

    #162806

    If you can definite in logic what is a trend, then it can be possible to code an accurate method 🙂

    #162810

    when i look at i chart, i draw a straight line of best fit across all candles and if the angle with respect to the horizontal is greater than 0 then it is a uptrend. vice versus for downtrend.

    #162811

    i guess moving average is a good starter

    #162819

    Ok, so you are looking at regression line slope, so you’ll get the same with:

     

    #162825

    how does the return command work?

    says there is some error on the return line

    #162842

    You have posted strategy code. RETURN is only used in indicators. Nicolas provided indicator code. Delete the RETURN line in your strategy.

Viewing 7 posts - 1 through 7 (of 7 total)

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