Wiener Filter

Viewing 8 posts - 1 through 8 (of 8 total)
  • #9437

    Hi.

    Is somebody able to write the code for the optimum Wiener filter?

    Best.

    Renato

    #9440

    Hello Renato,

    Why not, I just googled it and didn’t find any other trading platform formula that could be easily converted.

    Are you able to tell us more details about it and how you’d like it to operate on market price? Thanks.

    #9448

    Hi Nicolas.

    The Wiener filter minimizes the mean square error between the estimated random process and the desired process; it is optimum in this sense: there is no other filter that can extract the signal (the trend, or sideways… in our case) out of the noise in a better way, given certain assumptions on the statistical structure of the noise etc.

    The formulas are a little hawkward, and can be found here: https://en.wikipedia.org/wiki/Wiener_filter

     

    Best

    Renato

    #9456

    I can help you, it’s very interesting but I do not understand why this kind of filter has never been re-coded for market data in the past..

    At least, a C++ function or any computerized language of any kind of this math formula would be of great help to recode it for PRT. Thanks.

    #9461

    I think this is because the formulas are of a higher level of difficulty than is normal for standard technical analysis

    best

     

    #9497

    Hey

    So if I understand then you are looking for a filter that can predict the future by calculating the past and then take positions in the market using the pre-predicted direction of the market? Sounds like advanced coding…

    #9499

    Hi

    this is what happens normally with technical analysis; in this case the math is quite complicated: https://en.wikipedia.org/wiki/Wiener_filter

    and I’m not sure PRT has the capability to encode it

    best

    renato

    #10319

    I have found the matlab code here:

    http://freesourcecode.net/sites/default/files/57424.zip

    this is the code:

     

    I think that it is impossible to convert in matlab…

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

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