OPEN-SOURCE SCRIPT

Linear Regression - Reverse Up/Down Strategy

Aggiornato
For my first foray into pine script I took the code from the generic "Consecutive up/down" and flipped the logic. I added a linear regression filter to try and stay with the overall trend. ATR added for visual, I eventually want to use it as part of the money management.


Rules to open trade or close the opposite:
IF the linear regression slope is >=0 AND the last candle closes lower, BUY
IF the linear regression slope is <=0 AND the last candle closes higher SELL

Rules to close the opposite:
IF the linear regression slope is >=0 AND the last candle closes higher, close any open SELL
IF the linear regression slope is <=0 AND the last candle closes lower, close any open BUY

Note di rilascio
Go with or against the Linear Regression trend using pullbacks or looking for breakouts of consecutive bars.
Note di rilascio
Updated smooth moving average for ATR channel
Note di rilascio
Added RSI for filtering overbought and oversold conditions
Note di rilascio
Code cleanup.
Note di rilascio
moved early exit to after entry to reduce redundant position calls
Note di rilascio
Set default behavior to go with major trend(200 linear regression slope) and against minor trend pullbacks(4 linear regression slope)
Note di rilascio
Added a date range function for choosing which date to test.
Linear RegressionRelative Strength Index (RSI)

Script open-source

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.

Vuoi usare questo script sui tuoi grafici?

Declinazione di responsabilità