instruction for “infinite”

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #244945 quote
    rebreb
    Participant
    Master
    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
    #244947 quote
    JSJS
    Participant
    Master

    Hi,

    As far as I know, there is no keyword for “infinite” in PRT…

    #244948 quote
    JSJS
    Participant
    Master
    I don’t know exactly what the intention is, but in combination with ‘DRAWCANDLE’ it won’t work… (unreadable output).
    Is it only for graphical purposes?
    reb thanked this post
    #244949 quote
    rebreb
    Participant
    Master
    thks for your help. I tried to add a colour above the upper boll, but I will find another solution
    JS thanked this post
    #244950 quote
    JSJS
    Participant
    Master

    If you only want to have a color above the bollinger band, you can use: “ColorBetween”…

    x=BollingerUp[20](close)
    y=100000 //big number
    ColorBetween(x,y,240,230,140,50)
    Return x
    robertogozzi, Iván González and reb thanked this post
    Scherm­afbeelding-2025-03-15-om-17.31.02.png Scherm­afbeelding-2025-03-15-om-17.31.02.png
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
ProRealAI ProRealAI New

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

instruction for “infinite”


ProBuilder: Indicators & Custom Tools

New Reply
Author
author-avatar
reb @reb Participant
Summary

This topic contains 4 replies,
has 2 voices, and was last updated by JSJS
1 year, 6 months ago.

Topic Details
Forum: ProBuilder: Indicators & Custom Tools
Language: English
Started: 03/15/2025
Status: Active
Attachments: 1 files
ProRealCode ProRealCode
Loading...