Renko boxes on price chart

Renko boxes on price chart

This so called renko indicator is an attempt to draw renko boxes on the price chart itself. It uses only close price so if a new box appear, wait for the current candle to close before making any trading decision. I would make another instance of this renko indicator with high and low values of candles instead.

 

Share this

Risk disclosure:

No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.

ProRealTime ITF files and other attachments : How to import ITF files into ProRealTime platform?

PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials

  1. Mhingas • 10/14/2015 #

    Hi Nicolas,
    i’m new here at pro real code forum and I have just started using the software a week ago. So I’m still learning the coding language used to build custom indicators. I’m very much interested in Renko indicators as my strategy primarily uses them across multiple timeframes.In regards to the above indicator box setting, does it return the exact open to close range that a Renko brick with the same setting would return on any chart, for instance would a setting of 1 Renko  daily chart be equivalent to 0.01 box size on the above indicator. Did you build the high low version as well?. 
    Thanks for the indi.
    your assistance is very much appreciated.
    Mhingas

    • Nicolas • 10/14/2015 #

      Hello Mhingas,
      The informations drawn by this indicator would be the same as a normal renko boxes candlestick representation. Of course renko bricks build begin at the very first price of the chart, so you would expect the same values as the platform renko bricks if the first price is the same (at barindex=0). I did not code the high/low one, I think you talk about the renko wiks?

  2. Mhingas • 10/14/2015 #

    Thank you very much 

  3. Nicolas • 10/14/2015 #

    I add the median renko bricks indicator on the library too, you can find it here : http://www.prorealcode.com/prorealtime-indicators/median-renko-boxes-on-price/
     

  4. cedwimmer • 10/14/2015 #

    Hallo Nicolas! Vielen Dank für dieses Tool, eine kurze (wahrscheinlich einfache) Frage: Wie kann ich dein Renko Muster in den Chart zeichnen lassen? Bei mir macht sich immer unter dem Chart ein eigenes Fenster auf wo dein Renko dann gezeichnet wird. Liebe Grüße

  5. cedwimmer • 10/14/2015 #

    Hab es schon gefunden vielen Dank!:)

  6. guidocir • 10/14/2015 #

    Hello Nicolas,
    I imported your code, but it doesn’t draw many boxes, but just a single one across the graph.
    What have I do to fix this issue?
    Many thanks,
    Guido

    • Nicolas • 10/14/2015 #

      It depends of your settings. Try to reduce the box size or to expand the units displayed.

avatar
Register or

Likes

avatar avatar avatar avatar avatar
Related users ' posts
Nicolas Good job Gabri, I confirm that with the new ProRealTime v11, everyone will be able to use in...
Slowlyslowly can u just help me with the exact definition of percbox , mm and period to understand will a...
YvesRobert Merci beaucoup Nicolas. Existe t'il un petit programme qui permet de tracer sur la graphe en...
Nicolas Oui il y a celui ci: https://market.prorealcode.com/product/prt-renko/?lang=fr
YvesRobert Bonjour Nicolas, j'ai une question technique à te poser. Je visualise souvent le cours en RE...
Nicolas
7 years ago
stratobast Good afternoon everyone. Thanks Doctrading for your work. I have an issue while using this ...
stratobast My bad guys. I understood what was the problem. The indicator uses highs and lows for the Re...
samwarduk Has anyone tried this on Bitcoin GBP1? The results look amazing but every time mine trie...
Nicolas in order to use renko bricks in a trading strategy or in a screener, I would recommenced thi...
pp_playaflamenca I understand. I visited the page https://market.prorealcode.com/product/prt-renko/ Actua...
Nicolas renko bricks are not repainting, they are using the price movement in their definition. But ...
verdi55
7 years ago
Marcel Hi, I tested this strategy on Spot Gold with a brick size of 20 on the weekly timeframe with...
Nicolas Because the renko chart construction begin at the first price of the loaded history. So you ...
JOKAMAURICE I am learning to code. I try to understand these lines newbricksup = (round(((close - upbr...
Nicolas No. This website is about prorealtime trading platform, not MT4 sorry. However, you can ask ...
Wilko Interesting code, thanks! It will provide me with a good starting point for further developm...
Nicolas contrarian renko boxes are 2 times taller than the brick size.
Doctrading
8 years ago
Nicolas Use Highs and Lows instead
Doctrading This new code with highs and lows seems to work : boxSize = 20 // On aime bien que...
DonDollar Gentlemen, just a quick question. When I am adding this column to my code, PRT shows an err...
Nicolas
8 years ago
Alessio Nicolas Hello, I have recently started using this platform, I would like to test a system th...
Nicolas Please use forums for trading strategies queries. Many thanks. 
PassionTrading Salut Nicolas, Je regarde cette indicateur très intéressant par le fait qu'il est superposé...

Top