OPEN-SOURCE SCRIPT

Moving average strategy

NAME : Moving average strategy
SUMMARY
Long when Short MA period > Long MA period
Exit when Short MA period < Long MA period

Long only strategy, but you can modify this script.
==============================

This strategy uses a moving average line.

It buys when the short-term moving average crosses the long-term moving average and sells when the long-term moving average crosses the short-term moving average.

You can use different moving average lines by setting the MA type.
You can use SMA, EMA, DEMA, TEMA, WMA, and VWMA.

You can also adjust the period of the moving average line.

Price Type sets the type of price that will be used for the moving average line. The options are Close price, Open price, High price, Low price, Typical price, and center price.

High MDD and long periods of sideways movement make it difficult to use in practice, even though the returns may seem high.

Hopefully, you can combine it with other indicators to create a good strategy.

Thank you.
Moving Averages

Script de código abierto

Siguiendo fielmente el espíritu de TradingView, el autor de este script lo ha publicado en código abierto, permitiendo que otros traders puedan entenderlo y verificarlo. ¡Olé por el autor! Puede utilizarlo de forma gratuita, pero tenga en cuenta que la reutilización de este código en la publicación se rige por las Normas internas. Puede añadir este script a sus favoritos y usarlo en un gráfico.

¿Quiere utilizar este script en un gráfico?

Exención de responsabilidad