OPEN-SOURCE SCRIPT

DCA, Support and Resistance with RSI and Trend Filter

מאת ‎alescha13‎
מעודכן
This script is based on
tradingview.com/v/8avMvSbe/ script from Kieranj with added pyramiding and DCA

The buy condition (buyCondition) is triggered when the RSI crosses above the oversold threshold (ta.crossover(rsi, oversoldThreshold)), the trend filter confirms an uptrend (isUptrend is true), and the close price is greater than or equal to the support level (close >= supportLevel).

The partial sell condition (sellCondition) is triggered when the RSI crosses below the overbought threshold (ta.crossunder(rsi, overboughtThreshold)) and profit goal is reached, the trend filter confirms a downtrend (isUptrend is false), and the close price is less than or equal to the resistance level (close <= resistanceLevel).
Full sell will be triggered if trend is broken and profit goal is reached

With this implementation, the signals will only be generated in the direction of the trend on the 4-hour timeframe. The trend is considered up when the 50-period SMA is below the 200-period SMA (ta.sma(trendFilterSource, 50) < ta.sma(trendFilterSource, 200)).

Pyramiding should be activated, values like 100, so every DCA step should be around 1%
i have best results on 5 min charts
הערות שחרור
-Added Wavetrend as additional indicator for buying/selling
-Set all default parameters same as i doing backtests.
-other small fixes
הערות שחרור
Added new option:
Using g trend as trend filter module:
tradingview.com/v/utIrJYJS/
thanks LUIS_GANDARA_G_TREND
הערות שחרור
- Added MCAD as trend indicator

- Reworked multi time frames :
The strategy working now on 3 time frames
1. Time frame where buy/sell signals on base of Wavetrend(default is on) and RSI are triggered. I'm using 5 min.
2-3. Slow and fast trend time frames. Signals from time frame 1 are ignored if on this time frames RSI or Trend (MCAD or G trend) conditions are not meet. I'm using 15 min and 4 hours.
הערות שחרור
- in previous post index was of course MACD, cant edit anymore
- Added new option for cooldown between orders
- fixed several bugs, specially on short side trading
הערות שחרור
- added new option: based on ATR partial sells can be deactivated
- updated default values
Stochastic RSI (STOCH RSI)Wave Analysis

סקריפט קוד פתוח

ברוח TradingView אמיתית, מחבר הסקריפט הזה פרסם אותו בקוד פתוח, כך שסוחרים יוכלו להבין ולאמת אותו. כל הכבוד למחבר! אתה יכול להשתמש בו בחינם, אבל השימוש החוזר בקוד זה בפרסום כפוף לכללי הבית. אתה יכול להכניס אותו למועדפים כדי להשתמש בו בגרף.

רוצה להשתמש בסקריפ זה בגרף?

כתב ויתור