OPEN-SOURCE SCRIPT

DANGHIEU EMA 34/89/200 ribbon

1. EMA 200 với tùy chọn bật/tắt:

showEma200 = input.bool(true, "Hiển thị EMA 200"): Tạo tùy chọn bật/tắt EMA 200 trong cài đặt.
Nếu true, EMA 200 sẽ được hiển thị. Nếu false, EMA 200 sẽ bị ẩn.

2. Điều kiện hiển thị:

plot(showEma200 ? ema200 : na, color=color.blue, linewidth=2, title="EMA 200"): Nếu showEma200 là true, EMA 200 sẽ được vẽ, ngược lại sẽ bị ẩn.

3. Màu sắc và độ dày:

EMA 200 có màu xanh dương (color.blue) và độ dày linewidth=2. Bạn có thể điều chỉnh theo nhu cầu.
Bands and Channels

Open-source script

In true TradingView spirit, the author of this script has published it open-source, so traders can understand and verify it. Cheers to the author! You may use it for free, but reuse of this code in publication is governed by House rules. You can favorite it to use it on a chart.

Want to use this script on a chart?


Also on:

Disclaimer