Intraday Seasonal Indicator

Forums ProRealTime English forum ProBuilder support Intraday Seasonal Indicator

Viewing 12 posts - 1 through 12 (of 12 total)
  • #123794

    Hello everyone, it’s been a while since I haven’t written here but today I have to propose something that could be useful for everyone.

    I want to make an indicator that says hourly intraday seasonality, throughout the week. Like Larry Williams’, I attach the image.

    Do you believe it is possible to create something like this?

    #123799

    This is only really a practical proposition in v11 where we now have arrays. It could be done in v10.3 but would involve an awful lot of repetitive coding and would be quite slow to draw I believe.

    At the moment I only have end of day data in v11 so I can’t help with anything on hourly charts on there at the moment and I’m not sure that I want to get involved in a massively repetitive v10.3 code right now!

     

    #123802

    Here is an example of how it could be done in v10.3. I’ll let you fill in the remaining 1160 odd lines of code and then error check it! It would just be a few lines of code in v11 with arrays.

     

    #123821

    Just to let you know that I got a bit bored so I have started working on the indicator. I have got it working and debugged on the first two days of the week (image attached) and so now it should be a simple find and replace exercise to complete the code and then add some labelling to the axis. I’ve got to do something else now so I will try to complete it later or tomorrow.

    1 user thanked author for this post.
    #123845

    If you really can do it you’re the best 🙂

    #123852

    Thank you very much.
    I would find the indicator very helpful. Finally, there are some things I could try out.
    I’ll keep looking for it.

    #123853

    I found time to finish it.  It works on v10.3 but is slow to calculate so be patient!

    Just an ITF file attached as the code is 2405 lines long so I did not want to post the code.

    You can set a start date if you want to only analyse more recent data. Set it to zero to analyse all data.

    Apply it on the 1 hour chart only.

    Feedback welcome before I submit it to the library.

     

    1 user thanked author for this post.
    avatar Bel
    #123856

    Sorry Vonasi, with what program can I open the itf file?

    #123857

    Save it on your hard drive and then import it into your PRT platform via the indicator window.

    #176395

    Hello again, vonasi.

    I am fan of this work here with the seasonal curve of the week. I use it a lot. Some small programs I have written based on this curve.

    Further up in the thread you wrote “Here is an example of how it could be done in v10.3. I’ll let you fill in the remaining 1160 odd lines of code and then check for errors! It would be just a few lines of code in v11 with arrays.”

    I was going to ask you, ask if you could write the few lines in v11. That way we would have a match to see if the curve from v10.3 matches the curve from v11.

    Could you do that for us?

    #176716

    Sorry JohnScher but I’m having some time off from coding and moderating at the moment.

    1 user thanked author for this post.
    #176797

    Thank you for the feedback.

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

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