Possible to code this 3D heatmap in PRT? (Mark Whistler’s Wave PM)

Forums ProRealTime English forum ProBuilder support Possible to code this 3D heatmap in PRT? (Mark Whistler’s Wave PM)

Tagged: 

Viewing 15 posts - 16 through 30 (of 35 total)
  • #101586

    I’m going around in circles and I’m convinced that the problem comes from the platform engine for calculating values in a loop.

    attached 2 screenshots explaining the phenomenon. The code below is the heatmap indicator that records the value of each indicator for each calculated period. I have voluntarily painted in red a period value to check (the period 200), applying the indicator “wave PM” on the graph with the same period can thus control the values returned by the loop.
    We see that nothing matches. The “wave PM” indicator marks extremes beyond the value 0.90, while none of them return this type of extreme value when they are calculated inside the WHILE WEND loop. They are all well below, in orders of magnitude that have nothing to do …
    In short, if someone has time to check what I wrote, I’m ready to answer questions 🙂 Thank you!

     

    #101592

    Just made a quick test with a RSI instead of the wave PM code and the results match perfectly.. There must be something wrong in the wave PM code when it is parsed in the loop..

     

    #101593

    For people enjoying color on their charts.. RSI heatmap is working fine.
    Colors shade from red (oversold) to green (overbought) from period 20 to 500 on a 1-hour and 5-minutes charts. Not the subject of that topic, but information are valuable IMO. Trend following or mean reversion valuable infos in that heatmap.

    #101607

    I posted the RSI heatmap in the library, here: RSI MultiPeriods HeatMap

    Now, let’s come back to the original subject.. 😳

    #101739

    To continue my monologue and for the records. The problem is located in the average of the standard deviation realized in the loop. With the AVERAGE statement or a sum of the STD divided by the period amount, the result is the same = wrong values.

    I made a report to PRT.

    1 user thanked author for this post.
    #101741

    Insane work Nicolas, thanks alot. Lets hope PRT replies within this year  then hehe

    #101983

    You can make very pretty pictures if you take an average or RSI and Stochastic combined.

     

    #101985

    As requested, here is another pretty picture but with only a stochastic.

    We are now far from the original topic. 😳

    Anyway, I had confirmation today that the average of the ATR is the problem (the average take the last calculated data and not the one of the period calculated dynamically in the loop..). Waiting for a fix.

    #101987

    Glad to hear that there is a fix in the pipeline so that you can finish this indicator and add it to the library.

    Even if it turns out not to be a useful trading tool at least it will be very colourful which is what we all want in an indicator!

    #101988

    I studied the theory behind the colors and found it useful 😆

    (private joke if anyone wonder).

    1 user thanked author for this post.
    #114860

    Hi,

    Has this problem been resolved yet.  Sure would like to see the 3D version of this indicator.

    Thank you.

    #114957

    I do not think so, but I’m currently investigating in version 11..

    1 user thanked author for this post.
    #115707

    Has somebody eventually checked how to signal when ever period is full green or full red?

    I played around this idea but the only event I want to take out I’m unable to code it…

    #115783

    @denmar

    Still not unable to do it in v11, but the variables array support to come should be very helpful to make it possible.


    @AlexF

    Which indicator please? There are several in this topic!

    #115796

    Thanks for update Nicholas…unfortunately I am still restricted to v 10 here in South Africa.

Viewing 15 posts - 16 through 30 (of 35 total)

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