OPEN-SOURCE SCRIPT

Stop Loss Indicator

Actualizado
The stop loss indicator is a single trade indicator to manage risk

It tells you the size of the trade you should enter and lets you know where to place stops and when and where to trail your stops to based on ATR, given your entry price and risk amount.

Set the date and time once trade is active and once ATR moves above(long)/below(short) entry price you can move your stop loss following the green triangles.

Short
green triangle down => high + (ATR * 1.5)
red triangle up => low + (ATR * 1.5)

Long
green triangle up => low - (ATR * 1.5)
red triangle down => high - (ATR * 1.5)
Notas de prensa
Improved and clearer visualization of stop loss
hover on end stop loss label for more details
Notas de prensa
Fixed 15 min positioning
Average True Range (ATR)

Script de código abierto

Siguiendo fielmente el espíritu de TradingView, el autor de este script lo ha publicado en código abierto, permitiendo que otros traders puedan entenderlo y verificarlo. ¡Olé por el autor! Puede utilizarlo de forma gratuita, pero tenga en cuenta que la reutilización de este código en la publicación se rige por las Normas internas. Puede añadir este script a sus favoritos y usarlo en un gráfico.

¿Quiere utilizar este script en un gráfico?

Exención de responsabilidad