Trend Break System

Forums ProRealTime English forum ProOrder support Trend Break System

Viewing 9 posts - 1 through 9 (of 9 total)
  • #72643

    Anybody willing to code / help me code / share (what is nearest example on here?) a System which would enter and exit trades at Trend Breaks determined by failures to exceed previous high, Lows / Failure to get back in trend??

    Is this even possible on PRT??

    Many Thanks for any Help
    GraHal

    #72653

    Maybe you can use fractals?

    if last fractal > than previous fractal

    and sell if under last fractal

    https://www.prorealcode.com/prorealtime-indicators/fractal-williams-indicator/

     

     

     

     

    1 user thanked author for this post.
    #72657

    I have removed the images you did not want for you and removed the part of your post referring to them so as not to confuse future readers.  🙂

    Are you sure you listed the correct ones as now images 2 and 3 look identical!?

    1 user thanked author for this post.
    #72659

    Yes I agree image 3 needs deleting now also, thank you so much Vonasi … it’s good to have a mate on the inside! 🙂
    And who clearly shares a similar sense of humour! 😀

    #72661

    Image 3 now deleted.

    Not so sure about the being an insider thing. Being a moderator basically means that Nicolas gives you a broom and asks you to try to keep the place a bit tidy if you happen to be hanging around the place! Moderators are just the same as all the other forum users except they have some basic cleaning equipment.

    2 users thanked author for this post.
    #72664

    Basic idea:

    You can use a simple moving average and a test if the price has not breached the last highest high or lowest low within the last X periods.

    Example for a new buy order:

    1/ a new lowest low was set at bar X while price was under a 20 periods moving average.

    2/ close is now above the SMA and the current bar is X+Y periods

    In preliminary, you would have count if the last bearish trend was well established by counting how many times the SMA20 has decreased in the same row.

    1 user thanked author for this post.
    #72830

    Something I worked on at some stage:

    https://www.prorealcode.com/topic/calculating-diagonal-trend-lines-using-fractals-and-trigonometry/page/2/

    Code I am using:

     

    #72842

    Hey great @juanj thanks, I will check this out later.  I do recall now seeing this a while back and thinking it was very clever.

    Not being a career coder and only starting coding on here about 2 years ago I’ll never emulate such ingenuity and innovation.

    A big thank you!
    GraHal

    PS to any readers:
    I am always glad of any help from anybody with trading stragegies / ideas I put forward, even if you can produce only a few lines of the code.
    I have more ideas, but tend not to post them as it seems that with me being active here for so long then folks may think I am a capable coder and so not offer actual code?
    Not complaining, just opening up a bit!? 🙂

    #72844

    Ideas are always welcome, GraHal. Even if they are not coded immediately, it is a very good starting point for further interesting discussions.

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

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