instruction for “infinite”
Forums › ProRealTime English forum › ProBuilder support › instruction for “infinite”
- This topic has 4 replies, 2 voices, and was last updated 1 week ago by
JS.
Viewing 5 posts - 1 through 5 (of 5 total)
-
-
03/15/2025 at 3:17 PM #244945
Hello
I’d like to insert to an indicator a code with “DRAWCANDLE” between Bollsup and+ infinite :
something like
DRAWCANDLE(infinite, bollsup, infinite, bollsup)coloured(R,G,B,x)
What is the instruction for +/- infinite ?
Thanks by advance
Reb
03/15/2025 at 4:23 PM #24494703/15/2025 at 4:34 PM #24494803/15/2025 at 4:47 PM #24494903/15/2025 at 5:31 PM #244950If you only want to have a color above the bollinger band, you can use: “ColorBetween”…
ColorBetween1234x=BollingerUp[20](close)y=100000 //big numberColorBetween(x,y,240,230,140,50)Return x3 users thanked author for this post.
-
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)