Home
Search Forums
Keywords:
Search Titles Only
User Name:
Exact Match
Show Results As:
Advanced Options
Reply
 
Thread Tools Search this Thread
  #1  
Old Aug 10, 2009 10:28am
EllisEdi's Avatar
Always Learning
 
Member Since May 2006
Smile Renko Block Charts

This script is a written a little cleaner, has volume and is a little more efficient than my original one ..great job LastViking , Lou G and everyone who helped and inspired!!!

go here to download:
latest script version
latest indicator version
latest ea version

* * * If you use the paperclip to find your downloads, basically v1.6 was the last script version, v2.1 was the last indicator version, and v3.0 was the last ea version.

Please note - After placing the script/indicator or EA in the proper folder they need to be compiled. The easiest way to do this is to shutdown then restart MT4

Directions for Installing as a script :

Must be done each time you restart mt4:

1. Place the mq4 code in the Experts/scripts directory.

2. Make sure to check the "Allow DLL imports" and "Allow import of external experts" boxes (both of them) are checked. they are under the Saftey section of the Common tab

3. Drop the script on a live chart, preferably the 1 minute chart of any instrument. The comment will tell you which offline chart to open.


Directions for Installing as an Indicator :

1. Place the mq4 code in the Experts/Indicator directory.

2. Make sure to check the "Allow DLL imports" and "Allow import of external experts" boxes (both of them) are checked. they are under the Saftey section of the Common tab

3. Drop the script on a live chart, preferably the 1 minute chart of any instrument. The comment will tell you which offline chart to open.


To install as an EA :

1. Place the mq4 code in the Experts directory.

2. Make sure to check the "Allow DLL imports" and "Allow import of external experts" boxes (both of them) are checked. they are under the Saftey section of the Common tab

3. Also check the "Allow live trading" box in the Live Trading section of the Common tab. Also make sure the Expert Advisors button is depressed in the Gui. When everything is good a smiley face will appear in the upper right hand corner.

4. Drop the ea on a live chart, preferably the 1 minute chart of any instrument. The comment will tell you which offline chart to open.


To view the Renko Chart :

1. To open offline chart : click File(from menu) >Open Offline and pick the chart you want.


Other indicators and EA's for the Renko chart:

Custom indicators and EA's can be dropped onto the offline chart and should work properly. I have only tested a few of my own.



This method for calculating the input for BoxSize is only used when your broker uses 5 digit pricing.

If your broker uses "Fractional pips" or "Pippettes" (5 digit broker, 5 places after decimal on instruments like EUR/USD and 3 decimal places on instruments like GBP/JPY) there are a lot of terms for it, use the following to correctly set up the BoxSize Input variable.

If your BoxSize is set at 15 on you GBP/JPY script(EA) that is really 1.5 pips. Try setting it to 150 for 15 pip blocks. Basically you would have to do that for any Instrument (multiply the number of pips you want by 10 and use that number for BoxSize).



Have fun ...

__________________
EllisEdi

Moving on to my next trade ...

Last edited by EllisEdi, Sep 29, 2009 5:13pm Reason: more directions
Reply With Quote
  #2  
Old Aug 10, 2009 11:17am
Member
 
Member Since Sep 2007
Default

Thanks for posting this. I've applied it to my chart and will track it next to C4 and THV3 to see how they compare. I don't have the commercial renko script since I don't want to pay for something that I might not use, but I want to test out the Nitro system.

Can you post screenshots of your script and the commercial script side by side for comparison?
Reply With Quote
  #3  
Old Aug 11, 2009 9:00pm
Member
 
Member Since Dec 2007
Default

yes, man, you did it!
your renko script running itself like a champ : ))))))

sorry couldn't ansver earlier - my comp was online - i wasn't ( been checking this yesterday -fall asleep : ((((( demit )
congratulations - basically it "all what was necessary to prove" - updates and runs 1:1 to org. renko script... good man : )))) thanks, Ellis
Name:  renco scrlive_uj200.gif
Views: 5686
Size:  8.5 KB Name:  renco scrlive_uj201.gif
Views: 5692
Size:  7.7 KB

Last edited by fxxx, Aug 12, 2009 5:14pm
Reply With Quote
  #4  
Old Aug 12, 2009 11:09am
Member
 
Member Since Aug 2009
Default More renko

I wanted volume in my renko charts, and I wasn't able to folow the logic in the orginal script. So I rewrote it from scratch. I hope no one feel that that I step on their toes for posting this...

Also, this one dosen't gap then hitorical data moves alot while using small boxes (right or wrong, I don't know).

Enjoy
RenkoLiveChart.mq4
Reply With Quote
  #5  
Old Aug 12, 2009 5:11pm
Member
 
Member Since Dec 2007
Default

Quote:
Originally Posted by LastViking View Post
I wanted volume in my renko charts, and I wasn't able to folow the logic in the orginal script. So I rewrote it from scratch. I hope no one feel that that I step on their toes for posting this...

Also, this one dosen't gap then hitorical data moves alot while using small boxes (right or wrong, I don't know).

