Chandelier Exit

Viewing 6 posts - 1 through 6 (of 6 total)
  • #127807

    Hi ProRealCode,

    Is it possible to develop the Chandelier Exit as an indicator (14,22,3) here on the platform? So i can see it as a stoploss-line below the bars?

    Maybe its already developed, but i can’t find it under indicators..

    Greetings and thanks!

    Rob

    #128159

    I am looking for a similar indicator for prorealtime.. joined the post so that I can get an update if it becomes available.

    #128327

    The chandelier exit code can be found in this topic: ATR TRAILING STOP

    #128358

    Ah thanks Nicolas. I see now there is also the following link for Chandelier Exit (Atr trailing stop)

    https://www.prorealcode.com/prorealtime-indicators/another-atr-trailing-stop/

     

    #128384

    Hi Nicolas,

    Would it be possible to adjust the code in a way that if i would change the input, the line in the graph will directly change with it? At the current code one can change the parameters but the graph stay’s the same. One should put it directly in the code to change the line in the graph with it.. See https://www.prorealcode.com/prorealtime-indicators/another-atr-trailing-stop/  AND the attachment with it, that i send.

    #128402

    Make sure that these lines are commented in the code:

    p=14 //ATR period
    mult=2 //multiplier
    mode=1 //trailing stop mode (0=straight line
    otherwise, place a REM in front of each of them, or just delete the lines.
Viewing 6 posts - 1 through 6 (of 6 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login