J'espère que cette analyse vous donnera des idées ! N'hésitez pas à "liker / commenter / partager / follower" ;)
Le partage c'est avant tout aider les autres à accéder à ce contenu si vous l'avez aimé vous-même !
Amicalement,
Phil
Voici le code utilisé dans la vidéo :
// 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)
Le partage c'est avant tout aider les autres à accéder à ce contenu si vous l'avez aimé vous-même !
Amicalement,
Phil
Voici le code utilisé dans la vidéo :
// 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
İlgili yayınlar
Feragatname
Bilgiler ve yayınlar, TradingView tarafından sağlanan veya onaylanan finansal, yatırım, işlem veya diğer türden tavsiye veya tavsiyeler anlamına gelmez ve teşkil etmez. Kullanım Şartları'nda daha fazlasını okuyun.
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
İlgili yayınlar
Feragatname
Bilgiler ve yayınlar, TradingView tarafından sağlanan veya onaylanan finansal, yatırım, işlem veya diğer türden tavsiye veya tavsiyeler anlamına gelmez ve teşkil etmez. Kullanım Şartları'nda daha fazlasını okuyun.