Pull Back Strategy SignalPull back strategy based on moving averages. The scripts will show buy or sell signal based on moving averages - exponential.
Pullback
OGT Bollinger Bands Trend IndicatorWhat Is The OGT Bollinger Bands Trend Indicator?
This indicator is a pullback trend trading indicator which uses the following indicators:
- 200 EMA - Long Term Trend Direction
- 30, 35, 40, 45, 50, 60 EMAs - Shorter Term Trend Direction
- Bollinger Bands - Pullback / Entry Signal
How Are Signals Generated?
Buy
- Price above the 200 EMA
- Price touches lower BB with shorter term EMAs all aligned (not crossed)
- Indicator waits for price to close above midpoint BB with shorter term EMAs all still aligned (not crossed)
Sell
- Price below the 200 EMA
- Price touches upper BB with shorter term EMAs all aligned (not crossed)
- Indicator waits for price to close above midpoint BB with shorter term EMAs all still aligned (not crossed)
Alerts function built in, input settings customisable to show/not show indicators and change colours.
Trend ResumptionWe again keep it really simple.
This indicator just plots the combination of RGRR and GRGG candlesticks. (R = Red / Bearish, G = Green / Bullish)
When either pattern occurs, trade the combined high and combined low of recent 2 RR or recent 2 GG candles. I.e.,
Buy above GG's high with SL at GG's low.
Sell below RR's low with SL at RR's high.
Refer the shared chart for example. The signals were plotted on both the sides, and wherever triggered - gave rewards.
Only 1 at 05-Apr, 10:50 a.m. did not trigger, but that must then be ignored. Do not hurry to enter the trade, wait for breakout / breakdown above combined high / low.
Entry master RSI pullbackSimply using a single RSI and placing a signal after it crosses the 50 level after being overbought or oversold in the same direction.
Pullback Traps v. 0.1Trading Strategy for scalping the CME_MINI:ES1! and CME_MINI:MES1! futures on the 5 min. time frame.
The strategy will count legs and look for failed pullbacks and failed second entries where shorters get trapped.
How to use:
When a trap occurs (Marked with green light) place an order one tick above the high of the trap and enter on next candle
If entry doesn't happen on next candle and it has a lower high, move entry to one tick above high of that candle.
Keep doing the above until you enter or until a candle is marked with a blue light and the text Trap Dead.
If you see Trap dead and you haven't entered, quickly cancel your order.
What is green light?
A second or later pullback down away from the uptrend. When the green light is present the shorters haven't made a 1 point profit and short scalpers are trapped.
What is blue light?
1. Shorters made their 1 point profit and trap is dead. Cancel your trade. Or...
2. Shorters hit their stop loss and you're probably in a trade now and about to profit.
Profit and stop loss:
Numbers are done with profit 5 ticks and stop loss 30 ticks.
Should I have a stop loss 6 times greater than profit?
Probably not. The numbers you see here are made with these profit and stop loss figures but I don't advice it in real trading.
The numbers look good on this backtest but in reality a few bad trades would ruin everything.
This was made purely for fun and sim trading - Feel free to do your own testing and show the resulsts.
Buy The Retrace studyA trend-following strategy entering pullbacks
Simple but efficient
The components of the script:
-MTF ATR based Trend
-Fib based cloud to help determine the trend
-Oscillator which is based on the current close relative to the close-only high-low range over a given period of time
The signal frequency can be changed on:
- Period - Length of the period to look for - i.e 25 means, the last 25 candles
- Bullline - signals created if oscillator above this level
- Bearline - signals created if oscillator below this level
I'd recommend taking the first few signals once the trend has changed.
Alerts are available as:
- First long / short signal
- Long / short signal
- Take profit long / short signal
- HTF trend change any direction
- HTF trend change up / down
Does not repaint - however, wait for a candle to close before entering a signal.
Buy The Retrace backtest strategyA trend-following strategy entering pullbacks
Simple but efficient
Mostly used it on 1 min chart but it works extremely well on 5 min as well.
The components of the strategy:
-MTF ATR based Trend
-Fib based cloud to help determine the trend - Caution when trend and cloud shows a different trend - a reversal may be possible.
-Optional values for the signals -how often you would like to get one- can be changed based on - the current close relative to the close-only high-low range over a given period of time.
-3x take profit levels
- all adjustable in %
- take profit quantities adjustable in % for each level
-paints a line where your average position is
-labels the current position size
Be careful where the cloud is broken, a reversal may happen.
Be careful longing / shorting the same levels which acted as a support/resistance before - this is why the win ratio is around 80% only as a small percentage gets stopped out usually.
Would like to get access? Pm me I'll grant it.
scalping against trapped countertrendAbstract
This script attempts to find the end of countertrend.
This script uses oscillators to measure long term and short period trends. When the long term trend keeps positive and clear short term period is over, this script provides a buy signal.
This script does not contain pullback, cut loss and re-enter. You need to add it manually.
Introduction
Many traders want to buy when long term trend is bullish and short term pullback is over.
This is because we can take advantage to the emotion of countertrend traders.
Countertrend traders realizes their profit is finite and therefore want to protect their profit well and limit their loss.
This script is inspired by a searchable trading strategy video.
The video mentioned 4 points.
(1) long term trend. The video did not spend much ink on this point. You can use any method to observe.
(2) clear pullback bar (at least 50% body)
(3) weak bar after clear pullback
(4) entry trigger buy stop
This script attempts to quantize these points to determine trading direction.
This script is originally designed for timeframes lower than examples in the video but you can apply it on any timeframe.
Computing and Adjusting
(1) long term trend
This script uses smoothed stochastic.
(2) clear pullback bar
Since this script is originally designed for timeframes lower than examples in the video, so the condition becomes:
RSI is low enough
(3) weak bar after clear pullback
RSI goes back from low level.
(4) entry trigger buy stop
This script does not include this condition.
You can decide enter when buy stop or pullback.
Parameters
x_src : the value for computing oscillators
x_len_a : how many bars for measuring short term trend
x_len_b : how many bars for measuring long term trend
x_k_b : smooth long term trend, the average value of stochastic values
x_changk = check if clear short term pullback appears recently. 1 means do not use, larger numbers means how long of periods to check.
x_rsi_ct : threshold of short term pullback clear
x_rsi_ft : threshold of short term pullback end
Reading numbers in Strategy Tester
Most possible loss :
(1) to find rational pullback. Generally 1/3 to 2/3 atr.
(2) to find cut loss distance. Generally 1 to 2 atr.
Most possible profit :
to find if trading the opposite direction against this script is profitable.
Conclusion
This script can suggest us trading direction.
Waiting for pullback can reduce risk, compared to buy stop.
This script does not provide good signals in sideways markets.
Reference
A searchable trading strategy video
Excellent ADXThe Average Directional movement indeX (ADX) is an indicator that helps you determine the trend direction, pivot points, and much more else! But it looks not so easy as other famous indicators. It seems strange or even terrible, but don't be afraid. Let's understand how it works and get its power into your analysis tactics.
In the beginning, imagine a drunk man goes through a ladder: step by step. Up, up, down, up, down, down, up...
How can we understand which direction he goes? Exactly! We can count the number of steps in each direction. In the above example, in the upward – 4, in the downward – 3. So, it looks like he goes in an upward direction.
The ADX indicator counts the same steps, but for price. The size of each step equals 1 ATR for "DI Length" candles. On the indicator chart, we have the green and red lines. The green line represents a number of steps upward. The red line shows one downward. When the red line upper green, then the price goes below, then the trend is directed down. Later the green line comes above the red one, and then the trend changes the direction to upward. Wow? After that, you can easy detect the trend direction on the market!
But it is still not the end. On the chart, we also have the fat blue line. This is the ADX line, and it represents the power of the trend. It is calculated from a distance between the green and red curves. The ADX line value grows if the distance is increased. If the movement is really powerful, then a number of steps into a direction much more prominent than one in an opposed direction. Then the blue line grows faster. But if the growth has stopped and the blue line turns back or already had changed self-direction, then it is a signal that the trend has ended too. It's an excellent sign to close the position (but not always). Easy? Not quite. Thresholds help you there. The indicator has two additional parameters: upper and lower thresholds to evaluate the trend-over signal strength. An u-turn of the ADX line above the upper threshold sends a strong signal. If one occurs between both thresholds, it is a bit weak signal. But if the blue line goes below the lower threshold, it looks like there is no trend, and the price goes side. We can also say that the price goes side when the ADX value gradually falls down.
The Excellent ADX indicator helps you catch pivot/pullback signals based on green, red, and blue lines. Each such signal is highlighted as a green (buy) or red (sell) dot on the plot. The size of the dot represents the strength of the signal. You can also check the position of green and red lines from each other to determine the trend direction and the place where it has been changed. The Excellent ADX indicator helps you there too. It highlights the trend direction by the background-color, so you'll never miss it! The Excellent ADX good compliance with the Price Channel indicator built for the same length. You can use them together to be on a trend wave always!
ATR Trend & ATR Top/Bottom (Expo)
ATR Trend & ATR Top/Bottom (Expo) is an advanced and multifunctional trading tool that gives insight into Trends, Pullbacks, and where Top/Bottom pattern can occur. The indicator is simple to use and understand therefore valuable to all trading styles.
One key feature is the ability to adjust settings according to the type of Trader you are. Trend Followers can easily enable Trend and Pullback settings and Scalpers can enable the Top/Bottom feature. The Trend, Pullback, and Top/Bottom setting can be displayed simultaneously for those that want to maximize their trading results!
Insights and Value the indicator brings:
✔ Clear perspective identifying short-term and long-term Trends
✔ A simple and convenient way to recognize Pullbacks and market impulses.
HOW TO USE
Identify the short-term and long-term Trend
Identify Pullbacks
Identify market impulses
Identify potential Tops/Bottoms
INDICATOR IN ACTION
1-hour chart (Trend-Setting used)
I hope you find this indicator useful , and please comment or contact me if you like the script or have any questions/suggestions for future improvements. Thanks!
I will continually work on this indicator, so please share your experience and feedback as it will enable me to make even better improvements. Thanks to everyone that has already contacted me regarding my scripts. Your feedback is valuable for future developments!
-----------------
Disclaimer
Copyright by Zeiierman.
The information contained in my scripts/indicators/ideas does not constitute financial advice or a solicitation to buy or sell any securities of any type. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, or individual’s trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
My scripts/indicators/strategies/ideas are only for educational purposes!
ACCESS THE INDICATOR
• Contact me on TradingView or use the links below
EMA Pullback StudyA colored EMA (period can be chosen via inputs).
A signal is generated on the first price touch of the EMA following the price floating above or below it for several bars.
- If EMA is green and a green up arrow appears (price touch), look for buys.
- If EMA is red and a red down arrow appears look for sells.
Can be used with a longer period MA to confirm overall direction, MTF, chop zone, etc.
May wish to enter on the signal, or wait for price to turn back in direction of the trend.
Still in development!
Bollinger Band+ Multi EMA, SMAHello Everyone.
I make Bollinger band , 3 ema and 3 sma combined.
I think this indicator can use all timeframe.
--------------------------------------------------------------
Indicator will show you
1. Trend follow
2. Pullback catch
2. Market bounce.
1. Trend Follow
- Trend Follow for I used 3 terms. They are short, Mid and Long Trend.
2. Pullback Catch
- EMA for Save, take care, alert Zones.
- Mid Term Trend can be catch also.
3. Market Bounce
- Bollinger Band will show you market re-bounce point.
Final Notes
Indicator will show Trend, Pullback, Market bounce and some support and resistant level.
TrendBand CycleSimple breakout signal with POTENTIAL target price and stop loss / trailing stop.
Cycle begin with green bar signal and will end if price break above target or break below stop loss.
Volume test and pullback signal only appear within cycle period.
Few example :
Scalper [SystemAlpha]This is a scalping tool designed for a two pane chart layout.
Includes:
- EMAs
- Price Action Channel
- Bar Color based on PAC, Impulse and TTM
- Pivot HL - Price, Shape, Text
- Pivot Extensions
- Dynamic Support Resistance
Reference:
- Scalping Swing Trading Tool R1-4 by JustUncle
- Support Resistance - Dynamic by LonesomeTheBlue
Buying/Selling Pressure & Trend Strength/Direction (Expo)"Trading in the direction of a strong trend reduces risk and increases profit potential."
Buying/Selling Pressure & Trend Strength/Direction (Expo) identifies the current buying and selling pressure which easily can be compared to each other to get a feel about if the buyers or the sellers dominate the market. The indicator is also used to determine when the price is trending strongly and where there is a high probability for a pullback or trend reversal.
Red line = Selling Pressure
Green line = Buying Pressure
Limit Value -- Trend Strength
0-200 -- Absent or Weak Trend
200-400 -- Strong Trend
400-600 -- Very Strong Trend
600-1000 -- Extremely Strong Trend (High probability for a pullback or trend reversal)
The limit values can differ some from crypto/currencies/stocks/indices, you can adjust the limits so that it matches the instrument. (but in general, the standard limit works perfectly).
The indicator displays the following:
Buy/Sell pressure.
When you should start looking for support/resistance levels.
Momentum.
Trend & which strength the trend has.
Geometric trend strength (Green/Red Triangles).
"Heads-up" pullback/reversal - signals (Thicker buy/sell lines).
♦ Geometric trend is a unique way to calculate trend strength and does only occur in specific circumstances. When it does, the trend is extremely strong or it's a sign of trend exhaustion. It's always good to start looking for potential reversal points when the market is in this mode, especially if a major support/resistance levels/zones are close.
♦ "Heads-up" pullback/reversal - signals identify areas where a pullback or a reversal can occur, and if this signal comes when the buying/selling pressure is above the limit value 600 a pullback/reversal is likely.
DIVERGENCES
All types of oscillators produce divergences and so does Buying/Selling Pressure & Trend Strength/Direction (Expo). Divergences occur when the oscillator deviates from the trending price action. Bullish divergence is then when the trending price makes a lower low but the oscillator makes a higher low. Bearish divergence is then when the trending price makes a higher high but the oscillator makes a lower high.
♢ ♢ The indicator is simple to understand and use. It can be used standalone or as a part of your current trading strategy. ♢ ♢
HOW TO USE
1. Use the indicator to identify buying and selling pressure.
2. Use the indicator to determine the trend strength.
3. Use the indicator to confirm the existence, or a continuation, of a trend or a trend reversal.
4. Use the indicator to identify trend exhaustion.
5. Use the indicator to identify divergences.
INDICATOR IN ACTION
Daily chart
I hope you find this indicator useful , and please comment or contact me if you like the script or have any questions/suggestions for future improvements. Thanks!
I will continually work on this indicator, so please share your experience and feedback as it will enable me to make even better improvements. Thanks to everyone that has already contacted me regarding my scripts. Your feedback is valuable for future developments!
-----------------
Disclaimer
Copyright by Zeiierman.
The information contained in my scripts/indicators/ideas does not constitute financial advice or a solicitation to buy or sell any securities of any type. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, or individual’s trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
My scripts/indicators/ideas are only for educational purposes!
-----------------
ACCESS THE INDICATOR
• Contact me on TradingView or use the links below
Rockstar - Pullback FlagSimple script to identify pullbacks in an uptrend.
Indicator will add yellow flags if ideal conditions are met.
Additionally plots SMA20, SMA50 and SMA200.
Use this indicator in combination with observed price action and your own strategy.
Do no trade blindly on this indicator.
Conditions:
Price above 200MA
50MA above 200MA
20MA near 50MA
RSI reset below 55
Price delta is close to delta between 20MA and 50MA (trying to filter out volatile moves)
Closed price is near 20MA (setting up again for a move)
[Trend] Support- & Resistance Levels/Zones (Expo)- Trend - Support & Resistance Levels/Zones (Expo) automatically identifies and displays support and resistance levels based on the direction of the trend.
Levels/Zones are displayed where there is a high probability that price will find Support in positive trends and Resistance in negative trends.
Trend Cloud and Trend Detection Line can be enabled.
The indicator can be used standalone or as a part of your current trading strategy.
Real-time
No repainting
Works on any market
HOW TO USE
1. Use the indicator to identify where the price can find support and resistance Levels/Zones in trends.
2. Use the indicator to identify the trend direction.
INDICATOR IN ACTION
4 hour chart
I hope you find this indicator useful , and please comment or contact me if you like the script or have any questions/suggestions for future improvements. Thanks!
I will continually work on this indicator, so please share your experience and feedback as it will enable me to make even better improvements. Thanks to everyone that has already contacted me regarding my scripts. Your feedback is valuable for future developments!
ACCESS THE INDICATOR
• Contact me on TradingView or use the links below
-----------------
Disclaimer
Copyright by Zeiierman.
The information contained in my scripts/indicators/ideas does not constitute financial advice or a solicitation to buy or sell any securities of any type. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, or individual’s trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
My scripts/indicators/ideas are only for educational purposes!
MACD_trendtraderThis is my modified macd indicator. It uses moving averages to determine the trend of the market. It is best used on lower time frames such as 5min and 15min. I found it useful especially with Forex pairs and also traditional markets.
This indicator will help you get in at a pullback in a trending market.
RED background tells you the trend is down. A possible entry happens when you get a sell signal from the macd oscillator above the 0 line.
GREEN background tells you the trend is up. A possible entry happens when you get a buy signal from the macd oscillator below the 0 line.
a couple of examples:
Leave your feedback in the comments. Enjoy:)
Mean Deviation IndexThe Mean Deviation Index (MDX) is used to see how much price is deviating from the mean. This indicator takes both volatility and mean deviation in consideration.
It uses the standard deviation of the ATR to filter an EMA, and uses this as the mean. It then only plots > or < 0 if price is more than one x ATR away from the mean. If index is positive, the background turns green, meaning price is more than 1 x ATR above the mean. If the index is negative, the background turns red, meaning price is more than 1 x ATR below the mean. This setting can be changed by changing the setting "ATR Multiplier", but the default is 1 x ATR.
There are two main ways to use this index.
1. Use it aggressively to find trends (by combining it with other indicators) by entereding each time the background changes color to green for longs or red for shorts.
2. Use it spot breakouts, waiting for a pullback, and then entering on the next move in the same direction. In this context for a short, you wait for the background color to turn green, then wait for the index to pull back, and then enter once it starts moving up again.
Extremes (Expo) Extremes (Expo)
DESCRIPTION
This Extreme (Expo) indicator identifies areas where the market is extreme. The length of the extreme calculation can be changed and gives you the flexibility to choose how sensitive the indicator should be. A longer length means that the indicator only identifies bold extremes. A shorter length is more sensitive and thus identifies all extremes in the market.
When the market is in an extreme mode, keep your trade until the extreme mode ends.
Postive extreme is when the price is above the positive extreme lines. (Keep your long trade until the positive extreme ends).
Negative extreme is when the price is below the negative extreme lines. (Keep your short trade until the negative extreme ends).
The Extremes (Expo) can be used to visualize the trend. Price crossing indicates a directional change. Price can also bounce off the extremes lines, which can act as dynamic support and resistance. It is often used in combination with other signals and analysis techniques.
TREND
The indictor has a Trend- feature that can be switched on which identifies trend shifts as well as trend direction.
A positive trend is when all three trendlines are green, and when the price is at least above one of these three lines.
A Negative trend is when all three trendlines are red, and when the price is at least under one of these three lines.
When the color of the trend lines changes color it indicates that the trend might shift direction. When all three trendlines have shifted color a trend is established.
PULLBACK
A bonus feature that is added to the trend-setting is that it can detect pullbacks in trends. This is visualized by that one of the three trendlines change color. For instance, say that all 3 lines are red (negative trend) and one of these lines changes color to green it can be regarded as a pullback in the negative trend.
HOW TO USE
1. Use the indicator to identify extreme areas.
2. Use the indicator to identify trends.
3. Use the indicator to identify trend shifts.
4. Use the indicator to identify pullbacks in trends.
INDICATOR IN ACTION
EXTREMES
BTCUSD
BTCUSD
TESLA
WALL STREET
TREND & PULLBACK
WALL STREET
EURUSD
I hope you find this indicator useful , and please comment or contact me if you like the script or have any questions/suggestions for future improvements. Thanks!
I will continue to work on this indicator, so please share your experience and feedback with me so that I can continuously improve it. Thanks to everyone that have contacted me regarding my scripts. Your feedback is valuable for future developments!
ACCESS THE INDICATOR
• Contact me on TradingView or use the links below
-----------------
Disclaimer
Copyright by Zeiierman.
The information contained in my scripts/indicators/ideas does not constitute financial advice or a solicitation to buy or sell any securities of any type. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, or individual’s trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
My scripts/indicators/ideas are only for educational purposes!
High - Low Trend Indicator - (Expo)High - Low Trend Indicator - (Expo)
DESCRIPTION
This trend indicator is derived from the highest (High) and lowest (Low). The unique formula enables clarity in trends and fast response to market changes.
Negative trend
The market could be considered to be in a negative trend when the black price line is under the blue Midline and a major red cloud is created. For some markets, the orange- trendline can be switched on to identify the long-term trend in the market. So, if the price line is under the orange trendline the market is in a negative trend.
Positive trend
The market could be considered to be in a positive trend when the black price line is above the blue Midline and close to the upper-line. For some markets, the orange-trendline can be switched on to identify the long-term trend in the market. So, if the price line is above the orange trendline the market is in a positive trend.
The indicator should be used in combination with High – Low Trend Indicator Signal (Expo) to identify market changes.
HOW TO USE
1. Use the indicator to identify trends.
2. Use the indicator to find Entry points in trends.
3. Combine it with High – Low Trend Indicator Signal (Expo).
INDICATOR IN ACTION
The indicator is best presented live, the graphs below are a good guide.
EURUSD
DAX
WALL STREET
EURJPY
GOLD
I hope you find this indicator useful , and please comment or contact me if you like the script or have any questions/suggestions for future improvements. Thanks!
I will continue to work on this indicator, so please share your experience and feedback with me so that I can continuously improve it. Thanks to everyone that have contacted me regarding my scripts. Your feedback is valuable for future developments!
ACCESS THE INDICATOR
• Contact me on TradingView or use the links below
-----------------
Disclaimer
Copyright by Zeiierman.
The information contained in my scripts/indicators/ideas does not constitute financial advice or a solicitation to buy or sell any securities of any type. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, or individual’s trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
My scripts/indicators/ideas are only for educational purposes!