Autotrading with Renko Bars

Forums ProRealTime English forum ProOrder support Autotrading with Renko Bars

Tagged: 

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

    Hello,

    Is it possible to create an automated trading system using Renko Bars?

    If so, could you tell me how to get started please?

    How do I define a renko bar instead of a normal candle?

    Thank you.

     

    #118510

    Searching the forum for the word RENKO will return the info you need.

    You can also browse https://www.prorealcode.com/topics-tag/renko/.

     

    #118513

    Is it possible in PRT to show the result of a backtest on a Renko chart – with the little buy/sell arrows etc. just to see if the Renko code is working as intended

     

    #118516

    Topic moved to ProOrder forum as your questions are strategy related and not indicator related. Please try to post in the most relevant forum for your topic with future questions.

    #118603

    I  cannot find the post in the ProOrder Form. Could you post a link please?

     

    #118604

    How come you could post here without knowing where this place is?!

    #118605

    Is it possible in PRT to show the result of a backtest on a Renko chart – with the little buy/sell arrows etc. just to see if the Renko code is working as intended

     

    #118606

    I hope Nicolas or someone else can help you.

    I posted some links and gave you a few hints on how to find info, but I never dealt with Renko bars myself.

    Did you read those posts? I remember having read many times about Renko bars and TS’s.

    I don’t think is possible with v10.3, but v11 should have some support for Renko charts.

    #118626

    It is not possible to run an automated trading strategy on renko chart, however we can simulate that kind of price representation in the code. This simple code is an example on how to achieve the same thing as the renko chart itself.

     

    #118680

    Thank you

     

    #118687

    Nicholas code added as Log 199 here …

    Snippet Link Library

    1 user thanked author for this post.
    #144976

    Dear All,

    I tried to add the calulation of the boxsize based on ATR but I must be missing something obvious as no trade is taken in backtest.

    I tried Boxsize = Average[200](averagetruerange[14]); boxsize = averagetruerange[14] and boxsize = averagetruerange[14]*pipsize but nothin works.

    If someone can point my mistake that would be helpful.

    Best regards.

    Alex

     

    1 user thanked author for this post.
    #144981

    Remove the pipsize multiplier.

    #144983

    Hi Nicolas,

    Thanks for your reply.

    I tried also but it does not return any results.

    Alex

     

    #144985

    It makes sense, the renko brick code you use seeks to fix the construction of the bricks to round numbers like the internal indicator of the platform does. Except if the ATR has a value so the rest of the division is not 0, then the code cannot fix the construction of the bricks and nothing happens. To build renko candles with the ATR, I will suggests this code:

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

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