Hello Chris!
It's working fine! Thank you, Thank you very much!!!
Respectfully yours,
Announcement
Collapse
No announcement yet.
I need help to draw a line...
Collapse
X
-
Yes, use the drawLineRelative() function.
Assuming, for example, that your script determines that the offset to the bar you are interested in is currently -10, then
PHP Code:nOff = -10;
drawLineRelative( nOff, close(nOff), nOff+2, close(nOff), PS_SOLID, 2, Color.blue );
Chris
Leave a comment:
-
I need help to draw a line...
Hello everyone!
Is there way to draw a horizontal line on ONLY specified amount of bars (ex. 2 bars) ahead from O/H/L/C single price bar that meet specific criteria or condition?
I would appreciate any tips...
Thanks in advance!Tags: None
Leave a comment: