CSR STRATEGY

Viewing 15 posts - 16 through 30 (of 37 total)
  • #36326
    ALE

    Hi can suggest to divided strategy in long and short.

    I started the test since 2007 only to consider 2008, I do not think that markets should be compared to a period longer than 10 years.

    I’d like to find a solution to work with 4h time frame, to avoid Night spread.

    Than we are here to research, and I’m happy that you like it!

    #36630

    Hi ALE thanks for the code. I am running the original code on USD/JPY daily, the back test shows good results.

    #36634
    ALE

    Hi

    yes theres many market that show good result on probacktest.

    I’m wait to see strategy on real market

    Thanks

    Ale

    #36638

    I running on a demo now, will give it a week or two and if all good ill run live and let you know the results.

    #36640
    ALE

    Yes the same for me!

    Good!!

     

    #36702

    HI ALE.

     

    I seem to be getting this warning when running?

     

     

    #36707
    ALE

    Which version have you run?

    #36711

     

    Seemore Profit … see #36261 for the fix.

    1 user thanked author for this post.
    avatar ALE
    #36713
    ALE

    In the first post, I’ve upload version with problem solved

    #36739

    The library post has been updated with the last version too: https://www.prorealcode.com/prorealtime-trading-strategies/csr-strategy-dax-1/

    4 users thanked author for this post.
    #37457

    Hello, is anyone trading this system in real?

    what about the results?

    thanks!

    #37466

    Hi ivillalonga.

    Yes, I started with CSR DAX long and CSR DAX short in live just last week, and I’m waiting my first real trade.

    However, I did two changes:

    1: I optimized the TGL from 16 to 28

    2: I observed that most of the losing trades lasted more than 4 bars. So, I limited the duration of these trades including this code:

    IF POSITIONPERF<0 THEN
    perd=(Barindex-Tradeindex)=3
    ELSE
    perd=0
    ENDIF
    IF LongOnMarket AND CUMRSI>EXIT AND CUMRSI < CUMRSI[1] OR perd THEN
    SELL AT MARKET
    ENDIF
    1 user thanked author for this post.
    avatar ALE
    #37476

    I’m using here 5 contracts of the miniDAX, 1€/point.

    #38005

    Hola Petrus,

    Has the system given to you the signal for your first real trade? Do you have the full code available, through a .itf file?

    Thank you!!

    #38029

    @pitupitu

    Bon día Pep.

    Yes, the system gave me the signal in demo on 8th of June, and is presently active and winning about 430€ (still 5 contracts).

    However, to be honest, I have to say that I closed the system on 7th afternoon because I don’t like to have opened systems in days of elections. I will start it again tomorrow in real.

    I attach here the complete system in itf. You can play with the part of the max. number of bars for the loser trades. This is a part which you cannot use on every index or pair because it does not work everywhere. It depends on many factors, including volatility of range. You have to try it carefully.

     

    1 user thanked author for this post.
    avatar CKW
Viewing 15 posts - 16 through 30 (of 37 total)

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