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

 

Hello FernandoH,

Are you using RENKO?

I downloaded Custom Chart- demo-free and the whole terminal crashed. My templates disappeared and now the terminal won't even load the active ones. Do you have any idea what it is?

 
Mestre DMITRIV Thank you ! I'm from Brazil and I appreciate your available artig. I'm Using some Other setup Renko indicator. Dimitri master. Your comments on the blog are being very helpful, thank! I'm using a different setup Renko. I can not set up your "abcr" for the "Future Ibovespa Index - BMF (WINQ15) " . I believe I'm going with the wrong parameters ..I have done various combinations but does not work !! Use this index configuration size of 100 points FOR 1 Brick .I need setting for 1 minute, 5 minutes, 15 minutes and ticks. I would greatly appreciate that u help me set up correctly .. step - 100 type_step - point magic_numb - ? levels_number - 1 levels_color - ok time_frame - 1 , 5 , 15 e ticks ? time_redraw - current first_date_start - 06/2015 type_price - Close shadow_print -true; filter_number -2 (the price need to revert back all the brick is, and again the previus ,ok?) zig_zag - true; zig_zag_shadow - used to draw ZigZags according to the maximum and minimum prices (uses the closest maximum and minimum prices to construct zigzags on endpoints); I did not understand ?? zig_zag_width - 2 zig_zag_color_up - yellow zig_zag_color_down - red square_draw - TRUE; square_color_up - YELLOW; square_color_down - RED; square_fill - brick coloring on the main chart; TRUE square_width - 2 ; frame_draw - TRUE frame_width - 2 frame_color_up - YELLOW frame_color_down RED THank You and sorry for taking your time! Graciously, Mr. Melo
 
1000016438:
Mestre DMITRIV Thank you ! I'm from Brazil and I appreciate your available artig. I'm Using some Other setup Renko indicator. Dimitri master. Your comments on the blog are being very helpful, thank! I'm using a different setup Renko. I can not set up your "abcr" for the "Future Ibovespa Index - BMF (WINQ15) " . I believe I'm going with the wrong parameters ..I have done various combinations but does not work !! Use this index configuration size of 100 points FOR 1 Brick .I need setting for 1 minute, 5 minutes, 15 minutes and ticks. I would greatly appreciate that u help me set up correctly .. step - 100 type_step - point magic_numb - ? levels_number - 1 levels_color - ok time_frame - 1 , 5 , 15 e ticks ? time_redraw - current first_date_start - 06/2015 type_price - Close shadow_print -true; filter_number -2 (the price need to revert back all the brick is, and again the previus ,ok?) zig_zag - true; zig_zag_shadow - used to draw ZigZags according to the maximum and minimum prices (uses the closest maximum and minimum prices to construct zigzags on endpoints); I did not understand ?? zig_zag_width - 2 zig_zag_color_up - yellow zig_zag_color_down - red square_draw - TRUE; square_color_up - YELLOW; square_color_down - RED; square_fill - brick coloring on the main chart; TRUE square_width - 2 ; frame_draw - TRUE frame_width - 2 frame_color_up - YELLOW frame_color_down RED THank You and sorry for taking your time! Graciously, Mr. Melo
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.
 
Hi, how can i make the indicator generate a buy/sell signal "x" bricks after "color change" to generate a expert?
Thank you so much to share this indicator Mr Dmitriy.
 
Wiesehofer:
Hi, how can i make the indicator generate a buy/sell signal "x" bricks after "color change" to generate a expert?
Thank you so much to share this indicator Mr Dmitriy.
Hi. You can use the color buffer "double RENKO_color[]".
Do not forget, the buffer have parameter - ArraySetAsSeries.
 
Dear Dmitry

Thank you for your Great indicator, we really need it on MT5
I wanted to do the same as Wiesehofer, but still don't have no DATA Window for iCustom
I also tried for hours and added a new buffer (BoxesBuffer) and copied RENKO_color[] without any result

Thank you for your time and help

   if(func_new_bar(time_redraw)==true)
     {
      func_concolidation();

      for(int i=1;i<50;i++)
        {
            BoxesBuffer[i] = RENKO_color[i];
            //Print(RENKO_color[i]);
        }      
     }




 
Oups :( Just realized that the indicator repaint :(
 
efmus_fx:
Dear Dmitry

Thank you for your Great indicator, we really need it on MT5
I wanted to do the same as Wiesehofer, but still don't have no DATA Window for iCustom
I also tried for hours and added a new buffer (BoxesBuffer) and copied RENKO_color[] without any result

Thank you for your time and help

  

Maybe You use this code:

//+------------------------------------------------------------------+
//| Custom indicator iteration function                              |
//+------------------------------------------------------------------+
int OnCalculate(const int rates_total,
                const int prev_calculated,
                const int begin,
                const double &price[])
  {
//---
   if(func_new_bar(time_redraw)==true)
     {
      func_concolidation();
//--- Signal
      int color_1=int(RENKO_color[1]);
      int color_2=int(RENKO_color[2]);
      
      if(color_1!=color_2)
      {
      static int col_1;
      static int col_2;

      if(col_1!=color_1 || col_2!=color_2)
      {
      col_1=color_1;
      col_2=color_2;
      Alert("COLOR_CHANGE");
      }
      }
//--- Signal
     }
//--- return value of prev_calculated for next call
   return(rates_total);
  }

This code send the signal (Alert), every time, when color is changes.
I had small time for work on this code, I hope there are no errors.

Thank You...

 
Hello, I have downloaded, compiled and installed the ABCR indicator, but no graph has appeared and it has not even coloured in the main graph. Can anyone advise me on the possible causes? Thank you in advance
 
JOSÉ CARLOS JESUS:

Hello, it's working, it just takes a while to load, wait a few minutes with the indicator on the chart.