PROTECTED SOURCE SCRIPT

Biitfinex ETH Longs+Shorts

1 238
// version 1.0 alerts of 4 types just testing things out

//version=3

study("Biitfinex ETH Longs-Shorts")

shorts = pow(security("BITFINEX:ETHUSDSHORTS", period, close),1.0)
plot(shorts, title='Bitfinex Shorts', color=red)

longs = pow(security("BITFINEX:ETHUSDLONGS", period, close),1.0)
plot(longs, title='Bitfinex Longs', color=green)

dif=longs+shorts // calculate difference
plot(dif, color=black, title="Difference") // plot difference

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.