Originally posted by Bob777
Would someone please help me with some code for TS6?
Close is greater than 80% of the range of bar. For example: If the range of the bar was 10 points, the close is 8 or greater points.
If (C[0]-L[0]) / (H[0] - L[0]) > .8 then begin
{Insert your code on this line}
end;