DAX 1Min Long 0930 Breakout…..nothing works..

Forums ProRealTime English forum ProOrder support DAX 1Min Long 0930 Breakout…..nothing works..

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

    Hello Guys,

    I have been using Pro Realtime for over a year now and the only thing that happens is that I loose Money.

    I have used 1 min timeframe the most, perhaps that´s wrong and a difficult choise?

    Best timeframe for a newbie?

    Breakout or cross over strategy?

    I have used top-bottom = amplitude as stop loss/target profit. Used the “Greedy row” you can see in the code but it doesn´t work.

    I have used the trailing code by Nicolas but it´s doesn´t matter….I Always loose.

    Pro Realtime seems to have it´s limitations, I get the “Tick by Tick limit reached” a bit to often.  :/

    The code below is a DAX 1Min Long 0930 Breakout strategy, looks fairly good in backtest but not in reality, any advice would be nice.   (Warning! Don´t use the code below)

     

    #67235

    After demoing several 1-minute stategies on different instruments I have dropped them and now I am only testing strategies on TFs no less than 30 minutes and they seem to work better.

    Before running them on a real account I want to successfully demo it for 6-12 months.

    I can only suggest to demo your strategy for a longer period before going real!

     

    #67250

    Hi ! I think bigger timeframes are best to begin with (but that’s my opinion).

    I don’t see any trailing stop in your code…

    Did you really backtested your code ? Cause I tested it and it’s not good… see attached.

    What can’t we use the code below ? Could you give us the code you actually use ?

    #67252

    surely below won’t work (from your code) it has to be a whole number of points?

    Looks loads better with this

    I think I’ll give it a go Live! 🙂 but I will watch it’s every move … as always!

    #67277

    Your strategy seems heavily optimized too, what is the purpose of using these kind of levels with a MACD? 😯

    indicator3 = MACDline[12,26,9](close)
    c5 = (indicator3 >=1.21) and (indicator3<=4.77)
    #67304

    Hi, and thanks for all your quick replies.

    Robert, I Think I will try to make a strategy for higher timeframes as well, but it feels like the higer timeframe you have the more I can loose.  :/

    Irioton, In this code I didn´t use trailing, but i have in the passed. Very nice to set a breakeven level at some point to secure profit.

    GraHal, Are you sure you want to to do this? Or do I set my stop loss/target profit the wrong way? It feels like it should be a 1:1 ratio between them but that may not be the best practical solution in the real World.

    Nicolas, Yes, it is backtested very heavliy, perhaps a bit to much. It seems to me that the backtest tool makes it look good, it picks the history of trades that it wins and then when I run it live it doesn´t behave the same way. Perhaps this is why I should have a bigger stop loss?

     

    #67306

    It seems to me that the backtest tool makes it look good, it picks the history of trades that it wins and then when I run it live it doesn´t behave the same way.

    Hmm I think you’d better explore discussions about equity overfitting, to understand why it fails. Optimizing is like changing the past the way you want (like a time machine), but if you break the machine, future days will never be so sweet.. (I think we might be trapped in a temporal loop here 😆 )

    #67325

    Well, I have looked in to this and my conclusion is that I use to low stop loss or to low volume, or both, or just to low stop loss.

    My strategies seems to be fairly ok by just increasing the stop loss to let´s say twice of what I use to have it to. The problem is perhaps me, to much emotions that don´t want to loose, to much chicken in the code.

    I have another strategy like the one above but for short trades. If I set the stop loss to 35 and target profit to 10 the backtest gives a 100% win on it. But it this the way to go?

    According to my own amature eyes the market seems to reach a breakoutpoint, then it goes back for a while and later on it reaches the point again and even goes over it, then down, then up even more, etc, etc…….and sometimes it´s a true breakout that flies like a rocket… and…… if my thoughts are right, I will (hopefully) only loose when the market have a real trend turn from bear to bull or vice versa.

    I mean, it can´t be that bad if GraHal just change the stop loss and then let it run live, or is he the Daredevil in this forum?

     

    #67329

    GraHal just change the stop loss and then let it run live, or is he the Daredevil in this forum?

    Or the madman!? 🙂
    The difference is that, recently, I have started to use Auto-Systems as trade entry points and then immediately (screen or on phone app) assess … would I trade this in manual? If the answer is Yes then I let the Autotrade run for while especially if in profit.

    If I wouldn’t enter a manual trade at that point and it goes to a loss quickly then I exit with maybe 5 to 10 point loss.

    So No, not a daredevil at all, scaredy pants actually … scared of long drawn out drawdowns!? 🙂

    GraHal

     

    1 user thanked author for this post.
    avatar Leo
    #67340

    So No, not a daredevil at all, scaredy pants actually … scared of long drawn out drawdowns!? 🙂 GraHal

    So, a bigger stop loss isn´t recommended then?

    #67343

    So, a bigger stop loss isn´t recommended then?

    I would generally have manually exited / closed the AutoSystem way before it gets anywhere near a big stop loss, but it’s good to have a stop loss as a fail safe for when disaster strikes (instant big spike due to news, war etc).

    #67384
    Leo

    Hi,

    I create an simple moving average time frame daily for intraday time frame (hopefully come multiframe capabilities soon)

    for me works very well as a filter for detects the main trend. Hope it works for you as well.

    https://www.prorealcode.com/prorealtime-indicators/daily-data-intraday-timeframe/

     

    #67386

    The more time you spend staring at candles going up and down and testing theories on them the more you realise that the shorter the time frame the greater the noise and the harder it is to make a profit – especially as most of the noise is within the spread difference! You also start to realise that stops do more harm than good. Give a trade some freedom to move and don’t fight the long to mid term trend and work in only longer time frames and you are far more likely to be profitable than trying to zip in and out of a noisy fast moving market for a few pips while using tight stops. Unfortunately  you need a bigger starting balance to trade longer time frames with loose or no stops but at least you will be more likely to end up with more money rather than less. IMHO

    #67396

    this system looks not bad. you have an idea for a short version of it?

    #67410

    I second Vonasi on his opinion that shorter timeframes are too noisy and that the trades need some space to grow. When I started I also thought it would be “safer” on shorter timeframes with tighter stops and so on but nowadays most (if I think little closer almost all) of my successful strategies run on daily bars.

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

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