에디터즈 픽
OPEN-SOURCE SCRIPT
업데이트됨

Dominance tagcloud [experimental]

14 141
This script is mainly about 2 techniques:

- rectangles that don't overlap with the use of random() -> f_overlap(x1_a, y1_a, x2_a, y2_a, x1_b, y1_b, x2_b, y2_b)
- using a "while loop" (inspired by RicardoSantos)

The loop:

Pine Script®
for x = 0 to 999999 if ... do ... continue else ... break


resembles a "while loop"

There are 2 settings :
"Moving Boxes?"
- enabled: the boxes are made and move randomly
- disabled: the boxes are randomly made, without moving

"Label at the side"
- enabled: labels at the side
- disabled: labels at the rectangles, note while rectangles won't overlap, the text can overlap

스냅샷
스냅샷
스냅샷
스냅샷

스냅샷

Cheers!
릴리즈 노트
Added comment in the script for clarity

This script is best used on continue markets like crypto, otherwise it will give issues, thanks!

면책사항

이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.