maigcaloctopus

CC - Consolidated Interval Display (CID)

Ever wish you didn't have to rapidly flip between 6 different intervals to get the full picture?
Yeah, me too. Do you also wish that you kind of understood how the shift / unshift function works for arrays?
Yeah, I did too. Both of those birds are taken care of with one stone!

The Consolidated Interval Display uses the new Array structure and security to display data for 5m, 15m, 45m, 1h, 4h and 1d intervals SIMUTANEOUSLY! Regardless of which interval you're looking at you can get the full picture of numerical data without flipping around to get it.

This is my first script trying to use arrays. It basically shows the following for the given ticker:

  • ATR14, RSI7, RSI14, SMA50, SMA200 and VWAP at the 5 minute level.
  • ATR14, RSI7, RSI14, SMA50, SMA200 and VWAP at the 15 minute level.
  • ATR14, RSI7, RSI14, SMA50, SMA200 and VWAP at the 45 minute level.
  • ATR14, RSI7, RSI14, SMA50, SMA200 and VWAP at the 1 hour level.
  • ATR14, RSI7, RSI14, SMA50, SMA200 and VWAP at the 4 hour level.
  • ATR14, RSI7, RSI14, SMA50, SMA200 and VWAP at the 1 day level.

To make it more or less busy, I've allowed you to toggle off any of the levels you wish. I've also chosen to leave this as open source, as it's nothing too experimental, and I hope that it can gain some traction as an Array example that the public can use! If you don't like the different values that are shown, use this source code example as a spring-board to put values that you do care about onto the labels.

If this code has helped you at all please drop me a like or some constructive criticism if you do not think it's worth a like.

Good luck and happy trading friends.

If this gets traction, I will post something similar for a combination of SPY, VIX, GOLD, QQQ, IWM and TLT.

All of these scripts are sponsored by NChart, as he has graciously given me money for trading view premium to help me develop scripts! Check my bio for more information and a link to their twitter. Mods if this is not okay DM me, thanks! Apologies.
Script de código aberto

Dentro do verdadeiro espírito TradingView, o autor deste script publicou ele como um script de código aberto, para que os traders possam compreender e checar ele. Um viva ao autor! Você pode usá-lo gratuitamente, mas a reutilização deste código em uma publicação é regida pelas Regras da Casa. Você pode favoritá-lo para usá-lo em um gráfico.

Aviso legal

As informações e publicações não devem ser e não constituem conselhos ou recomendações financeiras, de investimento, de negociação ou de qualquer outro tipo, fornecidas ou endossadas pela TradingView. Leia mais em Termos de uso.

Quer usar esse script no gráfico?