OPEN-SOURCE SCRIPT
تم تحديثه

Linear Regression - Reverse Up/Down Strategy

8 838
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

ملاحظات الأخبار
Go with or against the Linear Regression trend using pullbacks or looking for breakouts of consecutive bars.
ملاحظات الأخبار
Updated smooth moving average for ATR channel
ملاحظات الأخبار
Added RSI for filtering overbought and oversold conditions
ملاحظات الأخبار
Code cleanup.
ملاحظات الأخبار
moved early exit to after entry to reduce redundant position calls
ملاحظات الأخبار
Set default behavior to go with major trend(200 linear regression slope) and against minor trend pullbacks(4 linear regression slope)
ملاحظات الأخبار
Added a date range function for choosing which date to test.

إخلاء المسؤولية

لا يُقصد بالمعلومات والمنشورات أن تكون، أو تشكل، أي نصيحة مالية أو استثمارية أو تجارية أو أنواع أخرى من النصائح أو التوصيات المقدمة أو المعتمدة من TradingView. اقرأ المزيد في شروط الاستخدام.