Dominant Cycle calculation by band pass crossing over

Forums ProRealTime English forum ProBuilder support Dominant Cycle calculation by band pass crossing over

Viewing 15 posts - 31 through 45 (of 53 total)
  • #104477

    Hi Bard,

    i have no idea, the code is working well at my system.
    I am using the beta version 11.1.
    Did you check the availability of the Stochasticd…. at your workstation.

    1 user thanked author for this post.
    #104479

    The syntax for STOCHASTIC in v10.3 can be found here:

    https://www.prorealcode.com/documentation/stochastic/

    There are only two variables which is why you get the error. Perhaps in v11 STOCHASTIC has been modified to allow for the third value without an error but as Nicolas explains in the comments the third value is not really required as it is just the smoothing period for the signal line and so is not required to calculate it.

    1 user thanked author for this post.
    #106623

    Hi @Vonasi,

    I looked at the documentation and see the format is:

    So I removed the extra third value but still get a warning using the following code? :

    Any ideas?

    Cheers!

    #106661

    I’m guessing that the extra ‘d’ on the end of STOCHASTIC is a typo and not actually in your code?

    With this code I get two lines drawn in a separate indicator window – do you?

     

     

    #106714

    Ah, yes thanks, it works taking out the “d” and using your code but now it says “the variable is not used in the code:bp”?

    Pls see https://www.prorealcode.com/topic/dominat-cycle-calculation-by-band-pass-corssing-over/page/2/#post-104226

    Cheers

     

    #106723

    Change BP for IGNORED in the CALL line.

    1 user thanked author for this post.
    #107773

    Hi @Vonasi,

    I just noticed something which I don’t understand, I can import BG DC STO (I had deleted it last week) and even with the extra values of “3”:

    it does load okay onto the bottom of a chart (whereas I am sure weeks ago I couldn’t get it to because of the extra “3” and hence my writing on this thread) but now.. as soon as I replace BG with Ignored and add it, it now gives me this warning — Pls see image:

    Your code from post above (#106661) loads fine but then it doesn’t use the dominant cycle period, right? (#104226)
    Any ideas!?

    Cheers.

    #107779

    Remove the extra “d” from Stochasticd, since it thinks it’s a variable and you are wrongly using two parameters, instead of one, to reference previous bars!

    Moreover, use only 2 parameters with STOCHASTIC.

    1 user thanked author for this post.
    #107781

    Sorry, I just realised I had downloaded the original code with the “d” in the code. Removed it. All good now, thanks.

    #107784

    Dominant Cycle Stochastic and regular Stochastic Comparison — £/Y:

     

    #107788

    Brent Crude – including Dominant Cycle RSI:

     

    #109149

    Hi Bard,

    niche to see it is working!

    Do you have an impression about the advantage?

    Best regards

    Hasardeur

    #109204

    Hi Hasardeur,

    Yes, all good now! I am not sure if you can use it as a stand alone indicator because these type indicators can stay overbought and oversold for long periods.

    I think it’s good to use it (with other indicators) and also when the RSI or Oscillator crosses above the 30 line and below the 70 line. Do you use it on it’s own or do you prefer to use it with another indicator(s)?

    I’ve been reading a lot about Hurst cycles lately. Did you ever find a good indicator that can calculate the average cycle period? John Ehlers  MESA Period or his Dominant Cycle Finder I believe will only tell you what the cycle period is right now but Hurst recommends calculating the time period between the lows on daily and weekly charts and then totalling the time up and then averaging these time spans by the number of points identified to determine when the next low. He identified stock market cycles with these time spans – pls see image. It would be great if there was s/ware that could determine those averages. Do you know of anything like this @Nicolas? Like an average cycle finder.

    Cheers!

    1 user thanked author for this post.
    #109211

    Hi Bard,

    mainly I am using the following indicators for ma favorite trading system
    Trend: Aroon, Ravi, Momentum: RMI, Trend following: CCI, Volume: Volume MFI

    In addition I am looking for Bollinger Bands, Stochastic MADC and volume as second trading system.

    The dominant cycle period indicator I am using to tune the above indicators (to  the 1*period or 0.5*Period by using DC) in order to be as near as possible to the actual real cycle period.

    In order to get an easy overview I have sum up the above indicators in a genesis matrix design.

    Best regards
    Hasardeur

    2 users thanked author for this post.
    #219750
Viewing 15 posts - 31 through 45 (of 53 total)

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