CSR STRATEGY

Viewing 15 posts - 1 through 15 (of 37 total)
  • Author
    Posts
  • #36192 quote
    ALE
    Moderator
    Master

    Hi
    here below a possible  template to optimize strategy on other markets, I have attached an example.

    I can suggest to consider one trading system for long trade and one for short trade.

    GraHal, Francesco78, Andyswede and Despair thanked this post
    CRS-SHORT-GBP-1D.itf crs_template.xlsx CRS-LONG-GBP-1D-1.itf CSR-GBPUSD-1-D-2.itf CRS-STRATEGY-DAX-1D.jpeg CRS-STRATEGY-DAX-1D.jpeg CRS-LONG-DAX-1d.itf CRS_SHORT-DAX-1d.itf CSR-strategy-DAX-1-D-1.itf
    #36203 quote
    GraHal
    Participant
    Master

    I tried – by optimising all the variables – to get CSR Strategy to work at lower timeframes, it seems very reluctant!? 🙂

    Is there one or  two variables that are sensitive / critical to get Trades at lower TFs then I can build it up from there?

    Many Thanks
    GraHal

    Few thoughts:
    Useful Ale provides Long & Short trades on separate charts … could there be a long term Indicator to show best periods to use either Long or Short version only?
    The Short GBP/USD maintains profit through Ups, Downs and Consolidation periods … are both GBP/USD Long and Short optimised Ale or is it to just show us the Template idea etc?
    Thank You

    #36204 quote
    ALE
    Moderator
    Master

    Hi grahal, I don’t find anything to work under daily time frame

    GraHal thanked this post
    #36213 quote
    Cosmic1
    Participant
    Senior

    Hi, as mentioned on the algo page, the RSI 2 periods and it’s many incarnations are one of my favourites.

    I ran an IN/OUT pass on all the variables and it stands up very well. I will post results later when I’m back at my desk.

    I did not use the WF feature as I prefer to see all the results in a standard opp. This is a major shortcoming, that it does not allow you to view or pick results, I think they are working on this. Nicolas? I did Jan 2009 – May 2015 IN sample.

    The trailing code and Dochian stop is a great addition.

    @Grahal The RSI 2 periods really favours the daily TF. Too much noise any lower.

    GraHal thanked this post
    #36239 quote
    ALE
    Moderator
    Master

    @Cosmic

    yes also I, I use before the standard opp and after  I test WF with the possible variable set.. as confirmation.

    Cosmic1 thanked this post
    #36243 quote
    Andyswede
    Participant
    Master

    Hi! Do anybody know what`s wrong and what to do when the system stopped with this message?

    Regards, Andy

    Autostop.jpg Autostop.jpg
    #36259 quote
    ALE
    Moderator
    Master

    HI ANDY

    THIS MORNING I’VE FIND THE SAME ERROR,  I WILL WORK ON IT ASAP

    HOPING TO RESOLVE THE PROBLEM.

    THANKS

    ALE

    Andyswede thanked this post
    #36261 quote
    StantonR
    Participant
    Senior

    Donchian SL value is only being calculated if long or short.

    Same problem as previous strategy.

    Set a default value for Donchian Stop then overwrite if long or short.

    DC = 20
    IF LONGONMARKET THEN
    DC=40
    ENDIF
    IF SHORTONMARKET THEN
    DC=30
    ENDIF
    e= Highest[DC](high)
    f=Lowest[DC](low)
    if longonmarket  then
    laststop = f[1]
    endif
    if shortonmarket  then
    laststop = e[1]
    endif
    if onmarket then
    sell at laststop stop
    exitshort at laststop stop
    endif
    
    #36262 quote
    ALE
    Moderator
    Master

    I suppose that the value of the donchian channel in some cases is higher or lower than the price, so the system detects the error because the stop turns out to be on the other side.

    If this interpretation it’s correct, we must add another kind of stop.

    What about?

    Ale

    #36263 quote
    ALE
    Moderator
    Master

    Sorry stanton I’m responding in the mean time

    #36265 quote
    ALE
    Moderator
    Master

    Thank you very much stanton you have find error, I’ m sure to use the same dc for side, Instead I had divided them, so it is the same problem

    #36266 quote
    ALE
    Moderator
    Master

    We can also separated Trading sistem for each side, to avoid overwritten

    #36267 quote
    ALE
    Moderator
    Master

    This evening will up date every version..

    Thanks

    #36319 quote
    Niconini
    Participant
    Junior

    Hi Ale,

    Very good job, I like this kind of strategy  🙂

    System is Ok over the last 10 years but with 200.000 bars I’ve a negativ result (because of spread of 5 ; no problems with spread of 1).

    In order to reduce spread, do you think that system can perform during classics intraday hours (9-17’30)?

    I’m trying to optimize it but I’ve failed for this moment.

    Capture.jpg Capture.jpg
    #36321 quote
    Niconini
    Participant
    Junior

    From 9h to 17h30 hours, there are not results.

Viewing 15 posts - 1 through 15 (of 37 total)
  • You must be logged in to reply to this topic.

CSR STRATEGY


ProOrder: Automated Strategies & Backtesting

New Reply
Author
author-avatar
ALE @aleale Moderator
Summary

This topic contains 36 replies,
has 13 voices, and was last updated by rejo007
8 years, 6 months ago.

Topic Details
Forum: ProOrder: Automated Strategies & Backtesting
Language: English
Started: 05/21/2017
Status: Active
Attachments: 15 files
Logo Logo
Loading...