kprsa

Monster Cumulative Delta Open

After a few requests, the MonsterDelta is is now available with open source.
As mentioned before, it uses an approximation of Up and Down Volume (because they are not kept by Tradingview/not accessible by Pinescript).

The approximation is:

The "up path" on the "up" candle can be approximated by (High-Low).
The "down path" on the "up" candle can be approximated by (High-Close)+(Open-Low).

(and similar for the down candle, like in the 1st post.)

Total path=up path + down path.

Up volume = Tick volume * up path/total path
Down volume = Tick volume * down path/total path

Cheers,
kprsa

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?