Expressing different periods in same code although PRT has no support for it

Forums ProRealTime English forum ProBuilder support Expressing different periods in same code although PRT has no support for it

Viewing 6 posts - 1 through 6 (of 6 total)
  • #64630

    As many of you, I long for a PRT version that allows you to express different periods in the same code.

    Until that happens, is there a way to change the parameters to “simulate” a different time period.

    For example; if the code is adjusted for 40 minutes but FastStochastic(14,3) would perform best in daily period. Could that be adjusted in the parameters?

    #64665

    As many of you, I long for a PRT version that allows you to express different periods in the same code. Until that happens, is there a way to change the parameters to “simulate” a different time period. For example; if the code is adjusted for 40 minutes but FastStochastic(14,3) would perform best in daily period. Could that be adjusted in the parameters?

    You cannot calculate the exact daily stochastic with the built-in stochastic indicator shown on shorter time-scales. What you can do : Use a manual formula to calculate the stochastic indicator

    https://en.wikipedia.org/wiki/Stochastic_oscillator ,

    write a code to express this (or look in the library here), and calculate the daily stochastic indicator using the daily closing price of the previous day “DClose(1)”.

    But only once a day on the shorter timeframe, for example when intradaybarindex = 0.

    2 users thanked author for this post.
    #64667

    and bear in mind that MTF is coming to ProOrder, not for ProBuilder.

    1 user thanked author for this post.
    #64699

    Thank you both!

    MTF will hopefully be integrated into ProBuilder later on. It would be a great upgrade.

    #64715
    Leo

    I create something, you can see it here:

    https://www.prorealcode.com/prorealtime-indicators/daily-data-intraday-timeframe/

     

    1 user thanked author for this post.
    #64719

    Thank you very much Leo, great job!!

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

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