Recherche dans les idées pour "INDICATORS"
An Ambitious Trader:Butterfly Pattern Harmonic Analysis for GoldAn ambitious trader
Through an analysis of gold, all indicators point to the rise of gold, and this is due to the number of waves that tried to be in the hourly candles, which indicate a high probability of forming the butterfly model, and we know that the butterfly model is one of the most important models that gold depends on in its movements. Gold is out of the green frame, it gives us a high probability of changing the direction of gold.
Update Indices : Perte de Momentum dans la Bulle à venir ?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
// © 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)