I am using this code.
https://usethinkscript.com/threads/support-resistance-with-breaks-and-retests-for-thinkorswim.14893/
Its helpful. When I turn on the breakout bubbles, its gets crowded. Can you please help to modify the code by limiting the bubbles to last 10 bubbles (for example) and move the bubbles out of candles (like bubble_offset)?
input bubble_offset = 6;
input limit_bubbles = yes;
input bubble_limit = 10;
Thanks in advance
https://usethinkscript.com/threads/support-resistance-with-breaks-and-retests-for-thinkorswim.14893/
Its helpful. When I turn on the breakout bubbles, its gets crowded. Can you please help to modify the code by limiting the bubbles to last 10 bubbles (for example) and move the bubbles out of candles (like bubble_offset)?
input bubble_offset = 6;
input limit_bubbles = yes;
input bubble_limit = 10;
Thanks in advance
Last edited by a moderator: