Phát hành các Ghi chú:
Minor update: add pnl percent on TP and SL
Mã nguồn mở
Với tinh thần của TradingView, tác giả đã xuất bản tập lệnh theo mã nguồn mở, vì thế trader có thể dễ dàng hiểu và tùy chỉnh được. Bạn có thể sử dụng miễn phí, hoặc tùy chỉnh lại mã đã được cấp phép bởi Quy tắc Chung. Bạn có thể sử dụng nó trên biểu đồ.
How do I get this to show only on the chart I want? For example, when I apply it to AMC, it will show on all the other stocks I open with the settings of the AMC chart.
@Schafft, Hello, it is not possible to activate it on particular condition, like any other indicator, it uses the data loaded by the current chart, it is unfortunately a limitation of pinescript and the tradingview environement
@EmpiricalRaj, unfortunately it is not possible to manage multiple symbols without hardwriting them in the code. there are too many possibility
if you have a fixed list of symbol and not too large, you can modify the code to do this, but it remains on a case-by-case basis, the indicator is intended to be generalist
This publication is now featured in our Editors' Picks: https://www.tradingview.com/scripts/editors-picks/ .
In the name of all TradingViewers, thank you for your valuable contribution to the community, and congrats!
is it possible to add something for margin? like margin maintenance levels etc? would be useful for high volume areas and could help visualize short squeeze zones.
Bình luận
Don't know if pinescript supports something like that.
if you have a fixed list of symbol and not too large, you can modify the code to do this, but it remains on a case-by-case basis, the indicator is intended to be generalist
In the name of all TradingViewers, thank you for your valuable contribution to the community, and congrats!