Live, non-repainting strategy using ATR and RSI mixed together to take long and short positions. Includes:
Live entry direction with trade warnings and alerts
Live trade building buy and sell stops (for buy/sell stop limits)
Entry location icons as well as pyramid entries (to add to existing position)
3 separate targets based on the ATR setting and entry location
2 separate trailing stops, 1 for "absolute stop" and 1 for "take profit stop"
Alert conditions for every update and condition change of the strategy
4 pre-built color themes, including candlestick coloring
This strategy is best used with my RSI Shaded Indicator using the identical RSI settings.
版本注释
Add the strategy script. This script is used solely for alerts, because Trading View still after 3 years of requesting does not provide the ability to use alert conditions inside a strategy script, only an indicator script. The linked strategy should be used to backtest your settings.
Please PM for access. Cheers.
版本注释
Updated long/short building algorithms
Added alerts for scalp trades building and scalp trade entries
Videos added for basic instructions linked at the bottom of this indicator page.
版本注释
Updated long/short building algorithm and alerts.
版本注释
Added dark theme button
Added ability to adjust ATR stop line thickness
版本注释
Updated scalp and trade criteria, slight tweak.
Separated stop tick rounding and target tick rounding, now independent.
Update dark colors to slightly more dark.
Session input is now used to determine if alerts should fire, default is 24x7 until changed. If the session parameter is specified before adding an alert, only alerts that are within the session scope will fire.
Toggle swing trades and scalp trades on/off is now possible.
Fixed locations where an existing trade active, but an opposite trade is building.
版本注释
Updating color themes.
Added trailing stop ATR multiplier. Previously the trailing long is updated each time the minor trend flips back in the direction of the major trend. For a long, the stop update would be something on the order of: stop = Maj_Trend - Min_ATR_Mult * ATR. The ATR multiplier used now will be the stop multiplier so that the function is exclusive: stop = Maj_Trend - Stop_ATR_Mult * ATR. This helps with the ability to both specify the minor ATR multiplier while not affecting the sensitivity of the stop. As always after a swing long/short is initiated, if the Major Trend flips, the stop will be updated to the rounded tick value below or above the candle that caused it to flip.
版本注释
Decoupled scalp trades from long trades when scalp trades are not active.
Updated styling.
版本注释
Added toggles to completely disable long or short trades.
版本注释
Fixed coloring bug.
版本注释
Fixed more coloring issues for live trading corner cases.
版本注释
Fixed exit 'X' mark bug placement.
版本注释
Very slight tweak of the entry algorithm for swing/target type trades.
版本注释
Fixed live mode for renko based charts.
版本注释
Fixed session problem with new TV update.
Updated live trading overlays for Renko mode.
版本注释
Fixed live stop values for pending trades in renko mode.
Helped whipsaws in renko mode for false trade positives.
版本注释
Updating target plotting.
版本注释
Fixed display bugs on renko type charts.
版本注释
Tweak to renko mode for ATR trend reversal. Updated session logic for alerts.
版本注释
Updated to version 4 Pinescript.
Added member features.
版本注释
Updated member features.
版本注释
Updated member features.
版本注释
Added Multiple Timeframe (MTF) aspect to the Major/Minor ATR Supertrend stops. These run without accessing the security() function and are very robust. The Major and Minor trends will operate independent of the chart interval when the chart interval is is less than the desired MTF interval. By default the check box "Always use chart interval instead?" is selected to lock the ATR Supertrend intervals to the chart interval. Uncheck this box and input a desired interval of choice greater than or equal to the chart interval to experience the MTF aspect.
Added alerts for trend direction shift of the Major ATR Trend.
版本注释
Added dynamic alert support intended for auto-trading.
Updated title.
版本注释
Fixed MTF bug on minor scalp ATR trend.
版本注释
Minor styling update for look and feel.
版本注释
Optimized for new OHLC Renko charts.
Added dynamic alert values.
版本注释
Fixed issue with MTF ATR.
版本注释
Updated target reached alerts
Separated alerts for initial entry activation and pyramid entry activation
Fixed minor issues with long/short entry lines not showing right value
版本注释
Added scalp targets in dynamic alerts.
Attempt to fix bug for null values published in normal targets, simplified alert logic.