Release Notes:
Minor update: add pnl percent on TP and SL
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 a publication is governed by House Rules. You can favorite it to use it on a chart.
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.
Comments
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!