Discussion re Pure Renko strategy

Forums ProRealTime English forum ProOrder support Discussion re Pure Renko strategy

Tagged: 

Viewing 15 posts - 61 through 75 (of 346 total)
  • #121991

    No one is working trying to convert the strategy on higher timeframes? Maybe we can share ideas i would like to support it, it seems very interesting but i think will never put on live a strategy with 1 sec

    #122005

    maybe what can be tested is trading the equity curve

    if performance falls, stop live trading, but keep counting fake trade results.

    If the fake results pick up, start trading live again.

     

    @Francesco second timeframe appears to be excellent to iron out the shortcomings and fix those. Later on I go back to a slower timeframe.

    Today anyway was a great day, but I’am not so sure if the results hold, when trading a much smaller range.

    1 user thanked author for this post.
    #122006

    f performance falls, stop live trading, but keep counting fake trade results. If the fake results pick up, start trading live again.

    Good idea as I have a few times today thought … I’ll put this live on Lot size 0.2 as it is doing so well then it goes through a losing phase! 🙂  But still in profit overall!

    If it wasn’t for the “broker does not know the status of your last order” System Stop then I would have 5 or 6 versions running at the same time and pick the best!

     

    #122154

    Found a code from Nicolas and adopted it slightly to fit this strategy. It slows it down on 200k bars though.

    i.e. Can be used to trade only in the trend

    there was always something off with the “dynamic box”. Removed the +/- 1.

     

    2 users thanked author for this post.
    #122169

    it’s based on code what’s already used to determine performance.

    Takes the last completed trade result from a long (green) or short (red) and plot’s it as 1 for a win and -1 for a loss.

    Not sure yet if it could be usefull.

     

    #122181

    Not sure yet if it could be usefull.

    If anybody can … you can Paul!

    I’m sold on these 1 second Systems …. loved it last week, so interesting due to loads trades!

    And with the DJi up and down by 1oo points and more in 1 min the 1 Sec TF could be the way to go!?

    Btw I found Hour > 3 and Hour < 23 giving consistent good results re times to trade.

    2 users thanked author for this post.
    #122258

    If it wasn’t for the “broker does not know the status of your last order” System Stop then I would have 5 or 6 versions running at the same time and pick the best!

    When trying different positionsizes.  like 1 contract, 1,01 etc  I’am testing currently. Doesn’t seem to work though?

    Interesting is the south african 40 to test too, in the timezone with the lowest spread.

    Still backtest difference from the forward demo test, even with the fixes I tried.

    1 user thanked author for this post.
    #122267

    same strategy in forward demo test

    one 0.27 positionsize, other 0.28. Rest is the same.

    #122274

    Hi .
    I don’t understand this
    It is not a comparison.

    myindex + nbbarlimit

     

     

    #122279

    Good evening Fifi,

    The code comes from the prorealtime manual on page 11.

    You can set the validity length of limit and stop orders.

    The following example shows how it is possible to create a limit order with a validity set to a specific number of bars by using variables. The code places a buy limit order at the close price of the bar on which a moving- average crossover occurred. This limit is valid for 10 bars after the bar of the crossing. If it is not executed during these 10 bars, it is cancelled.

    In case the order was not executed, it is possible to replace the expired buy limit order with a buy at market price order. This could be done by adding the following code to the previous one:

     

    1 user thanked author for this post.
    #122281

    I do not know where you are in the updates.
    here’s mine

    3 users thanked author for this post.
    #122284

    Link to Paul’s post above added as Log 200 here …

    Snippet Link Library

     

    1 user thanked author for this post.
    #122290

    Right above the trailling stop, I put this code.

     

    #122293

    Thanks I will included it! Working on last part.

    I’ve 2 different versions, one with the code in the manual above, other normal approach.

    If using nnbarlimit=1 then both systems have the same result, as it should be.

     

    Also 3 ways to calculate the boxes. pfff and an attempted fix to run correctly.

     

     

    3 users thanked author for this post.
    #122295

    Renkoboxes default uses close, I experimented with totalprice & Heiken Ashi.

    Removed dynamic box. It added nothing good enough.

     

    results are with spread 2.4 between 8am and 22pm.

    Original renko based on “close” with boxsize_25, 6k

    renko based on “Heiken Ashi” with boxsize__ 20, 10k

    more important I still see differences between live & active orders from the backtest. Maybe because I’am running different versions. Tomorrow I will stick to one.

    4 users thanked author for this post.
Viewing 15 posts - 61 through 75 (of 346 total)

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