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
I am looking for a similar indicator for prorealtime.. joined the post so that I can get an update if it becomes available.
The chandelier exit code can be found in this topic: ATR TRAILING STOP
Ah thanks Nicolas. I see now there is also the following link for Chandelier Exit (Atr trailing stop)
Another ATR Trailing Stop
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.
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.