S&P 500 E-미니 선물

StockMarket Update : Bubble Reaching a Possible Momentum Limit

639
Hope this idea will inspire some of you !
Don't forget to hit the like/follow button if you feel like this post deserves it ;)
That's the best way to support me and help pushing this content to other users.

Kindly,
Phil

Code used for marketcaps :
// This source code is subject to the terms of the Mozilla Public License 2.0 at mozilla.org/MPL/2.0/
// © PRO_Indicators

//version=4
study("Top5 Cap")
cap(asset) =>
tot_shares = financial(asset, "TOTAL_SHARES_OUTSTANDING", "FQ", barmerge.gaps_off)
tot_shares * security(asset, timeframe.period, close, 0, 1)

top5 = cap("NASDAQ:AAPL")+cap("NASDAQ:MSFT")+cap("NASDAQ:AMZN")+cap("NASDAQ:GOOG")+cap("NASDAQ:FB")


plot(top5)

면책사항

이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.