搜尋
產品
社群
市場
經紀商
更多
TW
立即開始
PROTECTED SOURCE SCRIPT
2019年5月4日
Biitfinex BTC Longs-Shorts
圖表
原始碼
更多
加入收藏
加入收藏
1
7
836
// 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
受保護腳本
此腳本以閉源形式發佈。 不過,您可以自由且不受任何限制地使用它 — 在
此處
了解更多資訊。
Lin1996
關注
Accumulation / Distribution Line (ADL)
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在
使用條款
閱讀更多資訊。
Accumulation / Distribution Line (ADL)
受保護腳本
此腳本以閉源形式發佈。 不過,您可以自由且不受任何限制地使用它 — 在
此處
了解更多資訊。
Lin1996
關注
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在
使用條款
閱讀更多資訊。