Search
Products
Community
Markets
News
Brokers
More
IN
Get started
Community
/
Indicators and strategies
/
Biitfinex BTC Longs-Shorts
PROTECTED SOURCE SCRIPT
Biitfinex BTC Longs-Shorts
By Lin1996
Follow
Follow
May 4, 2019
1
7
Add to favorites
Add to favorites
May 4, 2019
// version 1.0 alerts of 4 types just testing things out
//
version
=3
study("Biitfinex BTC Longs-Shorts")
shorts = pow(security("BITFINEX:BTCUSDSHORTS", period, close),1.0)
plot(shorts, title='Bitfinex Shorts', color=red)
longs = pow(security("BITFINEX:BTCUSDLONGS", period, close),1.0)
plot(longs, title='Bitfinex Longs', color=green)
dif=longs+shorts // calculate difference
plot(dif, color=black, title="Difference") // plot difference
Accumulation / Distribution Line (ADL)
Protected script
This script is published closed-source and you may privately use it freely.
Want to use this script on a chart?
Add to favorites
Lin1996
Follow
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the
Terms of Use
.