Enjoy
Attachment 288471
sure not- thank you, LK - there are so mahy different XO, ways and approaches ...
p.s. cool first post on FF : )))
Reply With Quote
  #6  
Old Aug 14, 2009 1:38am
juxta14's Avatar
Member
 
Member Since Aug 2006
Default Renko EA

Has anybody tried programming an EA for the renko chart. Renko seemd to be a good trend following noise filtered chart. Anybody??
__________________
Stars don't struggle to shine, Rivers don't struggle to flow, also I will never struggle to excel in life.
HOLY GRAIL: I've found it...Emotional Discipline and Money Management.
Reply With Quote
  #7  
Old Aug 15, 2009 2:09pm
Member
 
Member Since Nov 2005
Default

this is a true gift to experienced traders. I have been using constant range bars and these beat the pants off of that script. Nothing shows the existence of a trend better than renko, I am a convert. Thanks to both posters with their efforts.

settings on my chart are 20. Happy pips to all.
Attached Thumbnails
Click image for larger version

Name:	renkogj.gif
Views:	1498
Size:	27.5 KB
ID:	289997    
Reply With Quote
  #8  
Old Aug 16, 2009 6:54pm
Member
 
Member Since Jan 2008
Default Question

Quote:
Originally Posted by LastViking View Post
I wanted volume in my renko charts, and I wasn't able to folow the logic in the orginal script. So I rewrote it from scratch. I hope no one feel that that I step on their toes for posting this...

Also, this one dosen't gap then hitorical data moves alot while using small boxes (right or wrong, I don't know).

Enjoy
Attachment 288471
The scrip is nice but is it possible to see on the chart the price movement with in the blocks?
Looks to me that the price is static at one end of the block.
Is that how is supposed to look?
Ty?
Reply With Quote
  #9  
Old Aug 17, 2009 2:55pm
Member
 
Member Since Aug 2009
Default

Quote:
Originally Posted by Lobo1 View Post
The scrip is nice but is it possible to see on the chart the price movement with in the blocks?
Looks to me that the price is static at one end of the block.
Is that how is supposed to look?
Ty?
Yes, because a new block isn't created before the price has moved more then one blocksize above the curent high or belove curent low. (It's worng too think of it ass price movement with in the block, it can move outside of the block, but no more then one boxsize-(one point).) So you can't easaly dispaly unfinished block/bars in the usual way.
Reply With Quote
  #10  
Old Aug 17, 2009 7:28pm
Thierry89's Avatar
European trader
 
Member Since Mar 2008
Default

The renko seems really great and how much should I pay for a live version that would be usable on MT4 and where can I find it please ?

Do not hesitate to send me a PM.
Thanks
Reply With Quote
  #11  
Old Aug 17, 2009 7:47pm
Member
 
Member Since Jun 2009
Default

Quote:
Originally Posted by LastViking View Post
I wanted volume in my renko charts, and I wasn't able to folow the logic in the orginal script. So I rewrote it from scratch. I hope no one feel that that I step on their toes for posting this...

Also, this one dosen't gap then hitorical data moves alot while using small boxes (right or wrong, I don't know).

Enjoy
Attachment 288471
Hi LastViking,
This is really nice work! I have a couple of Easy Language systems that are based on Tick Bar charts.. Do you think you could convert your script to do Tick Bar Charts? Like every X ticks (15 for example) an OHLC bar is drawn? I've searched everywhere with no luck. It would be so greatly appreciated.

Regards
Reply With Quote
  #12  
Old Aug 18, 2009 12:32am
Soondoock's Avatar
Member
 
Member Since May 2009
Thumbs up renko

You can Pm me I can help you with the one.


Quote:
Originally Posted by Thierry89 View Post
The renko seems really great and how much should I pay for a live version that would be usable on MT4 and where can I find it please ?

Do not hesitate to send me a PM.
Thanks
Reply With Quote
  #13  
Old Aug 18, 2009 3:43am
Member
 
Member Since Jun 2009
Default renko install

hi guys ...how to set this renko in my MT4?...thx.
__________________
lurker extraordinaire
Reply With Quote
  #14  
Old Aug 18, 2009 3:49am
Soondoock's Avatar
Member
 
Member Since May 2009
Smile how to

you can find the way watching the video of the author of the Indicator if you use the legal one. Simply Google "Metatrader MT4 Renko bars script" you should find it fast. I mean the renko with live update on your chart. And the one proposed by EllisEdi is really good too. Thank you very much.
Reply With Quote
  #15  
Old Aug 18, 2009 4:03am
Member
 
Member Since Jun 2009
Default nooobs

hi guys...

which folder to put it on? the renko...script right? or is it indicator folder?
__________________
lurker extraordinaire
Reply With Quote
Reply

1 Trader Viewing This Thread (0 are members)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sticky Renko Charts mathematician Programming Discussion 3 Nov 22, 2009 8:07am
renko charts problem Gambler180 Programming Discussion 10 Aug 25, 2009 12:55pm
IceKid on the Block icekid Trading Journals 1 May 29, 2009 3:51am
Block Trading? Ronald Raygun Trading Discussion 3 Jul 9, 2008 12:29pm