הערות שחרור:
Minor update: add pnl percent on TP and SL
סקריפט קוד פתוח
ברוח TradingView אמיתית, מחבר סקריפט זה פרסם אותו עם קוד פתוח, כך שסוחרים יוכלו להבין ולאמת זאת. הידד למחבר! אתה יכול להשתמש בו בחינם, אך שימוש חוזר בקוד זה בפרסום הנו בכפוף ל כללי הבית . אתה יכול להגדירו כמועדף ולהשתמש בו בגרף.
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.
תגובות
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!