EightBallDuVal

Price Outpaces Moving Average

With inputs for the moving average, Bullish overshoot percentage, and bearish overshoot percentage, this indicator is attempting to show market tops based on the difference between the current price of an asset and how far away it is from its moving average.

If you have the bullish overshoot percentage set to 1.5:

let's say price is currently at 20,000 and the moving average is around 6500.

The script calculates 20,000/6500 = 3.07

Then, there is a boolean comparison asking if 3.07 > 1.5.

Since it is, the script will create a "SHORT" flag above that candlestick.

A similar process happens for the "LONG" flags.

Script de código aberto

Dentro do verdadeiro espírito TradingView, o autor deste script publicou ele como um script de código aberto, para que os traders possam compreender e checar ele. Um viva ao autor! Você pode usá-lo gratuitamente, mas a reutilização deste código em uma publicação é regida pelas Regras da Casa. Você pode favoritá-lo para usá-lo em um gráfico.

Aviso legal

As informações e publicações não devem ser e não constituem conselhos ou recomendações financeiras, de investimento, de negociação ou de qualquer outro tipo, fornecidas ou endossadas pela TradingView. Leia mais em Termos de uso.

Quer usar esse script no gráfico?