I have an EFS script where i print a symbol on the top/bottom of the bar the first time a bar closes above/below the bollinger bands, ie, if it closes above the top bollinger, then give me the opposite signal the next time a bar closes below the bottom bollinger. The problem i have is i want to be able to mark the signals i like, so i want to be able to click on the bar giving me a signal and have an image/shape placed ontop/below, depending on the signal given. This also means that if i click on a bar that has no signal, nothing should be printed on the chart. I've used a variable in my code to try to accomplish this but it doesn't seem to want to print at all.
Does anyone know wat i'm doing wrong and be able to point me in the right direction??
Thanks in advance,
Does anyone know wat i'm doing wrong and be able to point me in the right direction??
Thanks in advance,
Comment