Forums › ProRealTime English forum › ProScreener support › Screener for my own indicator › Reply To: Screener for my own indicator
08/16/2018 at 3:26 PM
#78395
Try to change how you display the signal (not using backgroundcolor):
1 2 3 4 5 |
Long = low<low[1] if long then drawtext("*",barindex,low,dialog,bold,18) coloured(0,0,200) endif return long |
I reported that backgroundcolor has been buggy recently, should be fixed in a future patch.