PROTECTED SOURCE SCRIPT

Biitfinex ETH Longs+Shorts

1 292
// 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

Feragatname

Bilgiler ve yayınlar, TradingView tarafından sağlanan veya onaylanan finansal, yatırım, işlem veya diğer türden tavsiye veya tavsiyeler anlamına gelmez ve teşkil etmez. Kullanım Şartları'nda daha fazlasını okuyun.