instruction for “infinite”

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #244945 quote
    reb
    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
    JS
    Participant
    Senior

    Hi,

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

    #244948 quote
    JS
    Participant
    Senior
    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
    reb
    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
    JS
    Participant
    Senior

    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.

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 JS
11 months, 3 weeks ago.

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