SWING TRADER V4 swing trading script (on test)
Long = buy signal
Short = sell signal
simple buy/sell script confirmed on bar close
Use ema's for the stoploss once price goes above or below these ema's
alerts available
Swingtrading
Full Range Trading Study with Alerts and DCA
Introduction
This is the study version of my range trading strategy. It is designed to be a “drop in” replacement for its twin strategy. I have replicated the analysis logic and entry and exit procedures to produce a nearly identical result set to the strategy. Other than the properties tab, the inputs dialog is exactly the same. Backtest the strategy to determine the best inputs to trade. Then apply the same inputs to this study to forward test. Alerts are available for trade entry, take profit close and stop-loss exit. Please see the strategy version for a complete description of the trading behavior of this script.
In brief, this script is intended to benefit from a range bound market. The trading behavior is to buy on weakness and sell on strength. As such trade orders are placed in a counter direction to price pressure. What you will see on the chart is a short position on peaks and a long position on valleys. This is accomplished by calculating pivot points from the price stream. Rising pivots are shorts and falling pivots are longs. I refer to pivots as a vertex in the inputs dialog box. The cone based measurement adds a peak, sides and a base to the calculation elements. This allows the inputs to focus on adjusting the location of trades and not just trend lines. The pivot points can be plotted on the backtest. You can use the vertex input values to move the pivots where you want trades to be. This script can be traded in four different modes: Long, Short, BiDir, and Ping Pong. When trading in “Ping Pong” mode long and short positions are intermingled continuously as long as there exists a detectable vertex. I also have a trend following version of this script for those not interested in trading the range.
This script employs a DCA feature which enables users to experiment with loss recovery techniques in the backtest. Here in the study the summary report displays the “Debt Sequence” number which can be used to manually increase the order size on subsequent trades at the broker. The script keeps track of debt incurred from losing trades. When the debt is recovered the “Debt Sequence” resets to zero so orders can return to the base size. Be sure to set the limiter to prevent your account from depleting capital during runaway markets.
Consecutive loss limit can be set to report a breach of the threshold value. Every stop hit beyond this limit will be reported on a version 4 label above the bar where the stop is hit. Use the consecutive loss limit to manually halt live trading on the broker side.
Design
This script uses twelve indicators on a single time frame and is approximately 1800 lines of Pine 4 code. The original trading algorithms are a port from a much larger program on another trading platform. I’ve converted some of the statistical functions to use standard indicators available on TradingView. The setups make heavy use of the Hull Moving Average in conjunction with EMAs that form the Bill Williams Alligator as described in his book “New Trading Dimensions” Chapter 3. Lag between the Hull and the EMAs form the basis of the entry and exit points. The vertices are calculated using one of five featured indicators: Volume, Histogram, Fractal, Candle and Macro. The backtest is used to determine the best fit for your desired trading instrument. The incorporation of five distinct pivot point calculations broadens the scope of the markets where this tool can be beneficial.
Example configurations for various instruments along with a detailed PDF user manual is available.
Indicator Repainting
Please see the strategy script for a more detailed description of the repaint problem. The goal of my repaint prevention in the study script is simply to ensure that my signal trading bias remains consistent between the strategy, study and broker. This script employs the following conventions in effort to avoid indicator repainting:
1. This script uses only 1 time frame. The chart interval.
2. Every entry and exit condition is evaluated on closed bars only.
3. Entry and exit plots are not triggered off trend line crossovers.
4. No security functions are called to avoid a look-ahead possibility.
5. Every contributing factor specified in the TradingView wiki regarding this issue has been addressed. Except the use of the exponential moving average which is essential to my strategy.
6. I’ve run a 10 minute chart live for a week and compared it to the same chart periodically reloaded. The two charts were highly correlated with no instances of completely opposite real-time signals
This script does indeed bring up the TradingView warning dialog. The only reason for this is due to “peculiarities of the algorithm” regarding the EMA as stated in the wiki article.
The Bottom Line. Does this script repaint. Yes, it will repaint about as much as every other trading platform which combines backtest data with real time prices in a live trading scenario.
Usage
Please be aware that the purpose of the study script is to perform forward testing of the configuration established in the backtest process. Therefore, the usage here in the study begins with the backtest configuration parameters. The following steps provide instructions to get this study script connected to the TradingView alert notification system. For a detailed description of how to create a range trading system using this script please see the strategy version.
Step 1. Create a chart with the trading instrument and interval used in the backtest.
Step 2. Find this script in the “Invite Only” section of the Indicators Dialog and apply it to the current chart.
Step 3. Copy the values from the backtest input dialog to the study.
Step 4. Open the TradingView Alert window.
Step 5. In the “Condition” drop down field find and select the name of the script.
Step 6. A new drop down field will appear with the alerts available in the script. This script exposes the following six signals:
Long Entry Signal
Long Profit Signal
Long Stop-loss Signal
Short Entry Signal
Short Profit Signal
Short Stop-loss Signal
Select the signal for which you want notification.
Step 7. In the “Options” field select the frequency of the alert. Typically, "Once Per Bar" or "Once Per Bar Close" will be sufficient.
Step 8. Set the expiration date and time.
Step 9. Select the action of the alert. Currently TradingView offers six different actions:
Notify on App
Show Popup
Send Email
Webhook URL
Play Sound
Send Email to SMS
Step 10. Create a message to to transmitted with the alert. The script provides a default message which can be overridden with any custom description. The price, time and other reserved chart elements can be included in the message
Step 11. Click the “Create” button to generate this single alert.
Step 12. Repeat steps 1 through 11 for every signal you wish to receive.
This script is open for beta testing. After successful beta test it will become a commercial application available by subscription only. I’ve invested quite a lot of time and effort into making this the best possible signal generator for all of the instruments I intend to trade. I certainly welcome any suggestions for improvements. Thank you all in advance.
6Hours swingalgo by BiO-618Hey, I want to share you this algo I remade for a bullish market.
*It uses about 11 indicators, 3 of them made by me to avoid BUYs on the start of a big dump.
*It was added ghost pivots for weekly and monthly values, really useful!
Let me know any suggestion, I will keep working to improve it
CFT Auto Pivot Trend LinesThis script draws real time trend lines from swing highs and lows which will automatically draw your trend lines for you.
Extremely useful for catching a trend confirmation and triangle break outs.
This is best used with the CFT Auto Support & Resistance Indicator and CFT Buy Sell Signals for additional confirmations.
If you need any help just message me.
Magical Onion Oscillator V1This script is a oscillator that has many features. It is designed to give infrequent but super high quality signals. The basic concept is that when the fast line goes over 1, price is overbought, and when the fast line dips below 0, price is oversold. This is reflected by both the fill color on the oscillator, and by coloring the bars. When the area between the two lines is green, the trend is up, and when the fill color is red, the trend is down. The trend feature is not the primary use for this oscillator, the overbought/oversold signals are much more powerful.
Signals
When the bars are colored bright red or green, that means the price is overbought/oversold.
When the fill color is green, the trend is up. When the fill color is red, the trend is down.
Entry signals are given by the vertical green or red stripes in the oscillator window.
Settings
Timeframes 1-4 These settings are to change the time frames the oscillator uses to do calculations. The defaults should work fine for most time frames, but I allow you to modify these for extremely small or large timeframes. The input needs to be a multiplied minute, day, week, or month. For example if you would like to use this on the 1min chart, a possible setup could be 60,240,720,D. This would correspond to 1hr, 4hr, 12hr, D. If you wanted to use it on a larger timeframe like the daily, you could use M,2M,3M,4M. Which would mean 1,2,3,4 months. The default timeframes are very good for the charts in the range of 30min to 4hr.
Fast Length This is the smoothing factor for the fast line. The default is recommended, but you are free to customize as needed. Note that a higher value here will decrease the amount of signals.
Slow Length This is the smoothing factor for the slow length. It will work similarly to the short length, smaller values will increase signal frequency, but also make the trend signal choppier.
Adjustment Lag Turning this value down will cause the indicator to remain oversold and overbought for shorter periods. This will decrease the amount of signals. Turning it up will have the opposite effect.
Color Bars Toggling this turns on and off the bar coloring.
Color Lines According to Trend Toggling this option colors the oscillator lines according to the trend direction.
Please send me a message or leave a comment if you have any questions, good luck.
Cyatophilum H.A. Swing [ALERT SETUP]Hi guys, to celebrate the beginning of a new altcoins cycle, I created a Swing trade Indicator. (It's a joke, there will not be any altcoins cycle)
Cyatophilum Heikin Ashi Swing
This indicator will allow us to create one strategy for each pair and never miss those big swings ever again!
HOW BEAT BUY & HOLD WORKS
This kind of strategy is a safe long term investment , usually played in high timeframes such as 4H, 1D etc.
It is perfect for beginners in trading as the process is very simple: buy and sell when you receive the alert. The high timeframes allows to trade manually by receiving alerts on your phone or email, but you also can automate it if you prefer.
The primary goal of these strategies is to increase your capital faster than someone simply holding the asset .
The trades are made with no leverage and 100% equity . It is for those who want to grow their portfolio fast without risking to lose everything. You can use several strategies at once, in this case split your equity accordingly.
HOW DOES IT WORK?
The Heikin Ashi candles are very usefull. This strategy is built upon H.A. candles but is used on normal candles, because H.A. candles price are an average of real candles and we want to know the real price. I did the trick by recalculating the H.A. open, high, low and close with the original formula based on the real candles's ohlc. This allows me to use the strategy tester and backtest with real results.
HOW TO USE
Creating a signal is as simple as adding the indicator called to your chart and click "Set alert". Select "Once per bar close" for your alert options.
There are 3 alerts:
- BUY
- SELL
- BUY OR SELL (for free TV users)
Sample Backtest results
Bitcoin/Dollar
Ethereum/Bitcoin
Basic Attention Token/Bitcoin
> > Start using the indicator now < <
Note: This version is the ALERT SETUP. You can find the Backtest version on my profile scripts.
Auto Swing Trading IndicatorAuto Swing Trading Indicator is based on 5 different technical indicators. This indicator uses these different indicators to determine the best time to BUY and SELL. This Indicator will not Repaint and signal at candle close is final.
This Indicator is best used on 4 hrs timeframe. But can be used on any timeframe.
Targets (T1) are displayed when there is a BUY signal. Targets are based on the combination of previous High and Low.
The strategy is to sell 50% at T1 and ride until the SELL signal posted.
Buy and Sell Alerts are added for this indicator. In the Alerts window, please choose the option "Once the candle closes" for best results.
More features are going to be added to this indicator.
This is an invite-only script. Please message me for access
Paid In FullThis script is best used with Wave Momentum Oscillator because it indicate whether the market is still choppy and uncertain before you enter a trade based on the Wave Momentum - only use this indicator if you are a WaveTrader.
Tonislonis ReversalsHello,
so this is one of my so called "algos", which I crafted to give me indication of one certain pattern happening. I saw that this "pattern" had some pretty nice returns, if you use it on daily chart on big cap stocks and mix it with order flow or unusual option activity (sweeps).
Best entries happen when the yellow triangle appears little bit away from 13 EMA. Check the order flow and if everything looks like you have an edge, then take a trade and take profit near 13 EMA.
Not gonna share any code, because it's my magical "black box", which I built and be grateful that I'm even publishing it. Not gonna share anymore information about this. Just if you like it then use it and if not then don't.
Now go out there and make a living from it taking trades as some freaking yellow triangles show you entries lol.
RJT CONTINUATION TRADE STRATEGY - TRADE ENTRY INDICATORThis indicator is used to trade the RJT Continuation Trade Strategy . The fundamental idea behind this strategy is that a trend will continue. Initial entries are placed along with take profit targets and stop losses, then additional entries are placed when pull backs are identified.
This indicator highlights when to place Trade Entries - both long and short, as well as Take Profits and Stop Losses, below the price chart.
This is most powerful when combined with the RJT Continuation Trade Strategy - Trade Overview Indicator
RJT CONTINUATION TRADE STRATEGY - TRADE OVERVIEW INDICATORThis indicator is used to trade the RJT Continuation Trade Strategy . The fundamental idea behind this strategy is that a trend will continue. Initial entries are placed along with take profit targets and stop losses, then additional entries are placed when pull backs are identified.
This indicator gives an overview of where Trade Entries - both long and short, as well as Take Profits and Stop Losses are on the price chart.
This is most powerful when combined with the RJT Continuation Trade Strategy - Trade Entries Indicator
Gravity Swing Oscillator V1 - optimized for CryptoGravity Swing Oscillator V1 - optimized for Crypto
- Top & Bottoms
- Buy / Sell Signals on colorchanging LED Dots
- can show danger Price Dop Zones on Bars
10/20 MA Cross-Over with Heikin-Ashi Signals by SchobbejakThe 10/20 MA Heikin-Ashi Strategy is the best I know. It's easy, it's elegant, it's effective.
It's particularly effective in markets that trend on the daily. You may lose some money when markets are choppy, but your loss will be more than compensated when you're aboard during the big moves at the beginning of a trend or after retraces. There's that, and you nearly eliminate the risk of losing your profit in the long run.
The results are good throughout most assets, and at their best when an asset is making new all-time highs.
It uses two simple moving averages: the 10 MA (blue), and the 20 MA (red), together with heikin-ashi candles. Now here's the great thing. This script does not change your regular candles into heikin-ashi ones, which would have been annoying; instead, it subtly prints either a blue dot or a red square around your normal candles, indicating a heikin-ashi change from red to green, or from green to red, respectively. This way, you get both regular and heikin ashi "candles" on your chart.
Here's how to use it.
Go LONG in case of ALL of the below:
1) A blue dot appeared under the last daily candle (meaning the heikin-ashi is now "green").
2) The blue MA-line is above the red MA-line.
3) Price has recently breached the blue MA-line upwards, and is now above.
COVER when one or more of the above is no longer the case. This is very important. You want to keep your profit.
Go SHORT in case of ALL of the below:
1) A red square appeared above the last daily candle (meaning the heikin-ashi is now "red").
2) The red MA-line is above the blue MA-line.
3) Price has recently breached the blue MA-line downwards, and is now below.
Again, COVER when one or more of the above is no longer the case. This is what gives you your edge.
It's that easy.
Now, why did I make the signal blue, and not green? Because blue looks much better with red than green does. It's my firm believe one does not become rich using ugly charts.
Good luck trading.
--You may tip me using bitcoin: bc1q9pc95v4kxh6rdxl737jg0j02dcxu23n5z78hq9 . Much appreciated!--
SunnyDickree V2The SunnyDickree Indicator
Use this indicator on the 2 hour chart
When the candles appear under the trendline with red dots price is most likely going to continue the trend down (or breakdown)
When the candles print above the EMA with greendots price is most likely going to continue the trend up (or breakup)
#sub2sunny
Ichimoku Double Cloud + AutoFibCombined indicator using an ichimoku double cloud derivative.
Ideal use is option swings, using traditional ichimoku rules, targets are adjusted to the current ATR.
Appropriate strikes closest to one of these lines for assisted price targeting.