Add arrow to Histo

1
Guys, is anyone able to help me on this: I´d like to add arrows to the changing color of the Histo.
I tried to add this to the original code:
// Arrow
#property indicator_type1 DRAW_ARROW
#property indicator_label1 "buy"
#property indicator_color1 clrBlack
#property indicator_style1 STYLE_SOLID
#property indicator_width1 5
int series_buy = 0 ;

#property indicator_type2 DRAW_ARROW
#property indicator_label2 "sell"
#property indicator_color2 clrRosyBrown
#property indicator_style2 STYLE_SOLID
#property indicator_width2 5
int series_sell = 1 ;

But I wasn´t able to get any result :-(
Any help is highly appreciated.


Re: Add arrow to Histo

2
easetup13 wrote: Mon Jun 19, 2023 1:34 am Guys, is anyone able to help me on this: I´d like to add arrows to the changing color of the Histo.
I tried to add this to the original code:
// Arrow
#property indicator_type1 DRAW_ARROW
#property indicator_label1 "buy"
#property indicator_color1 clrBlack
#property indicator_style1 STYLE_SOLID
#property indicator_width1 5
int series_buy = 0 ;

#property indicator_type2 DRAW_ARROW
#property indicator_label2 "sell"
#property indicator_color2 clrRosyBrown
#property indicator_style2 STYLE_SOLID
#property indicator_width2 5
int series_sell = 1 ;

But I wasn´t able to get any result :-(
Any help is highly appreciated.
Try here

Who is online

Users browsing this forum: No registered users and 9 guests