Strat – Bol break with vol filtr DAX.H1 [Seemore]

Forums ProRealTime English forum ProOrder support Strat – Bol break with vol filtr DAX.H1 [Seemore]

Viewing 14 posts - 1 through 14 (of 14 total)
  • #37419
    Maz

    RE: https://www.prorealcode.com/prorealtime-trading-strategies/dax-bollinger-break-v

    “Dax Bollinger break with volume. 1 Hour”

    Just opening a forum topic for this breakout strategy idea posted by Seemore Profit. I’m a bit short on time but wanted to post a quick optimization. Also I have a few more points about this.

    • Not really a fan of hard coded vars – volume threshold should be dynamic
    • Bollenger periods also hard coded; could be dynamic
    • Needs some proper money-management code. Hard coded basis point stop and limit are not allowing for shifts in volatility. So add ADX / FDI filters and such like

    Anyway point being I think the overall idea is cool and there’s much further to go on this 🙂

    Have a great week!

    Best,

    Maz

     

    Let’s see some further development 🙂

    4 users thanked author for this post.
    #37463

    Here is what I get
    // New variables

    atrperiod = 10
    atr = averagetruerange[atrperiod]
    positionSize = 1
    volumeThreshold = 12500
    pointTarget = 3*atr
    pointStop = 7*atr
    bolUpPeriod = 20
    bolDnPeriod = 32

    #37485

    Hi all thanks for the feedback.

    Maz i like to use hard stops as i feel it lowers the risk of blow outs and gives a nice balance of risk to reward. I agree that something could be used to improve this is someway whilst keeping the balance in place. Maybe a reversal signal on a shorter time frame might work?

    Francesco I added your variables, but didnt seem to improve the results in a back test. What were your results?

    #37487

    HI Seemore, yes pls find it in the attachment.

     

    1 user thanked author for this post.
    #37499

    Dear All,

    nice work , but why  the backtest start only since August 2016  and not before ??

     

    Regards

    #37503

    Volume data are lacking before then.

    I wonder if with the premium account they could be retrieved.

     

    2 users thanked author for this post.
    #37660

    Hi Francesco,

    with premium account I get the same limitation for volume data. Volume data starts at monday, Aug 29, 2016.

    So I see no possibility to backtest this volume based strategy for a longer period than aprox 9 months.

    BR Cent

    #38654

    Due to the lack of volume data I looked at building this in MT4.

    The problem is that the volume data is different.

    I spoke to IG and a prop trader about the different data and I was informed that indices volume data varies and in the case of IG it represents their client pool volume.

    1 user thanked author for this post.
    #38656

    in the case of IG it represents their client pool volume.

    and this is exactly the same with any other MT4 brokers for retail traders.

    #39948

    Due to the lack of volume data I looked at building this in MT4. The problem is that the volume data is different. I spoke to IG and a prop trader about the different data and I was informed that indices volume data varies and in the case of IG it represents their client pool volume.

    Thanks For finding this out, was wondering about this.

    My final strat from the original saw the best vol set at 7000 and the target price changed to 58.

    Gave these results, anyone find anything else worth adding/changing?

    #39954

    Dear Seemore profit,.

    In your screenshot the backtest start from 2013 , is it by IG/prorealtime platform ? Because I understood that the volume for IG is only since August 2016

    Thanks

    #40034

    That is correct JR the results are only from trades starting from August 16.

    I guess it has no trades before then because of the volume data.

    1 user thanked author for this post.
    #41412

    Hello

    For volumeThreshold, it is possible to calculate an average of last volume data , in case of evolution of volume of trading of the intrument.

    There is no volume during night, so volume could be filled with last volume value to prevent a zero in the average.

     

    Backtest with x= 2 gives good results

    Real robot get 3 consecutives winning trades

     

     

    2 users thanked author for this post.
    #53769

    Hi I have found this article for similar strategy adapted to FX , maybe on other commodities for diversification

    https://blog.quandl.com/bollinger-band-breakout-augmented-volume  

    The strategy is making some money according to backtest.

    Please find live results for people who would be interested in this strategy.

    Even if the DAX is in a bull market, the short side wins more than long side due to the better ratio Earning/loss. This could be due to the fact that indices grows slowly but falls sharply in fear mode. I will try to find “safe heavens money flow” related to fear mode , maybe  Gold, Yen, BTC

    1 user thanked author for this post.
Viewing 14 posts - 1 through 14 (of 14 total)

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