For example, I want to place an indicator in the es, which with certain conditions marks a vertical line in the "ES", but also in the "NQ"
if(---conditions of "ES"----){
Draw.VerticalLine(this, Time[0].ToString()+ "taggreen", 0, true, "green"); // Global vertical line ES - ok
Draw.VerticalLine(this, Time[0].ToString()+ "taggreen2", 0, true, "green2"); // Global vertical line NQ ??????????????
}
Thanks.

Comment