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
To help us continually offer you the best experience on ProRealCode, we use cookies. By clicking on "Continue" you are agreeing to our use of them. You can also check our "privacy policy" page for more information.Continue