TradingView
capissimo
28 de Fev de 2021 01:58

ADX Strategy (original) 

Bitcoin / United States DollarCoinbase

Descrição

ADX Strategy

Description:

Generates a long entry signal when the Average Directional Index (ADX) value is greater than the trendlevel and the close is greater than the filter value, and/or generates a short entry signal when the ADX value is greater than the trendlevel and the close is less than the filter value.

The Average Directional Index evaluates the strength of a current trend. The ADX is an oscillator that fluctuates between 0 and 100. Values below 20 indicate a weak trend, values above 40 indicate a strong trend. The direction of the trend is not measured by this indicator.

As usual, the script features signal filtering/generation and a rough estimate of its performance.

Notas de Lançamento

Added exit methods.

Notas de Lançamento

Minor fix to the logic.

Notas de Lançamento

Minor fix.
Comentários
creativH
Hi @capissimo, you have a very beautiful coding standard, beautifully written, and a nice concept of ADX. learn a lot from you. thank you very much.
capissimo
@creativH, thx for your support.
capissimo
@creativH, see my github /capissimo
EfeErdost
How do set an alarm on take profit points?
Mais