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)
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)
To learn more about the PRO Strategy and request a trial for the indicators:
Website : pro-indicators.com
Discord : discord.gg/Agdf5rt
Website : pro-indicators.com
Discord : discord.gg/Agdf5rt
Penerbitan berkaitan
Penafian
Maklumat dan penerbitan adalah tidak dimaksudkan untuk menjadi, dan tidak membentuk, nasihat untuk kewangan, pelaburan, perdagangan dan jenis-jenis lain atau cadangan yang dibekalkan atau disahkan oleh TradingView. Baca dengan lebih lanjut di Terma Penggunaan.
To learn more about the PRO Strategy and request a trial for the indicators:
Website : pro-indicators.com
Discord : discord.gg/Agdf5rt
Website : pro-indicators.com
Discord : discord.gg/Agdf5rt
Penerbitan berkaitan
Penafian
Maklumat dan penerbitan adalah tidak dimaksudkan untuk menjadi, dan tidak membentuk, nasihat untuk kewangan, pelaburan, perdagangan dan jenis-jenis lain atau cadangan yang dibekalkan atau disahkan oleh TradingView. Baca dengan lebih lanjut di Terma Penggunaan.