VuManChu ScalperThis indicator is a Moving Average crossing indicator .
Each alert is dependent upon the slow SMA, Medium EMA, and Fast EMA and can be highly profitable based on the time frame and DCA levels.
Adjusting each Moving Average length can result in various entries to be more aggressive or less aggressive.
To gain access to the script please send a message or visit the link below
Pesquisar nos scripts por "profitable"
Quadratic Regression Trend ChannelIt's been a while since I have published anything meaningful for all members, but here is my next step in evolution of trend channel technology, my attempt at "Quadratic Regression Trend Channel" custom tailored for regression enthusiasts. I'm actually doing a lot more than my profile shall ever reveal. Many members may have heard of "polynomial regression channel"(PRC), but I wouldn't accurately label this as having the "poly-" capability in it with differing amounts of nth degrees/orders.
This indicator is derived from my "HLC Banded Quadratic Regression" indicator, the 3rd indicator I had ever published in my earliest days of tinkering around with Pine Script. It always had a destiny, and TV has graciously delivered on upgrading Pine with many new capabilities to run this algorithm with ease and in the manner that I wished to write it. Any subscribing TradingViewer has the freedom to use this indicator and as many as they shall desire.
Blessed is the "Immense Power of Pine" in 2021, as I utilized a multitude of new Pine features including extensive use of arrays for the quadratic regression formula, arrays of line.new(), input(group=), and input(inline=). I spent an incredible amount of time creating this, and it was no easy task to condense this amount of sophistication within less than 150 lines of code at the time of this original debut release. I have striven to achieve the indicator's computational efficiency potential to be as fast as possible with highly optimized code to handle the large amount of sampling it utilizes and is capable of. I hope you find it analytically favorable and beyond your expectations.
First of all, it has different sampling methods I haven't seen in any other PRC available, providing tightly snug and fit curvatures dependent on my optional choices not found in comparable indicators. This yields the best quality of fit I can provide by employing quadratic regression in order to provide a superb "visual analysis" of your price action in high noise environments. I also included my novel time warp feature to rewind the indicator regression into a previous state of time. If you're trading on really fast timeframes, I included an option to only calculate once per bar at it's closure. This will aid with computational efficiency of the TV servers, and it's intended to not to slow down your charting experience amongst a wide assortment of other indicators in your overlay chart.
I allowed a couple of variability methods for the confidence bands. A variety of coloring options, line thickness, and other perks are there to accommodate your distinct visual acuity. There is also a nifty option to color the regression by the slope of the curvatures. This is enabled by default, and I anticipate that you may find that color option uniquely useful. The amount of chords in the curvature are automatically calculated depending on the regression period selected to achieve a nice fluid arch for any setting.
Anyhow, I believe that sums up most of it's important characteristics in a brief explanation. It's potential is best personally discovered by simply using it with the myriad of control settings available. I published it with protected code, because I simply wanted to confine this monstrosity to my TradingView laboratory. I would rather not have this thing uncaged, rabidly running around the planet frothing out of the mouth on a Frankenstein AI later, unless it's mine on a short leash. Besides, I'm still trying to figure out the math behind "cubic regression". :)
Sorry in advance about not providing the source code, I hope you'll understand... We ALL know what devastation happens when things are "unleashed" from a BSL-4 lab to run amok. Countless billions have yet to learn a horrific lesson about the mania of evil at a future Geneva convention. If you don't know the mythical story about Pandora's box(a jar actually), look it up!
Features List Includes:
Calculation Throttling
Regression Period
Time Warp
Multiple Sampling Methods
Confidence Bands Variability Controls
Indicator Customization Options
When available time provides itself, I will consider your inquiries, thoughts, and concepts presented below in the comments section, should you have any questions or comments regarding this indicator. When my indicators achieve more prevalent use by TV members , I may implement more ideas when they present themselves as worthy additions. Have a profitable future everyone!
Monthly Withdrawals [racer8]This calculator tells you the maximum monthly withdrawal you can make based on amount of equity you have, your strategy's average annual return, and the maximum percentage reduction in monthly return that you are okay with. There are 3 parameters: $ Equity, % annual return, and % of return reduction. With these 3 parameters, it will calculate $ monthly withdrawal. % of return reduction tailors how much as a %, you want to withdraw from monthly returns. % of return reduction is a good approximation for annual % reduction in returns.
I built this calculator because I wanted to find a way to withdraw every month without hurting my portfolio's returns too much. This is very useful if say you are a full time trader, and you rely on trading for monthly income. Keep in mind that the bigger the withdrawals are, the higher the % reduction in annual returns will be for your portfolio. Also keep in mind that this only applies to profitable strategies with positive annual returns. The purpose is to make small withdrawals every month so that your trading account can still grow at a reasonable pace. Enjoy :)
Carbon Triangle OscillatorThis is a variant of the Awesome Oscillator that can show the realtionship between three instruments at the same time.
I created this primarily for currency trading where a Currency Triangle is an arithmetic relationship between three currency instruments.
Example: GBP/JPY = GBP/USD * USD/JPY
By viewing the reationship between a currency instrument of interest and two of its component instruments,
we may be able to discern patterns that lead to profitable trades.
This script uses the current instrument on the chart as the foreground line plot,
and the other two configureable instruments as two overlaid histograms behind.
Enjoy!
Clean Market IndicatorI built this indicator to give a clear indication for when to look for long or short opportunities. It’s a very powerful indicator on both small- and large-time frames. So, whether you’re day-trading or trading a few times a week, this indicator will help you to improve your trading abilities. Since I’m a fond believer of the idea that a picture will tell a thousand words, please check out the pictures below.
Green = Bullish trend
Red = Bearish trend
Orange = Potential trend reversal
Black = No Signal
How to trade: in strong trending markets you could wait till the background changes into your desired color and trade that direction once it does. Another way to trade is to look for long opportunities in a certain market when the larger time frame’s background is green, since the trend is bullish and you don’t want to trade against the trend. In the end, countless possibilities to use this indicator to make yourself better at finding profitable opportunities.
Take a look at the pictures below where I show some different assets and timeframes with the Clean Market Indicator.
See below for examples:
ITG ScalperITG Scalper by Complector.
Inspired by Juboal-Rabaroansa Perosteck Alseyn Balveda dam T'seif
Methology:
- I am using a TEMA (triple EMA) to determine the local trend direction and to give buy & sell signals when the trend changes.
- An optional filter, using moving average convergence divergence (MACD), can be switched on to filter out 'false' signals.
- The calculation of the TEMA does not request data from a resolution higher or lower than the resolution of the main charts symbol,
However, the filter function does, if another resolution is chosen for the filter.
- Persistent variables are used for buy and sell prices, enabling color-coding of the sell-signal (profitable or not).
Features:
- Color coded TEMA - bullish=green , bearish=red
- Buy/Sell indicator - Sell indicator: green=profit, yellow=loss
- Optional noise filter
- Optional variable time-frame for noise filter
Remarks:
In my experience, the default values works best on the daily time frame. I encourage everyone to experiment with the values for best results.
Using the script on non-standard charts (Heikin Ashi, Renko etc.) can produce unrealistic results.
Using a resolution higher or lower than the main charts symbol for the filter can possibly lead to repainting.
Thanks to Iain M. Banks for making my life richer :-)
Ravih Pro Momentum BreakoutThis is a Momentum Breakout Strategy on “DAILY Timeframe”
This Breakout Strategy is specially created for Momentum Traders and for Bursa Market. The learning applied here are derived from past market behavioural approach. It takes into account of recent strength of price action and volume.
However, it can be applied for other Exchanges as well; as long as the stock is active with unusual volume.
The Momentum Set-Ups Script is designed for Short Term traders as in 3 to 60 Trading Days holding period or unless and until Exit Signal appears. Sometimes it could extend longer depending on the pace of the Momentum.
It also caters the aggressive traders as in Buy Today Sell Tomorrow/Today (BTST) and Fast in Fast Out (FIFO). These are traders...usually looking for 5% to 7% or 12% gain in a short span of time. However, do take note; momentum stocks are explosive in their moves. Therefore one could maximise the Gain Ride until Exit/Sell Signal appears.
The Script provides you the best High-Probability Profitable Set-Up Entry. The system identifies the stock/s in action Right Now. It is a powerful strategy for trading both Fast and Slow Momentum Stocks.
The Momentum Script is built around 3 Primary Factors namely…
1. Volume
2. Price Action
3. Time
And 2 Secondary Factors namely…
1. Volatility
2. Liquidity
Buy Exit/Sell Arrows are triggered based on last candle bar closed. It plots automatically.
For Long
Light Blue Up Triangle denotes Buy at the Closing Price. Entry Price is Closing Price or with + or – 2% tolerance for the following market day.
For Exit/Sell
Orange Down Triangle denotes Exit to close any remaining position to free up capital. Or...
Red Down Triangle denotes Exit to close any remaining position to free up capital.
Either one of the arrow is Final.
For Setting Up Alerts
The user has the option to Setup Alerts for chart signals that is…for Long and for Exit/Sell.
For Demonstrative purpose...
I have on purpose chosen an O&G counter from a Cold Sector from MYX. This is a time of Pandemic. Therefore, choosing Technology or Glove and Healthcare Sectors would definitely reflect good performance. The idea here is to demonstrate that the Momentum Strategy application works on all market conditions anytime of the year.
Remember...
This strategy is only built for stocks. It is Not for Indices neither for any other financial instruments.
No SHORT signals in this strategy.
Multi-Indicator/Multi-Timeframe Panel | Agora AlgoWe strongly believe in order to be a profitable trader you need to understand what is happening on multiple timeframes, not just the timeframe you are trading on. We put together this script to help traders fix that problem and make multi-timeframe analysis as simple as a small "Panel" that you can glimpse at as well as customize. Too often we see traders focusing only on lower or singular timeframes resulting in opening positions at overbought/oversold areas or against the long-term trend. Hopefully with this approach we can help encourage all traders to take the initiative and responsibility to really do that multi-timeframe analysis.
The way it works is very simple but very useful. By default the script is looking for the direction of trend on all timeframes and sending that data to the "Panel". You as the user have the ability to change what the script/"Panel" will look for. Other available analysis methods are detecting RSI oversold and RSI overbought conditions on all of the timeframes as well as detecting Bollinger oversold and overbought conditions on all of the timeframes. You as the user also have the ability to customize all kinds of variables so that you are able to find what best suits your trading style.
Customizable options/variables:
MA Calculation Type
Fast/Short MA Length
Slow/Long MA Length
RSI Length
Bollinger Bands Length
Bollinger Bands Standard Deviation
Reference Manual/Documentation:
For Trend Detection the emoji ⏫ means UPTREND
For RSI Detection the emoji ⏫ means OVERBOUGHT
For Bollinger Detection the emoji ⏫ means OVERBOUGHT
For Trend Detection the emoji ⏬ means DOWNTREND
For RSI Detection the emoji ⏬ means OVERSOLD
For Bollinger Detection the emoji ⏬ means OVERSOLD
The 🔲 emoji means that neither of the above conditions are TRUE which usually when only happen when using RSI or Bollinger Mode.
The 🔲 emoji will also mask any timeframe lower than the timeframe you are currently viewing on the chart. Because security functions are used in this script/indicator we have taken the necessary precautions to follow
Tradingview/Pinescript best practices. With that being said best practices advise not to pull data from lower timeframes as security functions were initially intended for pulling higher timeframe data. Best practices tell us
there is a good chance of data loss when attempting to pull data from lower timeframes so we have removed the ability/chance of that happening.
Bonus Customizations:
You as the user also have the ability to enable a shortened version of the reference manual onto the "Panel" by enabling the option in the settings. If you need to get a quick idea of what the terminology stands for you could
check there and it will be defined for you.
We hope you enjoy what we have created and would appreciate any feedback! Remember guys, RISK MANAGEMENT and DO YOUR MULTI-TIMEFRAME ANALYSIS! Cheers!
Ravih Pro Trend BreakoutThis is a Trend Breakout Strategy on “DAILY Time-frame”
This Strategy is designed keeping in mind with Medium to Long Term traders. The strategy works only on Daily Time-frame and on Closing Price.
The concept here is to identify assets with potential change in trend. Primary focus is to position for the big move. There are times... trying to catch every trend, many of which can be unprofitable especially in side-way market. However, the primary purpose of this strategy is to catch all the major trend movements, which are much more profitable than minor market losses in all the side-way market.
I’ve simplified it to make it user-friendly.
How to use?
Set it to Daily Time-frame.
Buy, Take Profit 1,2,3 and Exit signals are included on chart based on the current Trend direction. The system shows an Exit signal if the system’s exit conditions are met. It works only on Daily Time-frame and on Closing Price.
Dark Blue Up Triangle denotes Buy at the Closing Price. Entry Price is Closing Price or with + or – 2% tolerance of the Closing Price for the following market day.
Purple Down Triangle denotes Exit to close any remaining position to free up capital.
Little Green Up Triangles denote the Bulls are in Control and Overpowering the Bears and represents minor Buying opportunities with strong probability of continuing up-moves.
Setting Up Alerts
The user has the option to Setup Alerts for all chart signals that is…
For Buy, for Exit, for Take Profit 1 set at 24%, for Take Profit 2 set at 48% and for Take Profit 3 set at 72%
The user also has the option to adjust the Take Profit as per their desire. However, the predetermined Take Profit set for this strategy does work reasonably well.
Remember...
This strategy is only built for stocks. It is Not for Indices neither for any other financial instruments.
No SHORT signals in this strategy.
RSI-Last-3-ExtremaThis script indicates when the current Relative Strength Index of the last 8 closes is beyond a level from center oscillation which signals the equity is likely to reverse course. When it is the lowest RSI reading of the prior 3 readings and below 25, a green vertical bar will appear signaling a potential BUY point. Likewise, the highest reading of the prior 3 RSI readings and above 75 will signal a vertical red bar or SELL signal. The bar has to have a final close price for the signal to be active. Reversal could take a few more bars to occur depending on the timeframe and equity symbol.
You will be able to find many charts that have this signal perfectly finding the top or bottom of a significant trend.
It successfully indicates profitable reversal around 80% of the time. So far, It is 85% accurate or better in determining downtrend start points on the Daily, 120, 60, 30 Minute charts according to the study of more than 10,000 occurrences. It is 86% accurate on the 30 Minute chart.
This is another tool I use in finding or confirming potential price action. Hope you find it useful.
To add this, favorite the script by clicking "Add to your Favorite Indicators" at the top of the code portion below. On your top tool bar is an "fx" button with a downward arrow to the right of it. Click on the downward arrow/caret and scroll down to "RSI-Last-3-Extrema". Click on this title and it should add to the bottom of your current chart. If you do not see BUY (green vertical bars) or SELL (red vertical bars) right away, try other charts and timeframes.
Game PlanAllows to automatically calculate Ali Persembe's, who wrote Teknik Analiz mi Dedin? Hadi canım sende, Game Plan Strategy
What is the Game Plan?
ALi Persembe claims, If you create a game plan for yourself and follow this plan completely, you will increase your profit. He tells that there is nothing to surprise you when your stop loss and target is determined in your game plan. You only need to follow this plan.
How does the indicator work?
It helps you determine your target price and stop point according to the risk ratio you will take on the basis of Atr, regardless of technical analysis.
The minumum risk ratio is calculated as 0.5 Atr according to the Atr 14 period. It automatically sets 2.5 times the risk ratio taken as your target price.
With this game plan, the more goals you reach by trading, the more profitable you will be. By reaching your target at risk ratio, you can determine the stops that follow the
Allows you to move your stoploss level up.
You can change your risk rate in the indicator settings. Minumum risk rate can be 0.5 maximum can be 5.
You can also choose the time you want to calculate your game plan from the indicator settings. Calculation can be made up to 100 bars before.
This indicator helps you to set a target on the basis of ATR, independent of technical analysis.
Turtle Trade Channels Indicator TUTCILegendary trade system which proved that great traders can be made, not born.
Turtle Trade Experiment made 80% annual return for 4 years and made 150 million $
Turtle Trade trend following system is a complete opposite to the "buy low and sell high" approach.
This trend following system was taught to a group of average and normal individuals, and almost everyone turned into a profitable trader.
They used the basis logic of well known DONCHIAN CHANNELS which developed by Richard Donchian.
The main rule is "Trade an 20-day breakout and take profits when an 10-day high or low is breached ". Examples:
Buy a 20-day breakout and close the trade when price action reaches a 10-day low.
Go short a 20-day breakout and close the trade when price action reaches a 10-day high.
In this indicator,
The red line is the trading line which indicates the trend directio n:
Price bars over the trend line indicates uptrend
Price bars under the trend line means downtrend
The dotted blue line is the exit line.
Original system is:
Go long when the price High is equal to or above previous 20 day Highest price.
Go short when the price Low is equal to or below previous 20 day Lowest price.
Exit long positions when the price touches the exit line
Exit short positions when the price touches the exit line
Recommended initial stop-loss is ATR * 2 from the opening price.
Default system parameters were 20,10 and 55,20.
Original Turtle Rules:
To trade exactly like the turtles did, you need to set up two indicators representing the main and the failsafe system.
Set up the main indicator with EntryPeriod = 20 and ExitPeriod = 10 (A.k.a S1)
Set up the failsafe indicator with EntryPeriod = 55 and ExitPeriod = 20 using a different color. (A.k.a S2)
The entry strategy using S1 is as follows
Buy 20-day breakouts using S1 only if last signaled trade was a loss.
Sell 20-day breakouts using S1 only if last signaled trade was a loss.
If last signaled trade by S1 was a win, you shouldn't trade -Irregardless of the direction or if you traded last signal it or not-
The entry strategy using S2 is as follows:
Buy 55-day breakouts only if you ignored last S1 signal and the market is rallying without you
Sell 55-day breakouts only if you ignored last S1 signal and the market is pluging without you
You can Highlight the chart with provided trade signals:
Green background color when Long
Red background color when Short
No background color when flat
WARNING: TURTLE TRADE STOP or ADDING more UNITS RULES ARE NOT INCLUDED.
Author: Kıvanç Özbilgiç
Also you can show or hide trade signals with the button on the settings menu
[FTA] Double Responsive Price FilterThis is a very special indicator which uses a series of double filtering methods to filter out bad price data.
Each filter uses a very complex mathematical formula to obtain the data, based on the Wave Function, then applies initial signal filtering on the output.
The output of each filter is then compared to each other, and the output of this stage goes through another signal filtering process which is used in aviation industry (NASA) to track objects and keep them under radar!
The final output is then squeezed through a truncated bandpass filter and plotted as two colors.
This is to ensure a very quick and responsive entry and exit signal without any lagging, and also to ensure that the trader stays in the trade as long as profitable!
Buy when color is aqua.
Sell when color is fuchsia.
Market Flow IndicatorHOW IS THIS INDICATOR DIFFERENT ?
This is a forked and even simpler version of the premium indicator Trend Volume RSI Analysis . Please, read its description on my profile page so that you can understand what changes have been made here and why.
Although in Trend Volume RSI Analysis you have only one parameter to configure (length), you need to choose between 3 options for the analysis - Trend, Volume, or RSI. You also have an option to highlight the buy and sell zones. For me, this is a lot of switching. Alternatively, if I want to see the whole picture, I have to apply the indicator twice or even three times, which limits the space on my screen for the candlestick chart. However, a lot of work has gone into creating that indicator and it works great. If it isn't broken, why fix it, right?
So, I forked Trend Volume RSI Analysis and modified some of the formulas, as well as effectively combined the Trend and the RSI parts into one simpler indicator. No more switching. Also, the Buy and Sell colors change based on crossovers. No more zones either.
WHAT DOES THIS INDICATOR DO ?
Market Flow Indicator shows two things - price direction (blue line) and momentum (green line). In the first screenshot below the indicator is applied to the 1h chart of SPX500 to show direction and on the second screenshot I use a 1h chart of BTC/USD in which you notice divergence, formed as a result of exhausted momentum. The indicator works equally well with cryptocurrencies, indices, commodities, and currency pairs.
The line colored in green and red is a modified RSI and the blue line is called Momentum (those are their names for now, but please check the updates below if anything has changed). Their colors are configurable in the settings panel.
In order to standardize the numbers without any modifications to the formulas, the RSI numbers are brought down by 50. In other words, the equivalent of an RSI overbought extreme (100) is 50 in the Market Flow Indicator, and the equivalent of an oversold extreme (0) is -50 in this indicator. Default lines here are set at 25 and -25, which are the equivalent of 75 and 25 respectively.
That's pretty much it. The idea behind Market Flow Indicator was to be super simple and to be used with minimum configuration if any at all. Once you get a grasp of it, it shouldn't take you more than a few seconds to know if you should stay flat or look for a long/short position.
HOW MUCH DOES IT COST ?
Although this may look like a simple indicator, I have spent a great deal of time testing and optimizing it to achieve this level of simplicity and practicality. Also, I will continue to update Market Flow Indicator as well as introduce user-requested features if they will improve its overall performance. For these reasons, this is a paid indicator, but I do give a free trial so that you can test it out for yourself. If you want to gain access, please use the provided information below or just message me. Thank you for your time.
Disclaimer: The purpose of all indicators is to indicate potential setups, which may lead to profitable results. No indicator is perfect and certainly, no indicator has a 100% success rate. They are subject to flaws, wrongful interpretation, bugs, etc. This indicator makes no exception. It must be used with a sound money management plan that puts the main emphasis on protecting your capital. Please, do not rely solely on any single indicator to make trading decisions instead of you. Indicators are storytellers, not fortune tellers. They help you see the bigger picture, not the future.
Weekly/Daily/Hourly/Minutes Colored Background IntervalsThis is my "Weekly/Daily/Hourly/Minutes Colored Background Intervals" assistant. I wouldn't describe it as an indicator, it just exhibits coloration of referenced periods of time with bgcolor() in Pine. With the arrival of 2021, I pondered the necessity of needing a visualization pre-2021 to visually recognize periodicity of market movements by the week, day, hour, or an adjustable period of minutes. While this script is simply generic, I hope you may find useful in your endeavors as a member on TradingView.
Explaining the script's usage, the "Minutes" input can be adjusted from anywhere between 5-55 minutes for only intraday. This can be modified to accommodate 90 minutes (1.5hrs) or any other minutes period desirable by tweaking certain numbers up to 1440. Minutes and Hourly backgrounds are disabled by default for most daily traders. Changing the input() code to `true` will provide them on by default when the script loads, if you choose that route. Each time periods background color is enable/disable capable. All of the colors are easily adjustable to any combination you can ponder for your visual acuity with the color swatch provided by input(type=input.color). The coloring can be "swapped" by input() depending on how you wish to start and end the day visually. I thought this would come in handy. The weekly background can have different starting points, whether it be Sunday, Monday, or any other day such as Friday for example.
The entire script's contents isn't intended for complete re-use as is for publicly published scripts. It's more along the lines of code that could be used to personally modify indicators you have, depending on the time frames you may actually be trading on. The code is basically modular, so you can use bits and pieces of it in your personally modified Pine Editor scripts that you wish to customize for yourself. I will say that the isXxx() functions are completely reusable in any script without any need for author permission inquiries from me, as easy as copy and paste. Those may come in handy for many folks. If you find them useful in certain circumstances, use isXxx() functions as you please. Day of the week detection by functions will have applications beyond my current intended use for them.
Of notable mention, this is a miniature lesson by example of how the new input(type=input.color) may be used. I'm also using `var` inside functions to aid in computational efficiency of the script runtime. The colors are permanently stored at the very beginning of the scripts operation inside the function and just reused from that point onward. Its a rare use case, but well suited for this scripts intention. Once again I have demonstrated the "Power of Pine" for developers of any experience level to learn from via code elegance.
When available time provides itself, I will consider your inquiries, thoughts, and concepts presented below in the comments section, should you have any questions or comments regarding this indicator. When my indicators achieve more prevalent use by TV members , I may implement more ideas when they present themselves as worthy additions. Have a profitable future everyone!
Trend Volume RSI AnalysisHOW'S THIS INDICATOR DIFFERENT ?
If you are familiar with my work, then you would know that I am into creating indicators with tons of parameters, almost all of which are left for you to configure. While this gives you an incredible level of customization, the feedback I received was that some of you felt a bit overwhelmed by them.
As such, I decided to create an incredibly simple, yet effective indicator that can give you a better overview of what's going on with the security you are trading/investing in without you needing to tweak a dozen parameters. So, the first and most obvious difference you will notice with Trend Volume RSI Analysis is that you have only 1 parameter to configure (length), one checkbox to tick (highlight buy/sell zones), and one dropdown menu to choose from (the type of analysis). All unnecessary features are stripped away and all calculations are done on the backend. Now let's see if this simplicity affects the efficiency of the indicator.
HOW DOES THE INDICATOR WORK?
1. Trend Analysis
The first type of analysis, selected by default, is the Trend. It shows the balance between bulls and bears and their respective strength. In order to filter out the noise and smooth out the graph, a moving average is applied twice - once from left to right, and once from right to left. Although this causes a minor delay, it is justified since the common moving averages lag is significantly reduced. The screenshot below shows an example of a small bull run on the 1h chart.
The indicator also performs very well in spotting divergences. Two divergences (bearish and bullish respectively) are illustrated in the screenshot below.
2. Volume Analysis
Volume Analysis doesn't just sum the standard volume of the trend. Rather, it calculates the effective volume - the one responsible for moving the price up or down and seeks the relationship between total volume and price movement. Thus, you get a smooth volume trendline that should prevent you from opening a position against the trend. As logic dictates, if the buying volume is growing, then the trendline will go up and it will be in green. If, however, the selling volume is growing, the trendline will decline and it will be in red. This analysis is better used on a bigger time frame, such as on a 4h chart.
Note: For those of you who have used my other indicator Multi Time Frame Effective Volume Profile, the formula used here is slightly different. The one used there is optimized for volume bars, while the modifications here deliver a slightly better trendline with less noise.
3. RSI Analysis
Contrary to the standard RSI which derives its results from price movement, this RSI is calculated based on the modified volume. So it's fair to say that it's a Volume RSI. This makes it a bit jerkier, almost something in between an RSI and Stochastics. However, it is much better in identifying divergences and will quickly indicate potential trends as it will start climbing up sooner. The screenshot below is on a 4h chart, but that's only because I want to show more examples. It works equally well on the 1h or even on a minute chart.
In the first example, the divergence is pretty obvious on all three indicators. However, in example 2 you would be able to spot it only on Trend Volume RSI Analysis and somewhat in Stochastics. RSI makes a double bottom there. Similar is the case with example 3, where this indicator is long gone on the way up in comparison to the other two. The difference in reaction comes from the supply and demand relationship, not just from the price movement. When bears are losing steam, the indicator detects this as a low supply level, thus printing the divergence or even climbing up to indicate the start of a new mini-trend.
I must note, however, that this part of the indicator must be used in accordance with the main trend (this is where the other two analyses come into play). You go long on a pullback when there's an established bull trend and you go short on a pullback when there's an established bear trend.
4. Additional Settings
I know, for an indicator with just one parameter this description is getting pretty long. There's only one thing left to cover - highlighting the buy/sell zones. It is fairly simple - when it's ON, the zones where bulls are stronger than bears will be highlighted in green. When the opposite is true, the background will be red. You can switch it OFF if it intervenes with your analysis, but I prefer having it as it shows a confluence of bull/bear force and the indicator itself. Here's an example below:
HOW MUCH DOES THIS INDICATOR COST ?
Although Trend Volume RSI Analysis may look like an incredibly simple indicator, I can assure you that a great deal of time, testing, and optimizing have gone into creating an indicator that does almost everything for you. The initial version was much more complex and a few dozen iterations were required to reach that level of simplicity and practicality. Furthermore, I will continue to update this indicator as well as introduce user-requested features if they will improve its overall performance. To find out more about how to gain access to this indicator, please use the provided information below or just message me . Thank you for your time.
Disclaimer: The purpose of all indicators is to indicate potential setups, which may lead to profitable results. No indicator is perfect and certainly, no indicator has a 100% success rate. They are subject to flaws, wrongful interpretation, bugs, etc. This indicator makes no exception. It must be used with a sound money management plan that puts the main emphasis on protecting your capital. Please, do not rely solely on any single indicator to make trading decisions instead of you. Indicators are storytellers, not fortune tellers. They help you see the bigger picture, not the future.
Multi Time Frame Trend, Volume and Momentum ProfileWHAT DOES THIS INDICATOR DO?
I created this indicator to address some of the significant inconveniences when analyzing a security, such as continually switching between different time frames to determine the trend and potential pullbacks, adding volume or volume-derived indicators, and finally, something that would help me determine the strength of the trend (maybe two additional indicators here). So I decided to code this all-in-one indicator that you can add multiple times to your chart depending on the settings you want to use, or just optimize the parameters for the particular asset and then switch between the options.
As the name suggests, it consists of three main sections - Trend , Volume , and Momentum . You have complete control over the parameters, including the Time Frames you want to use for each one (they can be different). So, let me explain each section in more detail.
HOW DOES THE INDICATOR WORK?
1. Trend Settings
In order to determine the trend, you need to set up two Moving Averages. You have a wide choice here - SMA, EMA, WMA, RMA, HMA, DEMA, TEMA, VWMA, and ALMA. Since the indicator does not plot the moving averages on the chart, I strongly suggest using this indicator along with the free "Trend Indicator for Directional Trading(main)" , which you can find in the Public Library. Once you set up the Trend Resolution, the Types of MAs, and their lengths, the indicator will generate a histogram of their convergences and divergences.
The change in colors should help you more easily determine the trend:
a) Bright Green - bull trend and price trending up (a good place to open long)
b) Dark Green - bull trend and price trending down (stay flat or open a long position with great caution)
c) Bright Red - bear trend and price trending down (a good place to open short)
d) Dark Red - bear trend and price trending up (stay flat or open a short position with great caution)
e) In addition, you can change the color palette to reflect the bull/bear trend momentum by scrolling to the bottom and selecting "Color Based on Bull/Bear Momentum", but I will discuss this in more detail below.
This part of the indicator is useful for opening a trade in the direction of the trend or for spotting a potential divergence. Both cases are illustrated below.
2. Volume Settings
The calculations for this part of the indicator are partially taken from "Multi Time Frame Effective Volume Profile" . I will quickly outline the specifics here, but if you want a more thorough understanding of how it works, please check the description of the MTF Effective Volume Profile indicator .
You have three elements with the following default settings - Resolution (5-min), Lookback (100), and Average (1). This means that the indicator will analyze the last one hundred 5-min bars and will plot a sum of only those that are at least 1 times bigger than the average. Those that are smaller than the average will be left out from the calculation. What you get is a trend line showing you accumulation/distribution based on modified volume parameters.
This part of the indicator is useful for spotting exhaustions and increased buying/selling volume that is opposite to the price trend. As you will see in the picture below, in frame 1 the selling pressure is decreasing, while buying volume is increasing. At one point supply dries out and the bulls take control, thus reverting the price. In frame 2, however, you can see that the higher high is not met with nearly as much buying volume as in the previous peak, showing that the bulls are exhausted and maybe a trend change will follow or at the very least that the bull trend will take a break.
3. Momentum Settings
The final part is an RSI smoothed through a Moving Average with the addition of some minor optimizations. Thus, the parameters you have to configure here aside from the resolution are the RSI length, the moving average that will be used, and its length. Out of the three, this is the most lagging component, but it's also the most accurate one. I must mention that due to the modified nature of this RSI, overbought and oversold levels carry less weight to the trading signals. Rather, pay attention to the change of colors, as they do so when the RSI changes direction based on preset parameters. The picture below shows such instances.
4. Additional Settings
This section consists of 4 elements:
a) Length of Trend - filters out the noise and gives a signal only when the trend becomes more established
b) ADX Threshold - filters out trading ranges and indecision zones when it's not recommended to open a trade
c) Select Analysis - choose what part of the indicator you want to see from a drop-down menu
d) Color Based on Bull/Bear Momentum - a global setting that will override the preset coloring of each indicator and will replace it with colors based on bull/bear strength and momentum - green for bulls, red for bears, and gray for non-trading zones.
The last part of this indicator is a combination of all of the above and is called a Points-Based System . It generates 3 rows of dots that go light green when bull criteria are met, orange when bear criteria are met, or gray when it's neither of the two. When you get a column of 3 green dots you get a buy signal. Similarly, a column of 3 orange dots gives you a sell signal. Grey zones are non-tradeable. It goes without saying that the frequency and quality of the signals you get will almost entirely depend on your settings, so feel free to experiment and adjust the indicator to catch the best moves for the given security.
In terms of indicator adjustments, I have left almost every part open to configuration. That is 15 parameters and 35 adjustable colors.
HOW MUCH DOES THE INDICATOR COST ?
As much as I would like to offer it for free (as some of my other ones), a great deal of work, trading logic, and testing have gone into creating this indicator. More than a few hundred iterations and a few dozen branches were required to reach the end result which is a precise combination of usefulness, simplicity, and practicality. Furthermore, this indicator will continue to be updated and user-requested features that improve its performance will be added.
Disclaimer: The purpose of all indicators is to indicate potential setups, which may lead to profitable results. No indicator is perfect and certainly, no indicator has a 100% success rate. They are subject to flaws, wrongful interpretation, bugs, etc. This indicator makes no exception. It must be used with a sound money management plan that puts the main emphasis on protecting your capital. Please, do not rely solely on any single indicator to make trading decisions instead of you. Indicators are storytellers, not fortune tellers. They help you see the bigger picture, not the future.
To find out more about how to gain access to this indicator, please use the provided information below or just message me. Thank you for your time.
Multi Time Frame Effective Volume ProfileWHAT DOES THIS INDICATOR DO?
It is a well-known fact that volume often precedes price. As such, if you can spot an increased volume early on, you can take a position before the majority joins the trend. The purpose of this indicator is to show the tactical moves of the insiders and the big players before they become obvious to everyone. Similarly, you should more easily be able to identify trend exhaustion and look to close your position.
This volume indicator is largely inspired by Pascal Willain's concept of Effective Volume described in his book "Value in Time" , which is an improvement over Larry Williams' accumulation/distribution formula. The more robust formula takes into account two very important factors:
1) the gaps that are an inevitable part of almost all securities;
2) the closing price in relation to the spread, which indicates the bull/bear strength;
I have slightly modified Pascal Willain's formula for Effective Volume and introduced a few additional features, which I believe make the indicator easier to use and understand.
HOW DOES THE INDICATOR WORK?
1. Volume Bar Deconstruction
The first significant part of this indicator is that it deconstructs the volume bar of your current trading session into one-minute volume bars, separates the significant volume, and then reconstructs the bar again. As a result, you get a new bar, in which only the significant volume is counted. Not only this, but you also get a more comprehensive view of the relationship between buying and selling that occurred on the smaller time frame.
In the screenshot below you can see that although the bears were stronger, the bulls met them with almost identical force, which resulted in absorbing the supply in 1 and then in 2 the demand drove the price up. In a traditional volume bar chart (which is also plotted), you only see the total traded volume in either red or green depending on the closing of the bar. As you would probably agree, this does not reveal the whole story.
Accumulation/distribution by large players and funds is done with great precision, which is hard to catch intraday and nearly impossible on a daily time frame. However, large orders are hard to conceal on the 1-min chart since any unusual volume sticks out like a sore thumb. The whole idea here is for you to get a comprehensive view of what's going on in the small time frame, reveal any hard to spot transactions, and then make an informed decision on your trading time frame.
To ease your analysis even further, the indicator shows you minor volume as a percent of the major volume . Since your current time frame volume bar is a sum of all buying and selling volume from a smaller time frame, you get to see a more complete picture of the buying and selling that occurred. For example, you have a total volume of 150 BTC in a single 1h volume bar, out of which 100 BTC is in selling volume and 50 BTC is in buying volume. What you will see as parameters are this: 50 (buying volume), 100 (selling volume), 50 (minor volume as a percent of the big volume, since 50/100 = 0.5 = 50%). The higher the percentage, the more even the powers between buying and selling are.
2. Volume Trend
Building upon the first feature of the indicator, you can also choose a cumulative volume trend line. It is constructed by evaluating the type of the significant volume - adding it up if the bar closes positive (green) and subtracting it if the bar closes negative (red). The evaluation is once again done on a 1-min time frame by default, but you can change that along with the count lookback period in settings.
3. Bull / Bear Equilibrium
Based upon the volume bars, Bull/Bear Equilibrium shows you the difference between buying and selling pressure under the form of a smoothed histogram. It is particularly useful not only for spotting trends early in the beginning, but also when those trends start reaching a point of exhaustion. You can then move your Stop Loss accordingly, close part of your position to preserve profits, or even look for a good entry position in the opposite direction.
HOW MUCH DOES THE INDICATOR COST ?
As much as I would like to offer it for free (as some of my other ones), a great deal of work, trading logic, and testing have gone into creating this indicator. More than a few hundred iterations and a few dozen branches were required to reach the end result which is a precise combination of usefulness, simplicity, and practicality. Furthermore, this indicator will continue to be updated and user-requested features that improve its performance will be added.
Disclaimer: The purpose of all indicators is to indicate potential setups, which may lead to profitable results. No indicator is perfect and certainly, no indicator has a 100% success rate. They are subject to flaws, wrongful interpretation, bugs, etc. This indicator makes no exception. It must be used with a sound money management plan that puts the main emphasis on protecting your capital. Please, do not rely solely on any single indicator to take trading decisions instead of you. Indicators are storytellers, not fortune tellers . They help you see the bigger picture, not the future.
To find out more about how to gain access to this indicator, please use the provided information below or just message me. Thank you for your time.
SERIES - EQOP - A
CONCEPT: Produce consistently profitable trading results
KNOWNS: Candle closes, Targets, High volume time periods
HYPOTHESIS: Upon the print of a "color bar", buy above, sell below, aim for a target, analyze every candle to determine continuation or reversal status and probabilities.
OUTCOME: There are four possible outcomes listed by assumed preference here: 1.) Make money and learn self discipline 2.) Make money and not learn self discipline 3.) Not make money and learn self discipline 4.) Not make money and not learn self discipline
Please dearly beloved also remember that there are much more important aspects to this existence than the acquisition of material sustenance and fortification. What we leave behind is not etched into stone nor our bank accounts, but into the lives of others. I commend those who choose to invest their energy into the pursuit of love and peace in every way that they find. Big or small, losing in trading or winning, it is most important to remain a peaceful individual.
The best way I have found to help others is by living my own life in the way I would wish them to know. The is power in your purpose and what you regard your own self to be capable of.
I respect you for li zen ing to my opinion and thoughts. Please be free and love thy neighbor as thyself, I give very little instruction regarding other matters.
Hullk Autobot
HULLK AUTOBOT
• Long entry positions
• Profit targets
• Stop loss targets
Description
The Fast Signal Line is an extremely fast and smooth moving average indicator, designed to eliminate
the lag typically associated with traditional moving average indicators.
When the price is trending upward the Fast Signal Line is colored light grey then turns orange when
price is trending downward.
How to Trade
It is good practice to assess multiple timeframes to ensure you are mindful of the larger picture. The
15 minute and 4-hour charts are worthy of note.
In addition to displaying the current macro trend, the Fast Signal Line can also be used for judging
entries and exits from trades.
Aggressive traders may choose to trade based on the first touch of the Fast Signal Line whereas
conservative traders may wait for the signal line to be broken and established as a line of support or
resistance before taking action.
Indicator Configuration
The Fast Signal Line’s display and colors can be changed by modifying the ‘Fast Signal’ options in
the indicator’s style settings;
Volume Line
Description
The Volume Line uses short-term historic volume data to determine the balance between demand
and supply.
When volume is supporting price the Volume Line is colored yellow then turns red when the volume is
rejecting the price.
How to Trade
While the Volume Line can indicate support and resistance levels, it is best used to confirm bias
when using the Fast Trend Line indicator to enter or exit trades and can also be used by traders for
stop-loss or take profit entries.
Indicator Configuration
The Volume Line’s display and colors can be changed by modifying the ‘Volume’ options in the
indicator’s style settings;
Trend Line
Description
The Trend Line is a Weighted Moving Average indicator based on a fixed period and is used to
identify the current trend of the market.
When supporting the price, the Trend Line is colored green then turns red when rejecting the price.
How to Trade
Timeframes of 4H and above are best used to determine the current trends, while shorter timeframes
can be used for entering and exiting trades when the trendline is turning in the relevant direction.
Indicator Configuration
The Trend Line’s display and colors can be changed by modifying the ‘Volume’ options in the
indicator’s style settings;
Whales Volume Line
Description
The Whales Volume Line uses long-term historic volume data to determine the balance between
demand and supply dictated by large/institutional traders in the market.
When volume is supporting price the Volume Line is colored yellow then turns red when the volume is
rejecting the price.
How to Trade
While the Whale Volume Line can indicate support and resistance levels, it is best used to confirm
bias when using the Fast Trend Line indicator to enter or exit trades and can also be used by traders
for stop loss or take profit entries.
Indicator Configuration
The Whales Volume Line’s display and colors can be changed by modifying the ‘Whales Volume’
options in the indicator’s style settings;
Trendline Direction Line
Description
The Direction Line is a Weighted Moving Average indicator based on a longer period than the Trend
Line and is used to identify the current direction of the market.
The Direction Line indicator is colored purple when the market direction is up trending and red when
downtrend.
How to Trade
Timeframes of 4H and above are best used to determine current trend, while shorter timeframes
can be used for entering and exiting trades when the trendline is turning in the relevant direction.
Indicator Configuration
The Trendline Direction’s display and colors can be changed by modifying the ‘Trendline Direction’
options in the indicator’s style settings;
Channel Line
Description
The Channel Line is a Least Squares Moving Average indicator based on a fixed period and is used as
a crossover signal to identify bullish or bearish trends ahead of traditional simple or exponential
moving averages.
The Channel Line indicator is colored cyan when the market direction is up trending and red when
downtrend.
How to Trade
When the Channel Line changes to an uptrend along with a recovery in price, traders can use this as a
signal to enter a long position. If the signal changes to a downtrend along with a fall in price, traders
can use this to enter a short position.
Indicator Configuration
The Channel Line’s display and colors can be changed by modifying the ‘Channel’ options in the
indicator’s style settings;
Dip & Pop Signals
Description
Dip and Pop signals occur when the price is likely to make a counter-trend movement before continuing
its direction.
In a bullish trend, a Dip signal suggests that price will move down to test support before continuing,
whereas a Pop signal suggests that price will move up. In a bearish trend, a Pop signal suggests that
price will move up to test resistance before continuing, whereas a Dip signal would suggest price is
likely to continue the trend.
How to Trade
Dip and Pop signals should be used as notification for preparation rather than a call to action as the price
can move unpredictably during volatility.
Indicator Configuration
The Dip & Pop’s display and colors can be changed by modifying the ‘PoP’ & ‘DIP’ options in the
indicator’s style settings;
Entry & Exit Signals
Description
Entry and Exit Signals are indications of when to open and close trades but should be used in
conjunction with other indicators to interpret their meaning.
How to Trade
While Entry and Exit signals can be interpreted as simple long and short entries, their meaning does
change based on trend circumstance. An Entry signal is typically printed price is starting to see a
positive reaction after a drop.
When the Fast Signal, Trend, and Trend Direction lines are indicating an upward trend an Entry signal
signifies a good place to enter a long or exit a short position. However, if the lines are not suggesting
an upward trend then a long signal indicates that any long order should be exited as any new long
orders in this scenario are risky as you would be opening a position at resistance.
Likewise, when indicator lines are indicating a downward trend and an Exit signal is received this
signifies a good place to enter a short or exit a long position. However, if the signal is against the
trendlines then this is a riskier short into support.
Indicator Configuration
The Entry & Exit’s display and colors can be changed by modifying the ‘Entry’ & ‘Exit’ options in the
indicator’s style settings;
If you have any questions or are looking for access please send me a private message.
Thx for your time and support
Bjorgum Triple EMA Strat-This script uses a triple EMA strategy to establish trend direction and reversal points
-Inputs are smoothed with Heiken Ashi values to reduce whipsaws, while providing timely execution
-Buy and sell indications are dictated by bar color
-Bar color is dictated by the candle close value in relation to the EMAs, specifically the faster of the 3
(If candle closes above or below the fast and intermediate averages, a buy or sell signal is indicated by bar color change)
-If the close falls between the two a cautionary signal is given. The viewer can hold, or take profit, or evaluate other indicators for clues
-Best results are obtained when coupled with Bjorgum TSI and Bjorgum RSI for confirmation of signals (see TradingView profile)
@Bjorgum on Stocktwits
DMT 369 DRAGRONFLY StudyDragonfly Study version plus statistics panel
Successful traders trade with a fixed plan and without emotion, but this a lot harder than many new traders think. Many never master this skill and suffer continual drawdowns on their accounts as they overtrade high leverage positions in volatile markets.
ĐΜŦ Autobot resolves this issue by taking the human element out of the equation, allowing full automation of trades using TradingView alerts to trigger your favourite trading bot, such as Alertatron or 3Commas.
Being a Trend Reversal Indicator based on Volatility & Average True Range , ĐΜŦ Autobot is designed to identify spots in the market that offer suitable scalp and swing trade opportunities.
Due to popular demand we have expanded our ĐΜŦ Autobot product line to include the new ĐΜŦ Autobot Dragonfly 3-6-9 Edition which combines DMT with 3-6-9 Vortex mathematics, our Titan indicator and a multi-ladder scalping strategy to ensure you maintain a preferable average entry when price action moves against your position.
Indicator View
It its default state the DMT Autobot Dragonfly indicator displays key signal information, such as:
• Support & resistance range lines
• Titan Body Small & Large Time Frame lines
• Long & Short entry positions
• Long & Short position ladders
• Profit targets
Dragonfly displays a range between resistance (upper line) and support (lower line) on the chart.
Once the price is granted support in the range the lower line will turn green. As price action develops it will make repeated attempts to test support. If support holds price will attempt to test the resistance line (red).
When resistance is broken and the price is above the upper line, the line will turn blue confirming the bullish momentum and provide a potential buy opportunity.
Price action will make attempts to test the upper line as support and will keep rising while support is granted.
Once support is lost the upper line will become red once more. As price action develops it will make repeated attempts to test resistance. If resistance holds, the price will attempt to test the support line (green).
When support is broken and the price goes below the lower line, the line will turn red confirming the bearish momentum and provide a potential selling opportunity.
Price action will make attempts to test the lower line as resistance and will keep dropping while resistance is granted.
Titan Body
The Titan Body Small & Large time frame options in the indicator add additional trendlines to the chart to provide further clarity and confirmation to the Support & Resistance range indication.
Once price is granted support by the Small Time Frame trend line the line will turn green. As price action develops it will make repeated attempts to test the Small Time Frame support. Once the price is below the Small Time Frame trend line , the line will turn red and can act as resistance in a trend reversal.
When price is granted support by the Large Time Frame trend line the line will turn cyan. As price action develops it will make repeated attempts to test the Large Time Frame support. Once the price is below the Large Time Frame trend line , the line will turn orange and can act as resistance in a trend reversal.
The Titan Body enabled and customized in the indicator’s style settings,
Alert indicators
DMT Autobot Dragonfly Edition generates signals that can be used to scalp trade a volatile asset.
Signals are enabled and customized in the indicator’s input settings Additional options can be found in the options, but it is recommended that these are left at the default, as shown below. The indicator generates many
Entry and Profit levels can be disabled or customized in the indicator’s style settings,
Tradingview Alerts
Using Tradingview alerts, DMT Autobot Dragonfly signals can be used to trigger a trading bot.
To trigger a long or short position, set the Tradingview Alert Condition to DMT 369 Dragonfly and select the long or short option.
It is recommended that long or short positions are configured to trigger Once Per Bar Close
Ladders can also be triggered using alerts. To trigger a ladder order, set the Tradingview Alert Condition to DMT 369 Dragonfly and select the appropriate Long or Short ADD option that is to be triggered by the relevant values defined in the indicator’s configuration.
It is recommended that ladder orders are configured to trigger Once Per Bar,
To trigger a take profit order, set the Tradingview Alert Condition to DMT 369 Dragonfly and select the Long or Short TP option that is to be triggered by the relevant values defined in the indicator’s configuration.
Take profit orders can be configured as Once Per Bar Close or Once Per Minute.
If you wish to trigger a take profit signal immediately when the indicator’s defined take profit value is achieved, then use the Once Per Bar option.
Selecting Once Per Bar Close to generate a take profit signal is a gamble as the candle may close far away from the defined profit target – positive or negative.
While stops can be used, they are not applicable to the recommended ladder strategy.
Ladder Strategy
The DMT Autobot Dragonfly indicator always turns an underwater position into a win by utilizing a ladder strategy.
By using the recommended defaults, the indicator will trigger ladder orders at 3%, 6% & 9% using increasing order sizes,
Order sizes increase exponentially to ensure a good average price is maintained. If you are not using DMT Autobot Dragonfly signals to trigger ladder or take profit orders, please ensure your trading bot is configured to recalculate the new ladder entry and profit target based on the new average position entry price as each ladder is filled.
If you are using DMT Autobot Dragonfly on a leveraged asset, please ensure the leverage position is configured suitably so that your position is not liquidated if the price rapidly moves against you.
If u are looking for more information or access to the script please private msg me in trading view chat thx for support
Gapup Advanced (B/S)This indicator provides you support and resistance line for Intraday trading. We have made the calculations using the historical data of (EMA 10, open ,high,low,close,52week high,52w low). We tried to capture the rapid moment of stock depending on the previous day values and EMA 10. Unlike the lagging indicator which changes the values periodically.
This is a Leading Indicator which uses TRADINGVIEW's powerful code "Resolution "-ie the indicator values will not change for the intraday, though you change to any timeframe.
Our indicator will take care of the work of conditioning and plotting and plot only if it matches all the criteria. So plotting of EMA is not required. If you want to plot EMA manually ,I would (recommend tf=15min,10ema) .
How to use this Indicator ?
When we can go long?
When you get a green line along with dot, go for BUY. Once the candle hits our target (i.e the black dotted line) close the trade and book your profits. And once the dot in the green line is off ,it means the stock will not go beyond primary target. When the dot in the green line is off, it means it has the possibility to go DOWN further.
Bonus Tip: If the 15 min candle closes above any of the trend line and in the next candle if it takes support from that line itself then it has the possibility to go up further.
When we can go short ?
When you get a red line along with dot, go for SELL. Once the candle hits our target (i.e the black dotted line) close the trade and book your profits. And once the dot in the red line is off , it means the stock will not go beyond primary target. When the dot in the red line is off, it means it has the possibility to go UP further.
Bonus Tip: If the 15 min candle closes below any of the trend line and in the next candle if it faces the resistance from that line itself then it has the possibility to go down further.
The other 2 green dotted lines/ red dotted lines are Bonus targets 2 and 3.
ie. The trend may reverse @ any point above the primary target in case of buy.
Ie. The trend may reverse @ any point below the primary target in case of sell.
To be a Consistent Profitable Trader:
Always aim for the one adjacent level above or below the current level.
Unique Feature - "THE PINK LINE"
In case of buy call, if the trend reverses we give you a recommended down target.
In case of sell call , if the trend reverses we give you a recommended up target.
Minor Support & Resistance line:
Also if the trend reverses,
In case of buy, minor support and resistance are present below.
In case of sell, minor support and resistance are present above.
It can used to trade in Options, futures ,equity. Suitable for all high moment stocks,indices, commodities.
Final Bonus Tip:
I always recommend for every trader to trade with min stock quantity eg:1-10 with any indicator/ strategy. Then you can choose to trade in lots in futures and options.
It is useful for scalpers and Intraday traders.
Recommended Time Frame : 5/15 min.
Suitable for all stocks,indices, commodities .
Combined MA Trend FilterToday I propose a simple but an effective tool to use as a trend identifier.
It is simple because it doesn't require user to tinker with it and it works on all scripts and all time frames.
It is effective because it's based on what I believe to be the most used ma's by the traders who are successful and usually trade with large qty.
So, what's under the hood?
-It's a combination of MA's and its alpha multiplier to replicate effect of higher TF MA without producing the weird square shapes.
-We are utilizing the range between the two as a way to identify "noise areas" or "ranging areas" for the price action, where taking a trade might not be the best decision.
-As soon as bar starts closing above the both MA and its alpha multiplier, it is in strong bullish zone
-And as soon as bar start closing below the same we have a strong bearish zone.
-Bar Colour coding
Lime - Strong Bullish sentiment
Yellow - Weak Sentiment (Ranged area)
Red - Strong bearish sentiment
-This indicator works in two modes, one is noise mode and one is noiseless mode.
When we select noiseless mode, we are utilizing here a filter to reduce noise, which can be also plotted on chart and option for doing so is given in settings.
Some examples?
I've used alpha of 5 in above examples (You can change it to anything you want, depending on your script and TF)
As you can see, it produces far better filtering and keeps you out from possible "noise areas" when trading, it is also good at working as scaling in and out tool for purpose of maximizing the profits when you do catch the trend.
Please note that higher the alpha you use, you will be shifting to higher TF MA, while its difficult to have a set number of set TimeFrame effect replication, its best to keep the alpha multiplier value around 5.
Authors note:
This indicator is free to use for all, I'm only protecting the code to avoid people selling it to unsuspecting new users. It happens a lot on TV.
Past performance does not mean future profit and trader is responsible for his own losses or profits, author does not take any responsibility to wrong application of the tool provided here.
Have a profitable trading journey and enjoy~