TradingView
bruce.lesko
27 Des 2020 pukul 07.33

Linear Regression - Reverse Up/Down Strategy 

EUR/USDOANDA

Deskripsi

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

Catatan Rilis

Go with or against the Linear Regression trend using pullbacks or looking for breakouts of consecutive bars.

Catatan Rilis

Updated smooth moving average for ATR channel

Catatan Rilis

Added RSI for filtering overbought and oversold conditions

Catatan Rilis

Code cleanup.

Catatan Rilis

moved early exit to after entry to reduce redundant position calls

Catatan Rilis

Set default behavior to go with major trend(200 linear regression slope) and against minor trend pullbacks(4 linear regression slope)

Catatan Rilis

Added a date range function for choosing which date to test.
Komentar
maikaomagamm
I like this idea.. how do I make the code to leave only the purchases
MangoLoke
i just wonder, will the strategy.close will complete close and out from the position?
AntipaniK
Alert plz bro!~!!!!!thanks!
Carl2021111
does this repaint?
tabithacaileigh
wow!
Really amazing stuff!!!!!

can you add BACKTEST PERIOD in your strategy?
bruce.lesko
tabithacaileigh
@Bruce.lesko, Thank you 💓☺️
Lebih lanjut