Sürüm Notları:
Minor update: add pnl percent on TP and SL
Açık kaynak kodlu komut dosyası
Gerçek TradingView ruhuyla, bu komut dosyasının yazarı açık kaynak olarak yayınladı, böylece yatırımcılar bunu anlayabilir ve doğrulayabilir. Yazara tebrikler! Ücretsiz olarak kullanabilirsiniz, ancak bu kodun bir yayında yeniden kullanımı Kullanım Koşulları tarafından belirlenmektedir. Bir grafikte kullanmak için favorilerinize ekleyebilirsiniz.
Bu komut dosyasını bir grafikte kullanmak ister misiniz?
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.
Yorumlar
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!