Renko automatic trading

Viewing 15 posts - 46 through 60 (of 67 total)
  • Author
    Posts
  • #154466 quote
    Paul
    Participant
    Master

    to compare

    It’s nonetheless daily version from the pure renko topic, including machine learning

    eckaw thanked this post
    Screenshot-2020-12-19-at-20.34.33.jpg Screenshot-2020-12-19-at-20.34.33.jpg Screenshot-2020-12-19-at-20.41.29.jpg Screenshot-2020-12-19-at-20.41.29.jpg
    #154476 quote
    eckaw
    Participant
    Veteran

    @Paul would you mind sharing the .itf to the above strategy? Thanks in advance.

    #154516 quote
    Paul
    Participant
    Master
    #154539 quote
    Paul
    Participant
    Master

    unfortunately results are fake, daily using spread & tick by tick, still maybe the code posted above has some interesting parts.

    here used;

    set stop %loss 0.01
    set target %profit 1.1
    eckaw thanked this post
    Screenshot-2020-12-20-at-10.01.21.jpg Screenshot-2020-12-20-at-10.01.21.jpg Screenshot-2020-12-20-at-10.02.33.jpg Screenshot-2020-12-20-at-10.02.33.jpg Nneless-Renko-1d-test.itf
    #154577 quote
    eckaw
    Participant
    Veteran

    Thanks Paul. Is it not working with tick by tick because the box size is too small and during 1 day (1 candle) the price will move more than that value up and down? Perhaps it would be best to launch these in shorter timeframe, although maybe not as short as 10s (!)

    #154584 quote
    DjungelJarl
    Participant
    New

    The main problem with 10s for me is the short backtest period. I only have 200k bars so it becomes a weekly (4 days) backtest.

    #154601 quote
    Paul
    Participant
    Master

    Hi eckaw Yes the boxsize is too small and doesn’t make sense and also if a high crosses over/under boxsize then buy that level on stop doesn’t work reliable either because of minimum distance. So backtesting using on stop on slower timeframe & much data, in demo buying at market on faster timeframe like 10s. A bit like barhunter strategy setup perhaps.

    eckaw thanked this post
    #154613 quote
    cgassfr67
    Participant
    Senior

    Hello,

    I’m very interesting about this file. I’m a poor programmer, but i try to comprise, what the ea make for take an order.

    So i compare the 3 EA, who are on this file (Renko; MySystem; 20201218 renko…)

    Here a Board with the different filter use in each EA.

    So we can better compare each EA. And search the better optimization

    Thank you for sharing these EA.

    Compare-Renko-EA.xlsx
    #154777 quote
    ActuallyNM
    Participant
    Average

    Hi All,

    interesting code, but always same errors when ProOrder trying to go on market.

    The stop is too short because of the broker.

    Despite i have set manual value on stop.

    Any ideas?

    Thanks,

    #154791 quote
    eckaw
    Participant
    Veteran

    I went back and checked the “New Renko System” on this forum and I’m now rethinking my renko strategy to try out this idea of @Verdi55 https://www.prorealcode.com/topic/new-renko-system/page/3/#post-66276

    I don’t think my pockets are deep enough to launch 99 simultaneous renko systems, but looking into maybe launching 11 of them on one market with -5 to +5 fixed renko boxed settings on EURUSD. I’m also experimenting with replacing the fixed renko box to an ATR renko box. I’m just worried about the drawdown and I’m trying to calculate this via Excel to make sure there isn’t too much drawdown. I think there is a great potential in this approach though, almost assuming all strategies are slightly wrong but all together the will do very well.

    #154792 quote
    DjungelJarl
    Participant
    New

    @nicolas_macary Yeah, I still have problems with them running on demo forward test. Still haven’t managed to get rid of the various run-time errors but will check it more tonight!

     


    @eckaw
    That’s very interesting! What time frame are you considering? Renko seems to show nice potential in the shorter ones but perhaps even more so during 10m-1h? What you say is the same idea of ensemble learning within machine learning, specifically neural networks and is a proven strategy to increase the performance of a system. The most important factor when successfully building an ensemble of networks is that every single network can perform the task at hand in some way and be as different from every other network as possible. Having many different systems performing well in their respective markets / trends / whatever and combining the result is the analogue of the machine learning case. Very cool. Maybe what you say is what is needed especially for renko systems to perform well.

    #154796 quote
    eckaw
    Participant
    Veteran

    @DjungelJarl the renko systems doesn’t actually take time into consideration, so the only reason why them seem to work ‘better’ on short time frames is because the stop loss works differently on this timeframe compared to same code on longer timeframes.

    Here’s an example I’m experimenting with now (not tested)

    It’s 2min on EURUSD, spread 0.8

    The idea would be to launch 11 of these systems simultaneously, with different ‘xx’ settings. In this backtest these 11 systems would have profited £6,247.75 accumulated during the time period 10th June – today.

    DjungelJarl, cgassfr67 and Midlanddave thanked this post
    Screenshot-2020-12-21-at-22.34.39.png Screenshot-2020-12-21-at-22.34.39.png Screenshot-2020-12-21-at-22.34.47.png Screenshot-2020-12-21-at-22.34.47.png Screenshot-2020-12-21-at-22.36.39.png Screenshot-2020-12-21-at-22.36.39.png 20201221-Verdi55Renko-EURUSD2m.itf
    #154801 quote
    eckaw
    Participant
    Veteran

    Sorry there’s something wrong with how I calculated that renko box setting in that .itf, as now it acts simply as a fixed renko box (setting: 14). I’ve got this working before so will update tomorrow.

    #154802 quote
    DjungelJarl
    Participant
    New

    Thanks for the update, I think this approach is promising to say the least. Will also do my own tests and get back

    eckaw thanked this post
    #154806 quote
    eckaw
    Participant
    Veteran

    changing

    once boxsize = ATRperiod

     

    to

    once boxsize = converted

     

    seems to fix that issue I mentioned. I’m not sure it is the correct way to use ATR Renko but it seems to give similar results with a dynamic box size which might (or might not) work better longterm.

    cgassfr67 and Midlanddave thanked this post
Viewing 15 posts - 46 through 60 (of 67 total)
  • You must be logged in to reply to this topic.

Renko automatic trading


ProOrder: Automated Strategies & Backtesting

New Reply
Author
author-avatar
eckaw @eckaw Participant
Summary

This topic contains 66 replies,
has 17 voices, and was last updated by 孫榗溢
5 years, 1 month ago.

Topic Details
Forum: ProOrder: Automated Strategies & Backtesting
Language: English
Started: 09/29/2020
Status: Active
Attachments: 25 files
Logo Logo
Loading...