TL Three-Color CandleA traditional candle only has two colors, either green or red. A TL candle goes one step further, it has three colors: green for bullish (perfectly bullish), red for bearish (perfectly bearish), and yellow for ranging (wake-up, sleeping). A green TL candle means that its close is not only higher than its open but also higher than previous close, previous open and especially previous high, among other conditions. In the other extreme, a red TL candle indicates that its close is not only lower than its open but also lower than previous close, previous open and especially lower than previous low, among other conditions. TL candle does its best to tackle the trap of going against the trend: short when the price seems to be high in an uptrend or buy when the price seems to be low in a downtrend.
Parameters:
Volume Active Percentile % , Min Height Percentile of Bullish/Bearish Candle % . (Intraday)
Back Two Candles . (Intraday, day and above)
Usage:
After adding TL3CC to the chart, find Visual Order or Object Tree and bring TL3CC forward to be above the chart candle.
While a bullish trend includes green and yellow TL candles, a bearish trend includes red and yellow ones. It is the best to enter after the first bullish/bearish TL candle of each trend. It is extremely important, never ever try to go against TL candle.
There are many cases when red and green TL candles are twisted and we could have profit in both directions. It is the time that market is fluctuating strongly. We enter when TL candle has one color, but it changes to the opposite color after that as the price pulls back. In those cases, be calm and patient to wait for the first reversal to exit, it should come.
Markets: Developed and tested on: US100. Timeframes: Developed and tested on: 30m.
Three
[TTI] IBD's 3 (three) weeks tight close pattern––––HISTORY & CREDITS 🏦
The Three Weeks Tight Close pattern is a technical analysis pattern that occurs when a stock closes at nearly the same price for three consecutive weeks, suggesting a period of consolidation before the stock moves in a new direction. The concept of "line of least resistance" as mentioned by Jesse Livermore is closely related to this pattern. It indicates that there is a period of indecision in the market, with buyers and sellers fairly evenly matched. This pattern is often associated with stocks that have strong fundamentals and a solid business model. The pattern was first discovered by Investor's Business Daily founder William Bill O'Neill.
––––WHAT IT DOES 💡
The Three Weeks Tight Close pattern helps traders identify periods of consolidation in a stock's price movement. During these periods, the stock's closing price remains nearly unchanged for three consecutive weeks. This pattern can be a signal that the stock is under accumulation and potentially ready to make a significant move in either an upward or downward direction. By identifying these tight closes, traders can prepare to take advantage of the solid price run and make profitable trades.
The indicator plots 3 different dots/squares above the weekly bar on order to indicate which consecutive tight close wee have.
👉 Cyan color indicates 3 week tight closes
👉 Pink color indicates 4 week tight closes
👉 Red color indicates 5 week tight closes
––––HOW TO USE IT 🔧
• Focus on weekly charts for easier identification.
• Look for three consecutive weekly closes with nearly the same price, within 1-1.5% of each other. Using the indicator.
• Check for low volume during the tightening period.
• Once the pattern is confirmed, switch to the daily timeframe to find the exact buy point.
• Use other technical indicators to confirm a breakout before taking a position in the stock, such as breakouts, moving averages, and trend lines.
• Monitor the position regularly to ensure continued positive price movement.
• Be patient and wait for confirmation before buying in.
• Use stop-loss orders to limit losses if the stock does not move in the expected direction.
• Consider the overall market and its impact on individual stocks before making a trade.
• Keep in mind that not all three tight closes are created equal and use technical analysis to confirm your suspicions.
By following these steps, traders can use the Three Weeks Tight Close pattern to identify potential trading opportunities and increase their chances of making profitable trades.
Three (3)-Bar and Four (4)-Bar Plays StrategyThis strategy analyzes the three and four-bar play which is when price action has a wide igniting bar that has a full body, then one or two narrow bars which have a relatively equal high for long plays and relatively equal low for short plays, then a continuation bar. You should not take plays that will encounter resistance. The stop loss is placed for long plays below the 2nd bar (or 3rd bar for 4-bar play).
This is commonly used on 1m, 2m, 5m, and 10m charts.
Jared Wesley is one of the more notable traders that use this setup. You can edit as an input the start date, end date, igniting bar size, the body percentage of the igniting bar, the relative equality of the 2nd bar (and 3rd bar for 4-bar play) compared to the igniting bar, and profit multiplier.
Three (3)-Bar and Four (4)-Bar PlaysThis indicator shows the three and four-bar play which is when price action has a wide igniting bar that has a full body, then one or two narrow bars which have a relatively equal high for long plays and relatively equal low for short plays, then a continuation bar. You should not take plays that will encounter resistance.
Jared Wesley is one of the more notable traders that use this setup. There will be a label placed on the chart when a play occurs. You can edit as an input the igniting bar size, the body percentage of the igniting bar, and the relative equality of the 2nd (and 3rd bar for 4 bar play) compared to the igniting bar.
Relative Falling three Methods IndicatorAbstract
This script measure the related speed between rising and falling.
This script can replace binary Falling Three Methods detector and, report continuous value and estimate potential trend direction.
My suggestion of using this script is combining it with trading emotion.
Introduction
Falling Three Methods (F3M) is a candlestick pattern.
Many trading courses say traders can regard it as predicting falling will continue.
However, it is not easy to see perfect Falling Three Methods pattern from charts.
Therefore, we need an alternative method to measure it.
We can use the observation that falling is faster than rising during those time.
When falling is faster than rising, some long ( buy , call , higher , upper ) position owners may worry the price will fall very much suddenly.
When rising is faster than falling, some traders may worry they may miss buy opportunities.
Computing Related Falling Three Methods Indicator
(1) The value of rising and falling
In this script, open price is replaced with previous close price.
If the previous price is equal to the close price, than both rising and falling are equal to high-low.
If the previous price is lower than the close price, than the falling value becomes smaller, high-close+previous-low.
If the previous price is higher than the close price, than the rising value becomes smaller, high-previous+close-low.
(2) Area of value (aov)
Area of value is equal to highest-lowest. The previous close price is included.
(3) Compute weight and filter noise
We need a threshold for the noise filter. The default setting is aov/length, where length means how many days are counted.
When a rising or falling value <= threshold, it is not counted.
When a rising or falling value > threshold, the counted value = original value - threshold
and its weight = min ( counted value , threshold )
(4) compute speed
Rising speed = sum ( counted rising value ) / sum ( rising weight )
Falling speed = sum ( counted falling value ) / sum ( falling weight )
(5) Final result
Final result = Rising speed / ( Rising speed + Falling speed ) * 100 - 50
I move the middle level to 0 because 0 axis is always visible unless you cannot see negative values or you cannot see positive values.
Parameters
Length : how many days are counted. The default value is 16 just because 16=4*4, using binary characteristic.
Multi : the multiplier of noise threshold. Threshold applied = default threshold * multi
src : current not used
Conclusion
Related Falling Three Methods Indicator can measure the related speed between rising and falling.
I hope this indicator can help us to evaluate the possibility of trend continue or reversal and potential breakout direction.
After all, we care how trading emotion control the price movement and therefore we can take advantage to it.
Reference
How to trade with Falling Three Methods pattern
How to trade with Related Strength Indicator
Fancy Triple Moving Averages [BigBitsIO]This script is for three moving averages with as many features as I can possibly fit into a single moving average.
Features:
- Three moving averages (MA1, MA2, MA3).
- Standard MA inputs.
- MA type.
- MA period.
- MA price.
- MA resolution (time frame).
- Visibility toggle.
- MA Candle Type
- Fancy MA inputs.
- Toggle to show only candles included in the MA calculation ("Highlight inclusion") or display entire MA history.
- Toggle to show a ghost trail when Highlight inclusion is toggled on. Displays a shaded version of past MA history before the inclusion period (as seen on snapshot).
- Toggle to show forecast values for the MA.
- Other inputs related to forecasting:
- Forecast bias. (Neutral forecasts MA if the current price remains the same.)
- Forecast period.
- Forecast magnitude.
*** DISCLAIMER: For educational and entertainment purposes only. Nothing in this content should be interpreted as financial advice or a recommendation to buy or sell any sort of security or investment including all types of crypto. DYOR, TYOB. ***
Combo Backtest 123 Reversal & D_Three Ten OscThis is combo strategies for get a cumulative signal.
First strategy
This System was created from the Book "How I Tripled My Money In The
Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies.
The strategy buys at market, if close price is higher than the previous close
during 2 days and the meaning of 9-days Stochastic Slow Oscillator is lower than 50.
The strategy sells at market, if close price is lower than the previous close price
during 2 days and the meaning of 9-days Stochastic Fast Oscillator is higher than 50.
Second strategy
TradeStation does not allow the user to make a Multi Data Chart with
a Tick Bar Chart and any other type a chart. This indicator allows the
user to plot a daily 3-10 Oscillator on a Tick Bar Chart or any intraday interval.
Walter Bressert's 3-10 Oscillator is a detrending oscillator derived
from subtracting a 10 day moving average from a 3 day moving average.
The second plot is an 16 day simple moving average of the 3-10 Oscillator.
The 16 period moving average is the slow line and the 3/10 oscillator is
the fast line.
For more information on the 3-10 Oscillator see Walter Bressert's book
"The Power of Oscillator/Cycle Combinations"
WARNING:
- For purpose educate only
- This script to change bars colors.
3 EMAsThis is just a simple script to put 3 EMAs on the chart at one time. Saves the trouble of putting the EMA Indicator on 3 times.
Default EMA Values are 50 (black), 21 (red) and 8 (blue). Of course you can change the period and color for each EMA to your liking.
It is a very simple script that i wrote for my own convenience, but wanted to share it with someone else so I figured the easiest way was to publish it.
Three Line Break Backtest This is a modified version of the three line break price representation.
It is composed with 2 lines made of Close price values forming a “cloud”.
If the trend is bullish and the price breach the lower level of the green
cloud, a new bearish trend is taking place.
If the current trend is bearish and the price breakout the upper band of
the cloud, a new bullish trend is forming.
This is a “price action” indicator, signals may be filtered by long term trend
analysis with other indicators such as Supertrend for instance.
WARNING:
- For purpose educate only
- This script to change bars colors.
Three Line Break This is a modified version of the three line break price representation.
It is composed with 2 lines made of Close price values forming a “cloud”.
If the trend is bullish and the price breach the lower level of the green
cloud, a new bearish trend is taking place.
If the current trend is bearish and the price breakout the upper band of
the cloud, a new bullish trend is forming.
This is a “price action” indicator, signals may be filtered by long term trend
analysis with other indicators such as Supertrend for instance.
Three Outside Up Backtest This is a three candlestick bullish reversal pattern consisting of a bullish
engulfing pattern formed by the first two candlesticks then followed by an up
candlestick with a higher close than the prior candlestick.
WARNING:
- For purpose educate only
- This script to change bars colors.
Three Outside Up Strategy This is a three candlestick bullish reversal pattern consisting of a bullish
engulfing pattern formed by the first two candlesticks then followed by an up
candlestick with a higher close than the prior candlestick.
WARNING:
- This script to change bars colors.
Three Outside Down Backtest This is a three candlestick bearish reversal pattern consisting of a bearish
engulfing pattern formed by the first two candlesticks then followed by a down
candlestick with a lower close than the prior candlestick.
WARNING:
- For purpose educate only
- This script to change bars colors.
Three Outside Down Strategy This is a three candlestick bearish reversal pattern consisting of a bearish
engulfing pattern formed by the first two candlesticks then followed by a down
candlestick with a lower close than the prior candlestick.
WARNING:
- This script to change bars colors.
Single_Timeframe_3EMA + Current_Timeframe_3SMMAPlots 3 EMA from a larger timeframe (day, week) and 3 SMMA from the current one.
Single Timeframe 3EMA + Current Timeframe 3SMMA
Plots 3 exponential moving averages from a bigger timeframe (Day, Week) and 3 smoothed moving averages from the current timeframe.
Triple Simple Moving AveragesBased on AdventTrading's TEMA script, but using simple moving averages instead of exponential. Also changed the colours to be nicer.
3SMAThis script plots three Simple Moving Averages instead of just one.
Support me going through grad school!
www.linkedin.com
BTC tip jar: 1Mv1s7nLaTsRoLai5WXEGg8doisXuiPUXy
ETH tip jar: 0x6113DDD23D0D5aCad3d1f8640A8A571E9Cb86cB8
LTC tip jar: LYvyoqTSWxa22TQw3E7818xy4AfYNi6xcm
BCH tip jar: 1GC7oZ7MhLkamKCDdZFnUfV21SKWq84VdY
Delacour Index: Three Thumbs v1.0author: maqpie (a.ka. Sanne)
date: 26th of October 2017
NOTE: credits go to Brian from TRI 0.23% for the original code and for all that he has taught me. Thanks Brian!
How to use this DI Three Thumbs Script script?
1. The first thumb will be the lowest time frame and MUST be equal to or higher than the chart's time frame, e.g. 60
2. The second thumb will be of a higher time frame, e.g. 180
3. The third thumb will be of a even higher time frame, e.g. Daily
4. If all three thumbs signals are fired the background will change to green or red.
NOTE: if you use lower time frames than the chart the indicator is plotted on, you will use higher time frame data for a lower time frame indicator which corrupts the signaling