Discussion of article "Indicator for Renko charting" - page 3

 
MetaQuotes Software Corp.:

New article Renko chart indicator published:

Author: Dmitriy Zabudskiy

I couldn't get it to work on my MT5... : ///
 
Rodrigo da Silva Boa:
Hello, it's working, it just takes a while to load, wait a few minutes with the indicator on the chart.
I waited about 45 minutes... all blank. It doesn't work on MT5.
 
JoaoLucas21:
I couldn't get it to work on my MT5... : ///
JoaoLucas21:
I waited about 45 minutes... all blank. It doesn't work on MT5.

Look at the OnCalculate () and OnChartEvent () code functions. There are two keys on the keyboard (Latin layout key "R" - code 82 and the "C" key - code 67). When you press the "R" indicator, it draws, as it does at the end of the time, by drawing "time_redraw". Maybe it's because this indicator doesn't attract.

(Message translated by electronic translator, maybe some bugs)

 
Dmitriy Zabudskiy:
Hello!
May be the "step" is big?;
type_step - point (good);
magic_numb - (any thing);
levels_number - (any thing);
levels_color - (any thing);
time_frame - 1H;
time_redraw - 1M;
first_date_start - 01.01.2015 (06/2015 - it is small) ;
type_price - (any thing);
shadow_print - (any thing);
filter_number - 0 or 2 (it is normal);
zig_zag - (any thing);
zig_zag_shadow - (any thing);
zig_zag_width - (any thing);
zig_zag_color_up - (any thing);
zig_zag_color_down - (any thing);
square_draw - (any thing);
square_color_up - (any thing);
square_color_down - (any thing);
square_fill - (any thing);
square_width - (any thing);
frame_draw - (any thing);
frame_width - (any thing);
frame_color_up - (any thing);
frame_color_down - (any thing).
The important parameters is: step, type_step, time_frame, time_redraw, first_date_start, filter_number. Try to work with these settings.
 
anybody give me the renko or renge bar indicator for free....my gmail id ahmedsamiur@gmail.com
 
Hello, good afternoon. I installed the ABCR indicator, but no chart appeared in the new window that opens below the main chart. I've tested it on WINQ16, PETR4, BBAS3, various timeframes. Can anyone advise me on the possible causes? Thank you in advance.
 
I don't think I understand the division of the left side of the first picture.
 

Why are the up (crimson) and down (orange) squares marked with question marks below not formed? There the price has passed the size of the box in the previous direction.

 
Stanislav Korotky:

Why are the up (crimson) and down (orange) squares marked with question marks below not formed? There the price has passed the size of the box in the previous direction.

Perhaps it is a matter of settings. You need to look in detail at the settings you have. Describe everything in more detail, we will analyse it... There is a possibility that the matter is in the code...
 
Dmitriy Zabudskiy:
It may be a matter of settings. It is necessary to examine in detail the settings you have. Describe everything in more detail, we will analyse it... There is a possibility that it's in the code...
This is a picture from the article. According to my understanding, renko should not miss the specified boxes at any settings.