Wing's Trend Lines Indicator

Forums ProRealTime English forum ProBuilder support Wing's Trend Lines Indicator

Viewing 3 posts - 1 through 3 (of 3 total)
  • #45799

    Hello.

    I thought I would make a thread for this indicator I submitted to the library. Details about it you can find here: https://www.prorealcode.com/prorealtime-indicators/wings-trend-lines/

    A lot of people have asked about the trend lines included in ProRealTime, but you can’t access them in your strategies. Well, now you sort of can, or something even better.

    If you want to discuss improvements or how to use for your trading (manual or automated) you can do that here.

    If anyone wants to help, we could try to update the indicator to the 10.3 version. We should be able to draw the lines into the future, so they don’t just stop at the recent bar. Alternatively, we could also work on removing the ugly vertical changes of the lines when there is a trend shift. Improvements can also be made to the way that it draws lines, by basing them on something else than RSI. Combining this indicator with one that displays high/low/open/close of previous day, and one that is able to draw other important horizontal leves could have great potential. It would be a lot of levels though.

    This is the main ‘indicator’ I use when I trade the DAX manually (100 tick TF). It has worked great for me. Sometimes you will be able draw trend lines too that the indicator can’t, and sometimes it draws indicators you would not have see yourself.

    1 user thanked author for this post.
    #45804

    This is the code:

     

    1 user thanked author for this post.
    #45808

    @Wing the strategy I recently posted calculates trend lines based on the tangent trigonometry function. It works on the basis of using the bar count between two points as the opposite value and the point value as the adjacent value. I then calculate the angle using TAN(bar count/points). If needed you can also calculate the length of the diagonal line using Pythagorean theory (x2 + y2 = z2).

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

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