- Search Crypto Craft
- 57 Results (3 Threads, 54 Replies)
- LastViking replied Sep 11, 2009
Hi Michael, v2.X can generate more then one live renko chart from the same M1 chart (I have tested v2.1 using more then 10 diffrent renko charts from a singel EURUSD M1 chart just to try to push it, -no problem...). v2.1 really is mush beter then ...
Renko Block Charts
- LastViking replied Sep 9, 2009
EA on Renko — Just some info: Some experience problems then attaching EA's to the renko chart. It's usaly easy to fix, just uncheck the "offline chart" checkbox of the renko chart (F8: ->Common tab. On the top left). Just remeber to turn it on ...
Renko Block Charts
- LastViking replied Sep 2, 2009
Wicks — Hi der stratege, I know I'm not EllisEdi, but since I wrote RencoLiveChart.mq4 I vill try to answer anyway (I hope EllisEdi don't mind). I'm just not going to do the work of adding wicks in my script (I'm just not interested in ...
Renko Block Charts
- LastViking replied Sep 2, 2009
Hi Lou, Maybe. It's a mayor change of logic. I'll think about it. /LV 090903: Done.

Renko Block Charts
- LastViking replied Aug 31, 2009
And now for something completely different... — An other (yes...) rewrite of the Renko script. This one can't be loaded as a script at all but MUST be loaded as an indicator (so, should be placed in the indicator folder). The point is that it ...
Renko Block Charts
- LastViking replied Aug 26, 2009
One more thing. — Lou, Can you repalce all "if(hwnd != 0) PostMessageA(hwnd, WM_COMMAND, 0x822c, 0);" with "if(hwnd != 0) if(PostMessageA(hwnd, WM_COMMAND, 0x822c, 0) == 0) hwnd = 0;" in the version you posted? So we handel the case if someone ...
Renko Block Charts
- LastViking replied Aug 26, 2009
Bugs o bugs... — For those that wan't to dig in to the update issue of the script, have a look in file->offline, look at the nr of bars of the renko history file. Compare it to the bars on the open renko chart window. It's one bar less in ...
Renko Block Charts
- LastViking replied Aug 25, 2009
I just wan't to point out that the script I wrote won't start at some random level. It's always ronded in the (that I think is) correct fashion so your renko chart always look the same. e.g: floor(price/boxsize)*boxsize. But it's true that there is ...
Renko Block Charts
- LastViking replied Aug 24, 2009
As good as it gets — This vill most likely be the final ver. as far as I'm concerned. It fixes High/Low in history in what I think is a reasonable way. It STILL hase some update problems, but I have absolutly no clue about what is causing them ...
Renko Block Charts
- LastViking replied Aug 21, 2009
I aware, I just didn't care.
The only thing that would happen is that we may have to wait one more point before the new bar arrives (I think anyway, floating point is not my strongest point). BTW: Would not somthing like: if(a > (b+point)) work ...Renko Block Charts
- LastViking replied Aug 21, 2009
More or less, it makes an aptempt to callculate the volume for the bars in the history. But it may be a little of at times. (It's just the usal tick volume as it's al we can get in mt4). For the live bars volume is always on. (Press F8 and select ...
Renko Block Charts
- LastViking replied Aug 20, 2009
%@!!??XXXX!!!!!! — BTW: It did take about 2-3 minutes before it started to update the first unfinished bar on my computer... I thought (hoped...) that this was because of some internal cache in MT4 or something (thinking it was cloged with old ...
Renko Block Charts
- LastViking replied Aug 20, 2009
Try this... — I REALY should not be doing this right now, but I guess I just can't help my self (or maybe I'm just bored...) Anyway: BIG Pre beta, alpha, whatever warning on this one as I have only been wathing it for like 1.5 hours or so. But ...
Renko Block Charts
- LastViking replied Aug 18, 2009
legal ws. ilegal — I just wanted to point out that the script I wrote isn't assosiated with any commercial renko script what so ever. It's given away for free, and done by me. I did not put any copyright on it simply because that while the ...
Renko Block Charts
- LastViking replied Aug 17, 2009
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 ...
Renko Block Charts
- LastViking replied Aug 12, 2009
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 ...
Renko Block Charts