PerfectTrendLine – trend reversal how to code it?

Forums ProRealTime English forum ProOrder support PerfectTrendLine – trend reversal how to code it?

Viewing 2 posts - 1 through 2 (of 2 total)
  • #49993
    Abz

    Hello

    anyone who can help to identy what to use in this code to identify the trend reversel? basically go long when blue dot apperas and short when red dot appears

     

     

    #50018

    Basically, you can use the “r” variable value to know if the lines are currently red or not, just by adding “r” to the RETURN instruction and use this variable value in your own automatic trading strategy.

    If r=200, then this is red (bearish) and if not it is blue (bullish).

    To spot the signals, just compare if the previous “r” was in blue value and if the current one is in red value. Let me know if it is not clear for you 😉

    1 user thanked author for this post.
    avatar Abz
Viewing 2 posts - 1 through 2 (of 2 total)

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