📈Los mejores scripts para la plataforma de negociación Thinkorswim (TOS)

Ho la chicos! Se han acumulado muchos scripts útiles para la plataforma de negociación de TOS. Quiero compartirlos contigo.

El primer script es ALTO, BAJO, ABIERTO, CERRADO — LÍNEA DE APOYO Y RESISTENCIA.

El indicador dibujará los niveles de apertura, cierre, máximo y mínimo de un día actual y anterior en el gráfico.

#thinkscript indicator : OCHLO_levels

#It draws yesterday High, Low, Open, Close support and resistance line

#by thetrader.top

input sPeroid = {default DAY, WEEK, MONTH};

input iHigh = {default “yes”, “no”};

input iLow = {default “yes”, “no”};

input iClose = {default “yes”, “no”};

input iOpen = {default “yes”, “no”};

input iTodayOpen = {default “yes”, “no”};

plot pHigh = if !iHigh then high(period = sPeroid)[1] else Double.NaN;

plot pLow = if !iLow then low(period = sPeroid)[1] else Double.NaN;

plot pClose = if !iClose then close(period = sPeroid)[1] else Double.NaN;

plot pOpen = if !iOpen then open(period = sPeroid)[1] else Double.NaN;

plot pTodayOpen = if !iTodayOpen then open(period = sPeroid)[0] else Double.NaN;

pHigh.SetDefaultColor (Color.GREEN);

pHigh.SetPaintingStrategy(PaintingStrategy.DASHES);

pLow.SetDefaultColor(Color.RED);

pLow.SetPaintingStrategy(PaintingStrategy.DASHES);

pClose.SetDefaultColor (Color.GRAY);

pClose.SetPaintingStrategy(PaintingStrategy.DASHES);

pOpen.SetDefaultColor (Color.WHITE);

pOpen.SetPaintingStrategy(PaintingStrategy.DASHES);

pTodayOpen.SetDefaultColor (Color.WHITE);

pTodayOpen.SetPaintingStrategy(PaintingStrategy.DASHES);

Sabemos cómo eliminar el retraso y otras limitaciones de la cuenta Thinkorswim (TOS). Todos los detalles en este enlace. Puedes ir ahora.

--

--

--

Ayudamos a los traders de España y Sudamérica a registrar una cuenta 👉ThinkOrSwim (TOS) RealTime 💥 https://www.tsrangers.com/es

Love podcasts or audiobooks? Learn on the go with our new app.

Recommended from Medium

Analyze slow websites using Chrome dev tools network panel — Tips & Tricks

Cover background

Cold Start Comparison of AWS Lambda and Cloudflare Workers

AWS Lambda vs. Cloudflare Workers vs. AWS Cloudfront Function cold start comparison with Ddosify Cloud.

Learn Practical Programming: Step 1+

I can’t help you be productive — I literally just spent almost two hours clicking and refreshing…

Looking back at the highlights of Future Tech Masterclasses Live 2020

echoAR sponsors StanHacks and runs Virtual Workshop

From English teacher to full-stack developer: story of Edward

Manychat tutorials

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
ThinkOrSwim para España (no oficial)

ThinkOrSwim para España (no oficial)

Ayudamos a los traders de España y Sudamérica a registrar una cuenta 👉ThinkOrSwim (TOS) RealTime 💥 https://www.tsrangers.com/es

More from Medium

Breezy Bay Alpha March 2022 — everything you need to know

The Gender of Open Source

Negotiating and Surviving the 21st Century Welfare System and Labour Market—Thoughts on 2 Ken Loach…

The ‘Not so Great’ Gender Divide :