Power Trading (based on Standard Deviation)

Forums ProRealTime English forum ProOrder support Power Trading (based on Standard Deviation)

Viewing 8 posts - 16 through 23 (of 23 total)
  • #201119

    I think the problem with the (n1, n2) and (a, b, c) is that you need to run an optimization, thus somehow curve fitting, and therefore requires updates to find the optimal parameters. When you at Indices, it’s clear the markets in 2022 are very different from 2021. There is no size fits all, like in any Algos. With that said, I tried your idea with only 4 parameters (n1, a1 and n2,b) and found an incredibly high win rate without adding sophisticated trailing stop or MM. So, it’s promising for sure. Need to find time to explore the subject.

    Hi Khaled.
    I was elaborating with values and indices but dont end up with “..incredibly high win rate..
    Would you like to share your code, timeframe and indice?

    #201139

    Hi SnorreDK, I actually spoke too quickly because I put a TP of 5 pts on ES (SP500), which was easy to reach. Using a TP of 1.5*ATR, I reached at best a win rate of 47%, without adding filters like RSI, MFI, etc. Please note that with the propose code BUY STD[n](close[n]) … you will reach a high number of lots very quickly.

    2 users thanked author for this post.
    #241345

    Hello, I see this is an old thread but I’m new here and this caught my interest. In regards to Std[n](Close[n]). Is the Std multiplied by the close or is that the standard deviation of the close?

    #241346
    JS

    Hi,

    The formula Std[n](Close) calculates the standard deviation based on the “Close”, where [n] represents the period over which the standard deviation is calculated.

     

    #241347

    Thank you

    #241653

    JS, your idea is brilliant. It is actually close to Bollinger Bands concept.

    It is nothing more than Bollinger Bands (not used for mean reversion but trend following)… Really nothing new.
    I think, it would make more sense using linear regression coupled with standard deviation, like this below.

    #241655

    Here in 15min timeframe.

    #241657

    With 2 different standard deviation and offset you can even increase the accuracy of the entries following the breakouts

    1 user thanked author for this post.
Viewing 8 posts - 16 through 23 (of 23 total)

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