Description for Multiple EMAs Pine Script Multiple EMAs BY Abhijit DGP Overview This Pine Script calculates and plots four Exponential Moving Averages (EMAs) on a TradingView chart: the 9-period EMA, 21-period EMA, 50-period EMA, and 200-period EMA. These EMAs are commonly used by traders to identify trends, potential support and resistance levels, and to make trading decisions.
Features Customizable Input Lengths:
The script allows users to input custom lengths for the EMAs directly from the TradingView interface. The default lengths are set to 9, 21, 50, and 200 periods, which can be adjusted based on the user's preference.
Calculations:
The script uses the ta.ema function to calculate the EMAs for the specified periods. The EMA is a type of moving average that places a greater weight and significance on the most recent data points.
Plotting:
Each EMA is plotted on the chart with distinct colors and line widths for easy identification:
The 9-period EMA is plotted in blue.
The 21-period EMA is plotted in red.
The 50-period EMA is plotted in green.
The 200-period EMA is plotted in orange.
This color-coding helps traders quickly distinguish between the different EMAs on the chart.
In pieno spirito TradingView, l'autore di questo script lo ha pubblicato open-source, in modo che i trader possano comprenderlo e verificarlo. Un saluto all'autore! È possibile utilizzarlo gratuitamente, ma il riutilizzo di questo codice in una pubblicazione è regolato dal nostro Regolamento. Per aggiungerlo al grafico, mettilo tra i preferiti.
Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.