TradingView
rollas
28 de Abr de 2017 14:50

CFTC/COT:L 

Euro Fx/U.S. DollarFXCM

Descrição

Updated to Tradingview Pinescript 3.0

CFTC COT REPORT IN LEGACY MODE

Source : Quandl

The Commitments of Traders ( COT ) reports provide traders positions at the close of Tuesday's trading session. Reports show how many long and how many short contracts do traders of each category hold. As the original data is weekly, charts will only work at weekly timeframe .

Supported tickers are all major FX pairs against USD and common CFD^s. Chart will not load if ticker is not supported.
Comentários
Mikey618
Love this indicator but doesn't seem to work with any other major pair other than EURUSD
rollas
@Mikey618,

These pairs are valid. There is no COT report for any other pair...

roFXVerify =
ticker == "EURUSD" ? true :
ticker == "GBPUSD" ? true :
ticker == "USDCAD" ? true :
ticker == "USDCHF" ? true :
ticker == "USDJPY" ? true :
ticker == "AUDUSD" ? true :
ticker == "NZDUSD" ? true :
false

roCFDVerify =
ticker == "XAUUSD" ? true :
ticker == "XAGUSD" ? true :
ticker == "XPTUSD" ? true :
ticker == "XCUUSD" ? true :
ticker == "NATGASUSD" ? true :
ticker == "USDBRO" ? true :
ticker == "USDWTI" ? true :
ticker == "CORNUSD" ? true :
ticker == "CT1!" ? true :
ticker == "SOYBNUSD" ? true :
ticker == "SUGARUSD" ? true :
ticker == "WHEATUSD" ? true :
ticker == "CC1!" ? true :
ticker == "KC1!" ? true :
false
Yelian
Doesn't seem to work :(
gee_ell
Absolutely great indicator, thanks. Would you care to explain a little the semantic behind "SMART MONEY" in the input's name? Thanks.
rollas
@gee_ell, Smart Money is Banks and Large investors. They are always at the wining side. On the other hand is hedge funds. As their nature to minimize risk they are at the loser side...
gee_ell
@rollas, can now fully appreciate the tongue in cheek plot name...! By the way, many thanks for your treasure trove of absolutely spot on scripts.
Mais