Attachments forums

List of attachments posted on this forum.


All files on forums: 136172

Add arrow to Histo

easetup13, 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.
All files in topic