Dax 5 minute RSI extreme Strategy Feedback Please

Forums ProRealTime English forum ProOrder support Dax 5 minute RSI extreme Strategy Feedback Please

Viewing 15 posts - 1 through 15 (of 15 total)
  • #117824

    Hi all,

    Newbie here with creating PRT strategies and would really welcome feedback on my first effort.

    I am developing a strategy for 5 minute candles on DAX.

    The concept is such:

    1. Price makes an extreme RSI reading (Less than 20; Greater than 80)
    2. Price subsequently closes beyond 21ma (Above for long; below for short)
    3. Order is placed 2 pips beyond high/low of candle which closed beyond 21ma
    4. Stop is at the entry candle high/low
    5. Target = 2*stop distance

    Code below and screenshots of results attached. Results use a risk of 1% with compounding.

    Would really appreciate a critical review to determine if this is worth pursuing?

    Many thanks

    Chip

     

    #117830

    200k backtest, take a look.

    #117836

    Hey looks good esp for  a first attempt and doesn’t blow the Account on OOS Test (over the 1st 100k bars provided by Francesco).

    Looks like it has a bias towards a rising market, but even so it holds up (no big losses) in that downtrend end June 19 to late Aug 19.  Might just need re-optimising as / when  the market turns down?

    I’m going to try it on my Platform

    Thank You for sharing

    #117840

    Mmm … attached is what I get Lot size = 1 … and I didn’t get same as you anyway even with Lot Size same as you had it?

    I can’t think why my results are different than yours? I’ve only had 2 stubby bottles of beer! 🙂

    It’s always best to get a System running as best you can with Lot Size = 1 as compounding can hides problems

    #117844

    Hi @DR Chips

    My initial thought is that the numbers of contracts traded are scary and looking at IG.com if you had the stomach for 100+ contracts you system would not have the margin based on the starting capital

    Based on my own RSI systems I would suggest trading the EU session only as the spreads are closer along with more volume

    I am currently having a play with your code but I would suggest looking at the code here: https://www.prorealcode.com/prorealtime-trading-strategies/grinder-eurusd-5-min-intraday-trading-strategy/ it is similar to yours but adds in a trend filter and is a solid basis across multiple time frames and products

    Systems are always worth pursuing as producing them is always a learning experience and any system should be run on a demo account so that you can have an indication as to how it will perform in real life as opposed to a back test and have  a feel for it before risking any actual cash

    #117846

     

    Hi @Dr Chips

    In your original code line 38 appears to have mylongsetup repeated rather than myshortsetup

    The code above is a bit over optimised but it’s nearly midnight so please forgive me

    Looking at your results I have changed the system to only trade in the EU session (Lines 1+2) and worked on the stops and take profits (lines 18-21), the attachments compare the original code to the code inserted above

    Besides the EU session change one thing I noticed but haven’t got into yet is the timings of the trades, if you look at the opening and closing times of the trades it appears that trade 1 will open and close either with profit or loss then the system waits 5-10 minutes and then trade 2 is placed and so on. This happens with codes that have a prevailing condition in this system the RSI property and can cause several consecutive losses

    I also added a delay on line 40 of the above code to short positions

    One of the things that I need to do is to put together a video of taking some code and working on it and fully testing it, if it is okay with you then I could do that for this code?

    1 user thanked author for this post.
    #117863

    Morning all,

    Really appreciate your comments and responses here.

    Grahal – I wouldn’t know either why your results are different I’m afraid… as I said, I’m very much a newbie! So even without the beers I’m still struggling to get my head around things!!

    Robo Futures Trader – thanks very much for your input on things. I’m going to take some time later to properly read through what you have done here (and do a fair amount of googling to explore further) but yes do please feel free to use as an example for a video – that would be really helpful, thank you!

    Many thanks all

    Chip

     

    #117864

    Just had a quick look re your point about the duplication on line 38 @Robo Futures Trade

    Yup, this is an error! Have changed this and reposting my (now correct) original code and results below for reference.

     

     

     

    #117870

    Why are you not showing Lot size under your equity curves?

    Position size is needed else it is only half a story.

    It be sooo much better if you delete the RSI Chart and add back in the positions Chart.

    An average gain of £22.45 does not mean much unless we know how many open positions we need to lose sleep over!? 🙂

     

    #117895

    Like this?

     

    1 user thanked author for this post.
    #117908

    Yeah that’s it thank you.

    We can now see how much stress there would be to make £10K ish profit (£7.6k to date) over 18 months.

    #117962

    It seems like a simple strategy but in reality there are fourteen possible variables that can be optimised that cover the following areas:

    • Time
    • Periods for indicators
    • Levels
    • Order levels
    • Stop loss and take profit distances

     

    As it is on a five minute time frame that leaves us with a not very big data sample and a big possibility of curve fitting due to so many variables. I would try optimising each variable independently to see how quickly the strategy falls apart with different values for each of them and then when you spot which variables have the biggest effect then test combinations of them.

    2 users thanked author for this post.
    #118422

    Thanks for the advice @vonasi

    #140713

    hello Dr Chips, hope you are in a good shape, how does the strategy work now? do you have any improvement for eur / usd use? cordially

    #140790

    hello Dr Chips, hope you are in a good shape, how does the strategy work now? do you have any improvement for eur / usd use? cordially

    The code from the first postig doesn´t work on my desk. The result from my backtest.

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

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