I'm trying to draw a triangle, that is included in the AutoScale.
Draw.Triangle(this, "HTFOpen_Long_TRI_" + (CurrentBar-1), true, 4, Low[1]-8*distance_Dot, 1, Low[1]-3*distance_Dot, -2, Low[1]-8*distance_Dot, Brushes.LimeGreen, Brushes.LimeGreen, 50);
Thanks
Thomas

Comment