TradingView
Rodri_Fernando
9. Mrz. 2020 01:37

AX__Support/Resistance 000 y 00  

GBP/JPYOANDA

Beschreibung

There are many assets in the markets that are very sensitive to round levels, especially double or triple zero, so that these levels function as clear levels of support or resistance, sometimes very strong. And that we can take advantage of along with other things, to operate with a greater probability of success.

The script or indicator mainly for all currencies of the FOREX and XAUUSD gold market generates reference lines that at certain times of the market function of resistance or support by performing an automatic line without the need to draw them in tradingview although in tradinview they also generate the same lines only This script has a more prominent visual mode that makes it much better than the generic TV

generates lines every 100 pips FOREX including gold
generates extra lines of 10 pips without losing resolution (optional)
1 to 4 line thickness
4 colors black blue white and gray

I hope this tool helps you in your daily trading if you have any suggestion correction write me in comments or imbox by tradingview messages look for me by the name of AX010

====================================================================

Existen muchos activos en los mercados que son muy sensibles a los niveles redondos, sobre todo a los doble o triple cero, de forma que dichos niveles funcionan como claros niveles de soportes o resistencias, en ocasiones muy fuertes. Y eso lo podemos aprovechar junto con otras cosas, para poder operar con una mayor probabilidad de éxito.

el script o indicador principalmente para todas las divisas del mercado de FOREX y XAUUSD oro genera lineas de referencia que en determinado momento del mercado funciona de resistencia o soporte realizando un linea automatica sin necesidad de trazarlos en tradingview aunque en tradinview tambien generan las mismas lineas solo q este script tiene un modo visual mas resaltante que lo hace mucho mejor que lo generico de TV

genera lineas cada 100 pips FOREX incluido el oro
genera lineas extra de 10 pips sin perder resolucion (opcional)
grueso de linea de 1 a 4
4 colores negro azul blanco y gris

espero que es esta herramienta les ayude en su trading diario si tienen alguna sugerencia correccion escribanme en comentarios o imbox por mensajes de tradingview buscame por el nombre de AX010

saludos



Kommentare
The_Brit
Hi, could you explain this math? What is actually happening here in detail please? Could you annotate each line perhaps?
v1 = 1
z1 = 1
d1 = 1
y1 = 1

if close < 4
v1 := v1*100
d1 := d1*100
y1 := y1/100
z1 := z1/1000
else
if close >= 10 and close<=400
v1 := v1 // 69.953 redondeara a 70
d1 := d1 // como o queremos aleraciones se mantienes el 1
y1 := y1
z1 := z1/10
else
v1 := v1*1/10
d1 := d1*1/10
y1 := y1*10
z1 := z1
redon = round(close*v1)/d1
CodyMaki
hey buds thank you for creating this and thanks for a little bio on the introduction ill place this on the trades see how i like it cheers buds
RameshAkula
how can we implement this for crypto ? or any other asset ?
Rodri_Fernando
@RameshAkula, hello ... well a little complicated because in crypto the values of the digits are very varied, it could be done with cryptos that have a similar range of value, perhaps something more general of larger ranges so that I can give in cryptos I will analyze it and I'll see how I can help you and if it comes out I'll give you the script
RameshAkula
@Rodri_Fernando, perfect, thanks a lot buddy.
andrewmolt
It's not working for me for some reason.
Rodri_Fernando
@andrewmolt, SURE? what's going on? any catch to understand you better? or you already solved it
andrewmolt
It's working now. Not sure why it wasn't working earlier
Mehr