How to add alert for multiple indicator on separate indicator window? - page 2

 
honest_knave:
I knew it :)
 
honest_knave:

I'm not going to get into the discussion about whether it makes any sense, lest we spin off onto another tangent of pixel stop losses ;-)

Figure out the y values of 30% and 70% of the subwindow's height.

Use ChartXYtoTimePrice() to find out the "price" at 30% and 70% 

Check your indicator values to see if they have crossed those values.

Gooood thanks to helping me :D this tips sounds really good, I hope it refers to subcharts.

I dind't recevied any email on this post, i just decide to check it for curiosity 😍 and you helped me without any hesitation :)

I'll let you know thanks again dude!!

Edit: in the reference the function uses sub_window, so here we go, new horizons for my coding <3
I'll test this function with Comment() and Print ()

Reason: