文章 "用于 Renko 制图的指标" - 页 2

 

你好,FernandoH、

您使用的是 RENKO 吗?

我下载了 Custom Chart - demo-free,结果整个终端都崩溃了。我的模板消失了,现在终端甚至无法加载激活的模板。您知道这是怎么回事吗?

 
Mestre DMITRIV 谢谢 !我来自巴西,我很欣赏您的作品。我正在使用其他一些设置的 Renko 指标。迪米特里大师。您在博客上的评论非常有帮助,谢谢!我正在使用一个不同的设置 Renko。我不能设置您的 "abcr "为 "未来IBOVESPA指数 - BMF(WINQ15)" 。我相信我用错了参数......我做了各种组合,但不工作!.....!使用此指数配置大小为 100 点 FOR 1 Brick .我需要设置为 1 分钟,5 分钟,15 分钟和刻度线。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 - true; zig_zag_shadow - 用于根据最高价最低价 绘制之字形(使用最接近的最高价和最低价在端点上构建之字形);我不明白为什么要这样做?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!尊敬的梅洛先生
 
1000016438:
Mestre DMITRIV 谢谢 !我来自巴西,我很欣赏您的作品。我正在使用其他一些设置的 Renko 指标。迪米特里大师。您在博客上的评论非常有帮助,谢谢!我正在使用一个不同的设置 Renko。我不能设置您的 "abcr "为 "未来IBOVESPA指数 - BMF(WINQ15)" 。我相信我用错了参数......我做了各种组合,但不工作!.....!使用此指数配置大小为 100 点 FOR 1 Brick .我需要设置为 1 分钟,5 分钟,15 分钟和刻度线。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 - true; zig_zag_shadow - 用于根据最高价最低价 绘制之字形(使用最接近的最高价和最低价在端点上构建之字形);我不明白为什么要这样做?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!亲切的梅洛先生
您好!
可能是 "台阶 "太大了吧;
type_step - 点(好);
magic_numb - (任何东西);
levels_number - (任意);
levels_color - (任意);
time_frame - 1H;
time_redraw - 1M;
first_date_start - 01.01.2015 (06/2015 - 它很小) ;
type_price - (任何内容);
shadow_print - (任何内容);
filter_number - 0 或 2(正常);
zig_zag - (任何内容);
zig_zag_shadow - (任何内容);
zig_zag_width - (任何内容);
zig_zag_color_up - (任何内容);
zig_zag_color_down - (任何内容);
square_draw - (任何内容);
square_color_up - (任何内容);
square_color_down - (任何内容);
square_fill - (任何内容);
square_width - (任何内容);
frame_draw - (任何内容);
frame_width - (任何内容);
frame_color_up - (任何内容);
frame_color_down - (任意)。
重要参数包括:步长、type_step、时间帧、重绘时间、起始日期、滤波器编号。请尝试使用这些设置。
 
你好,我怎样才能使该指标在 "颜色变化 "后生成买入/卖出信号"X "砖,从而生成专家?
非常感谢 Dmitriy 先生分享该指标。
 
Wiesehofer:
你好,我怎样才能使该指标在 "颜色变化 "后生成买入/卖出信号"x "砖,从而生成专家? 非常感谢 Dmitriy 先生分享该指标。
您可以使用颜色缓冲区 "double RENKO_color[]"。
不要忘记,缓冲区有一个参数 - ArraySetAsSeries。
 
亲爱的 Dmitry

感谢您的伟大指标,我们在 MT5 上非常需要它
我想做和 Wiesehofer 一样的事情,但仍然没有 iCustom 的数据窗口
我也尝试了几个小时,添加了一个新的缓冲区(BoxesBuffer)并复制了RENKO_color[],但没有任何结果

感谢您的时间和帮助

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 :( 刚意识到指示器重新绘制了 :(
 
efmus_fx:
亲爱的 Dmitry 感谢您的伟大指标,我们在 MT5 上非常需要它 我想做和 Wiesehofer 一样的事情,但仍然没有 iCustom 的数据窗口 我也尝试了几个小时,添加了一个新的缓冲区(BoxesBuffer)并复制了



RENKO_color[],但没有任何结果 感谢您的时间和帮助



也许您可以使用这段代码:

//+------------------------------------------------------------------+
//| 自定义指标迭代函数|
//+------------------------------------------------------------------+
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();
//--- 信号
      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");
      }
      }
//--- 信号
     }
//--- 为下一次调用返回 prev_calculated 的值
   return(rates_total);
  }

这段代码会在颜色发生变化时发送信号(警报)。
我只有很少的时间来处理这段代码,希望不会出错。

谢谢...

 
你好,我已经下载、编译并安装了 ABCR指标,但没有出现任何图表,甚至在主图表中也没有着色。有人能告诉我可能的原因吗?非常感谢
 
JOSÉ CARLOS JESUS:

您好,它正在工作,只是加载需要一些时间,请在图表上使用指标 等待几分钟。