Is there an example somewhere of plotting Alerts on charts?
For example:
...
if (...) {Plot a red diamond at the top of current bar}
else if (...) {Plot a green diamond at the bottom of current bar}
...
Thanks.
For example:
...
if (...) {Plot a red diamond at the top of current bar}
else if (...) {Plot a green diamond at the bottom of current bar}
...
Thanks.
Comment