can anybody please help me this code turn into a screener. i want to see a signal ALL THE TIME. so if the indicator turns green in the screener it should be shown as a long signal all the time until it turns red (short). not only when it turns green. then again it should in the screener be shown as short until it turns again.
thank u in anvance
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
ONCERed=0
ONCEGreen=0
ONCEBlue=0
ONCEFade=0
ONCEBBVal=20//20 BB periods
ONCEBBdev=2.0//2.0 BB Deviation
BBavg=Average[BBval,0](close)//BB mean (middle line) 0=sma
BollUP=BBavg+((std[BBval](close))*BBdev)//Bollinger Upper Band
BollDN=BBavg-((std[BBval](close))*BBdev)//Bollinger Lower Band
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok