L1 Moving Average Fingerprint for Long EntryLevel: 1
Background
This script combines moving average processing with highest high and lowest low to disclose the "fingerprint" of a specific trading pair to describe its unique behavior.
Function
Moving Average Fingerprint for Long Entry is a Level 1 pine script. It utilize several moving average of inherent highest high and lowest low and combine them with customized fingerprint coefficients to depict the unique behavior of a specific trading pair across multiple markets for long entry point identification.
Key Signal
FingerPrint1~6 are basic-level fingerprints with moving average of highest high and lowest low.
FingerPrint7~8 are composite fingerprint definitions with coefficients/weights,where coefficients/weights need to be tuned to discover the inherent "fingerprint" of a specific trading pair.
FingerPrint10~12 are composite fingerprint calculation for long entry alerts
ReadytoLong is a long entry filter where long entry point may happen within it. By using crossover() function to a customized threshold value, you can define accurate long entries.
Pros and Cons
Pros:
1. Combine moving average and extreme points to disclose a trading pair behavior.
2. Smart to tune specific set of parameters to obtain unique fingerprints of trading pairs.
3. Smart position sizing scheme by adjusting the threshold values.
Cons:
1. Require tune input parameters for each trading pair in a specific period and time frame.
2. Only long entry was studied, no short entry and re-entry are available yet to form as a trading system.
3. "ReadytoLong" is an inaccurate range where multiple long entries may happen at improper points in chop market.
4. Complex input parameters to obtain a unique fingerprint set.
Remarks
Although I wrote pine script for more than two years, this is the first script published in the community. I will publish more with my works in this platform.
Hope the community can improve this concept and make it as a trading system.
Readme
In real life, I am a prolific inventor. I have successfully applied for more than 60 international and regional patents in the past 12 years. But in the past two years or so, I have tried to transfer my creativity to the development of trading strategies. Tradingview is the ideal platform for me. I am selecting and contributing some of the hundreds of scripts to publish in Tradingview community. Welcome everyone to interact with me to discuss these interesting pine scripts.
The scripts posted are categorized into 5 levels according to my efforts or manhours put into these works.
Level 1 : interesting script snippets or distinctive improvement from classic indicators or strategy. Level 1 scripts can usually appear in more complex indicators as a function module or element.
Level 2 : composite indicator/strategy. By selecting or combining several independent or dependent functions or sub indicators in proper way, the composite script exhibits a resonance phenomenon which can filter out noise or fake trading signal to enhance trading confidence level.
Level 3 : comprehensive indicator/strategy. They are simple trading systems based on my strategies. They are commonly containing several or all of entry signal, close signal, stop loss, take profit, re-entry, risk management, and position sizing techniques. Even some interesting fundamental and mass psychological aspects are incorporated.
Level 4 : script snippets or functions that do not disclose source code. Interesting element that can reveal market laws and work as raw material for indicators and strategies. If you find Level 1~2 scripts are helpful, Level 4 is a private version that took me far more efforts to develop.
Level 5 : indicator/strategy that do not disclose source code. private version of Level 3 script with my accumulated script processing skills or a large number of custom functions. I had a private function library built in past two years. Level 5 scripts use many of them to achieve private trading strategy.
Higherhigh
Previous Candle High and LowThis Indicator add's a label over and below the previous candle which show's it's high and low values.
Stock Breakout Algo by Technicaltrader615This is a Breakout Algo Suited for trading Stocks in NSE ( India) . The code looks for breakout above yesterday high and low with respect to the pivot R1 and S1. The order pings as Bracket order with 2R as target and 1R as risk. Time frame to be used is 5 mins.
We need to feed stocks with narrow range prior day for better performance.
You need to define risk in the Bridge for Each of the Stock. Lets say the stop loss is 10 points and Risk is 1000. The bridge will ping 1000/10 = 100 Shares to buy/ sell with 2R as target. the Target can be set to 3R also . This some times get rejected as Indian Stock exchange has upper circuit limit set. So we can go for 2R for ill-liquid stoks and 3R for liquid Stocks.
Similarly if 1000 Rs risk and 50 points sl , the bridge will place 1000/50 = 20 Share qty.
Breakout / Breakdown candles are Denoted by Colour change in the chart for visual purpose.
For more Details you can contact thru trading view chat window. You can also scroll down for my signature. This is only for the Students of Mine.
Higher High Lower Low - LiveHello All!
This is Higher High Lower Low - Live script. HHLL Live means Labels are calculated and placed dynamically. if you don't know what the Higher High - Lower Low is then you should search it on the net ;)
This is not Buy/Sell indicator but you can use it to analyse the trend or you can use it with other indicators to get signals and confirmation. You have option to use High/Low or Open/Close prices.
The script checks some indicators to see if it's in OB/OS levels and if they are in OB/OS levels then label colors are changed optionally. default OB level = 65, OS level = 35. you can set them as you wish.
I felt I need to protect the source code of the script, so this time it's not open-source.
Before you asked I should answer; it's non-repainting, live and dynamic script, you can use this with all time frames and any pair, indices, stocks etc ;)
You have option to get support/resistance levels and option to change bar color according to the trend that is calculated using broken S/R levels.
You can use different colors:
You can use Close/Open prices as source:
You have option to see only HH LL labels:
Enjoy and Good luck!
Higher/Lower Highs & LowsThis script prints higher highs , higher lows , lower highs and lower lows , as well as the last support or resistance line.
It can be configured with one parameter "lookback" which determines how fast the trend changes direction.
Alerts can be setup for each event.
Please note: the triangles are plotted with a 1 bar offset, meaning you will receive the alert 1 bar after, since the script is waiting for a price drop/climb to validate a higher/lower high/low.
Higher High and Lower Low Bar CountThe importance of counting HH&LL is to find the possible extreme of the current leg and the potential reversal.
This script helps you count the number of bars which are constantly higher or lower than the previous ones.
I set the script to count from the first one, but only display the number from the third, in order to eliminate too much noise.
Note : I have loosened the criteria of HH and LL.
Let's take "higher high" as an example, I will count the number If the current bar's low is higher than the previous one's and its high is higher or equal to the previous one's , and vice versa.
If you prefer the strict definition of HH or LL, you can modify the code as you wish.
Market Trading Tools - Auto Trend LinesOur Auto Trend Lines indicator draws trend lines for you. Instead of going into the hassle of drawing and connecting points you are not sure of, we have made this now possible for you. Our indicator will automatically draw trend lines for you, the present trend lines will be in a solid line, while previous historical lines will be dotted. There are two colors for the trend lines , red and yellow. Basically yellow is considered to be the lower line of the trend line while the upper line of the trend line will be the red color.
To make it more convenient for your use we have labeled the high and lower points that can help you form trend lines as well. So if you do not want the trend lines to appear, you can remove them and connect the H & L (High and low points).
** The lines are extendable they will extend till a further time in the year ( it will be extending), the extending point will help you recognize previous key points on trend lines .
** The indicator can be used on any financial market; crypto, stocks or forex. We do not recommend a certain time frame as each time frame usually has its own patterns to draw (the higher the time frame is the similar it will have same trend lines , for example, a 4HR and 1 Day time frame might have similar channel, trend line ...etc)
Once you are granted access to use it, add it from going into the scripts >> invite only scripts >> enable the indicator. Once the indicator is added to your chart you will see the indicator popping up on your chart.
We are happy to announce that our trading indicator is special and unique from different ones because it is adjustable to the current price ranges.
The colors are a bit different than the normal RED & GREEN colors that everyone uses. This is because these color will allow our trend lines to appear if you are using other indicators. You can change the settings and the looks of the trend lines in the style settings one you get access to it.
** if you are interested in this indicator, please check the link below
[Zekis]Opening Range Higher High Lower Low Forex SessionsOpening Range Higher High Lower Low Forex Sessions
Very useful for session trading, the opening range will reset when new session is start and will plot new higher highs and new lower lows until the end of the session.
Ability to change between 3 opening sessions:
* London - opens at 3:00 am EST
* New York - opens at 8:00 am EST
* Tokyo - opens at 7:00 pm EST
* New day - GMT +0
Green arrow - new higher high
Red arrow - new lower low
Green background - the strength of the bullish trend
Red background - the strength of the bearish trend
(the lighter the color, the stronger the trend)
Enjoy!
@zekis
Higher Highs & Lower Lows Stochastics - Vitali ApirineThis is my modified "Higher Highs & Lower Lows Stochastics" employing PSv4.0, originally formulated by Vitali Apirine for TASC - February 2016 Traders Tips. Reading through a TASC magazine of mine, behold, I found a little known indicator that I can't find anywhere on all of Tradingview. That was a tragedy I felt I had to resolve... This indicator is best described as a dual momentum indicator, being helpful with anticipating reversals, spotting emerging trends, and defining correction periods. I felt it worthy of justice to unveil this for all TV members to utilize and also learn from. It's uniqueness is beyond past due for the honor it deserves on Tradingview.
As always, I have included advanced Pine programming techniques that conform to proper "Pine Etiquette". For those of you who are newcomers to Pine Script, this code release may also help you comprehend the "Power of Pine" by employing advanced programming techniques while exhibiting code utilization in a most effective manner. This script's uniqueness displays that we can now override built-in Pine functions. Firstly, you may have noticed that I replaced ema(), sma(), highest(), and lowest(). If you weren't aware of this Pine capability, well, here is a prime example... Now you know! Just heed caution when doing so to ensure your replacement algorithms are 100% sound. Lastly, I also added an additional "Median" line where the companion stochastics seemingly appear to gravitate within a central zone.
NOTICE: You may have observed, there is highest(), lowest(), ema(), and sma() custom functions overwriting Pine built-ins, some of which are audaciously used in ternary. "IF" you are planning to use Pine Script v4.0 functions in ternary, be forewarned, they WILL NOT operate as expected in most scenarios. The reason why I legitimately used them here in ternary is because they are ONLY manually controlled by an input(). If these were dynamically controlled with bar-to-bar dynamic conditional logic, you would most certainly run into serious unexpected programming issues, potentially resulting in hours of frustrations and guaranteed loss of hair. That's my lesson for this release, so never ever forget this when utilizing the full potential of the "Power of Pine". For more information concerning these potential dilemmas, please consult "Execution of Pine functions and historical context inside function blocks" in the "Pine Script v4 User Manual".
Features List Includes:
Dark Background - Easily disabled in indicator Settings->Style for "Light" charts or with Pine commenting
AND much, much more... You have the source!
The comments section below is solely just for commenting and other remarks, ideas, compliments, etc... regarding only this indicator, not others. 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. As always, "Like" it if you simply just like it with a proper thumbs up, and also return to my scripts list occasionally for additional postings. Have a profitable future everyone!
Smart Indicator 28 - Swing Pivots (Higher Highs and Lower Lows)A simple way to find Higher Highs and Lower Lows (HH and LL) whit automatic Fibonacci Lines in the most common levels.
In this indicator the Higher Highs only happens when a high value are rising from each other in the last "Length of Real Pivots" highs and the next same number of highs are falling in every single bar.
The Lower Lows are inverted, LL only appears if a low is falling in every single bar in the last number of length and the lows price of the "n" bars next are rising.
You can use this Indicator in any kind of market.
HIGHER HIGH LOWER LOW STRATEGYThis is my favorite for Tradingview.
Please use other indicators to find good entry and good exit. This is why this publication has so many indicators. A good indicator will find good results even on line chart. Feel free to try on "Heiken Ashi" but understand that "line" chart is much more realistic
Due to tradingview's crappy auto resize, the best way to view this script is to click on the share button and "Make it Mine".
Then you can see why my other indicators are "PRESENT"
Cheers!!!
Use On Renko Chart - Cheap Entry Signals HI BIG PLAYERS,
in according of an enquiry from an user of tradingview I coded this script for free.
This script allows to identify a trend on the basis of higher high & higher low and lower high & lower low. And only after this fulfill conditions the entry signal comes out. The enquiry relates to Renko-charts, this is why it was build more usable on Renko-Charts.
In addition, it is possible to choise yourself the view of highest/lowest peaks and signals in the options.
Please give me a like to this indicator and of course: you are invited to follow me or visit my other scripts in relation to Wolfe Wave and Elliott Wave.
King regards
NXT2017
Higher High Lower Low StrategyThis script finds pivot highs and pivot lows then calculates higher highs & lower lows. And also it calculates support/resistance by using HH-HL-LL-LH points.
Generally HH and HL shows up-trend, LL and LH shows down-trend.
If price breaks resistance levels it means the trend is up or if price breaks support level it means the trend is down, so the script changes bar color blue or black. if there is up-trend then bar color is blue, or if down-trend then bar color is black. also as you can see support and resistance levels change dynamically.
If you use smaller numbers for left/right bars then it will be more sensitive.
free to use but the code is hidden and not free of charge, if you want the code please send me message.
comments are welcome.
Higher Highs / Lower Lows - m,H,D,W,M w/ Alerts by ZekisA simple but very useful indicator that plots higher highs and lowers lows and that can be reset each hour, day, week or month, so it can plot new HH and new LL only in that range.
It can be used as it it, combined with other indicators or for TA (it's an entire story about highs and lows, google and youtube are your friends).
Alerts for HH/LL and for the first in the series plotted with Long and Short labels.
Use with caution!
Enjoy!
@Zekis
Highs & LowsHigh and Lows Script.
For all the price action lovers out there.
Hope you all enjoy.
Thanks
Swing PointsThis indicator gives a clear indication of price action swing-points as well as an indication of whether it is a higher, lower, or equal swing point relative to the last high/low.
Bull&Bear Signals by uykusuzpenguenHow to use Bull&Bear Signals Script
Purpose: We developed this indicator for short and middle term buyer and seller small inverstor.
Scope of Script: This script should use stock markets and digital currency markets. We are not recommend this script for use in any other assets.
General Approaching: While this script creating, mostly take support, highest high price & lowest low price, volume and RSI . We strongly recommending to use 4h,1d,1w time frame on the graph.
Notation:
Purple Point: If a bar volume more than volume moving average four times
Grey Point : If a bar volume less than volume moving average four times
Turquois Bar Color : If a bar RSI level more than 75 ( Overbought areas )
Purple Bar Color : If a bar RSI level less than 25 ( Oversell areas )
Note: We don’t want all your graphs filling text and line etc. But generally spectacular price movement become after that points. That’s why we think this notation will be usefull.
Important Warning: Please do your risk management . This formula does not eliminate the possibility that it may mislead you in the next process.
Take risk and set a stop-loss
HIGH & LOW STRATEGY
This scripts calculate previous 3 bar from current bar to prev. 26 bar highest high and lowest lowe price and drawing on board. This lines just like a bollinger band but not. If price closing upper line , price wants to down and if price closing bottom line , price wants to up, like a bollinger band. But we will not to use this script like this
PRINCIPLE :
For safety buy point ; Price should fall bottom line and again rise over the bottom line completely.
For sell point ; Price should rise over the upper line and again fall the upper line completely.
For Detailed Description in English : drive.google.com
Detaylı Türkçe Anlatım için : drive.google.com
Swing Highs and Lows (version 2)My second version of plotting Swing Highs and Swing Lows
A Swing High (SH): a price bar high preceed by two lower highs (LH) and followed by two lower highs (LH)
This version enables you to ignores swing highs and lows when the market volatility is small and not suitable for trading.
Thus it will depict fewer number of SH and SL markers, making the chart a bit cleaner and easier for us to read.
Volatility is measured simply by the amount of pips moved within five consecutive bars: the default is set at 10 pips, meaning that when you take five consecutive bars and the gap of the highest high and the lowest low is less than or equal to 10 pips, it will not depict SH or SL markers.
To use this function, check "set volatility threshold?" box under the Format icon and set a threshold in pips.
(I typically trade EURUSD so the pips input is customized for that)
New Candlestick PatternsI have redesigned the first candlestick patterns. This one works with most time frames... The only time frames that it have some difficulties is the 1min to 15min and only on the doji, because sometimes the doji doesnt have any points(pips) in movement.
1. This is a editable indicator. You can change all the colors the way you want them. I have changed my background to the gray/black so that I can see the bright colors easily.
2. I have coded the indicator so that whenever you have a candlestick pattern forming it will send you an alert if you have created one. You can create one alert for all the patterns happening on the chart. (P.S - The higher highs and lower lows is not included in the alert system because its only a indication of the trend/support & resistance)
3. If you want only one of the indicators that is all in one here, you are more than welcome to let me know if you would like to have only one of them.
Note - I will give anyone access to this for a trail period of 2 weeks. Please let me know if you want to test this.
Thank you for your support and likes :)
Cyatophilum Golden X - RSI [INDICATOR] [ALERT SETUP]This indicator is a custom combo of Ema crosses, RSI divergences and Support/resistance, designed to make the most profit possible.
It is a pretty solid indicator for trading BTC in 4H.
There are two kind of buy signals : Green and Blue triangles, that are two great Buy/Long entries.
There are also two kind of sell signals: Red and Orange triangles, that are two great Sell/Short entries.
The indicator comes with automatic Alerts that trigger on Green and Blue triangles for a Buy Alert, or that trigger on Red and Orange triangles for a Sell Alert.
If you are interested in purchasing the indicator and want to try it, then please leave a comment.
A strategy version should follow on my profile soon.
-----------------------------------------------------------------------------------------
I am also available for PineScript Development and Reverse Engineering.
Join my discord:
discord.gg