I wish to thank @Quantadelic who created this great indicator and leaving it open for others to improve. I have made changes to make it user-friendly for the intraday traders. The changes made have been; 1. Compartmentalized each area of the major Fibonacci level; 2. Added minor Fibonacci levels; 3. Color-coded the support and resistance levels, for better...
Beacon uses the current volatility of the market based on your trading time frame to determine support and resistance levels, whether a trend is intact or ready to revert back in the range. One of the most difficult things I went through as a trader was determining whether we are in a trend day or if we are in grind up or grind down mode. I created Beacon to...
This script automatically plots Fibonacci Retracement levels between high and low of a period of your choosing. I usually trade H1/H4 charts, and it seems to line up really well in those timeframes. Enjoy.
This is a testing project for fib levels to try out fivs on multi timeframes Thank you ShoujiSuzuki
Hi guys. I did this indicator to find your context (Range, trend, etc.) and be able to have a signal included. I am not going to explain what is TD9 , I think you are able to do it yourself there is a mass of information out there. I recommend you to use this indicator with a momentum one (I am personnaly using moneyflow to see my divergence and my...
GNC got a little update: 1) Logic changed a bit. I tried to calculate MAs based on the power(high - low of previous bars).You can see it the M-variables, as new statements were added in calculation section of MAs. I don't really know if I did right, because I didn't go too much in Pine Script. I just wanted to make a Bollinger-bands-like bands, which could...
This script allows a user to get alerts when the price goes within a certain percentage threshold of a Fibonacci level. If connected with AutoView, it could allow an easy way to do automated range trading between Fibonacci levels. Although I plan to do this myself, I haven't used it for this purpose yet so please be cautious and verify with live results...
My strategy regarding the Fibma/Fibema lines (also see my Fibma/Fibema study) You can enable/disable each strategy to see what works best in what timeframe Thanks!
Greetings colleagues Today I share the classic pivot points indicator Added options: Standard levels Fibonacci levels "up to 261'8" Logarithmic scale option //Pivot Points Standard //Pivot Points Standard — is a technical indicator that is used to determine the levels //at which price may face support or resistance. The Pivot Points indicator consists of //a...
Updated version of Allows users to receive alerts when price reach a new Fibonacci level. By default, the Fibonacci levels extend upwards. This can be changed to extend downwards by unchecking 'Extend Upwards' option. Usage: - Perform a Fib extension analysis and determine a high value, low value and direction of extension - Add indicator and specify these...
This script draws a High-To-Low or Low-To-High Fibonacci Retrace over the chart, based on which of those two happens in the given time period (Default is 144 Candles). Updates from older versions: - Paints 0.5, 0.618, 0.65 and spaces in between, giving good hindsight to the trend, and ideas of where strong support/resistance may lie. - Silver Paint Strip = 0.50...
Fibonacci Input Preset Retracer. This for highlighting your favorite Fibonacci retracement levels. Before using this indicator you should already have knowledge of what Fibonacci is & how to use it. These are levels where it said to be that the market may or may not reverse at. This is more used for anticipation, confluence & should be used in combination with...
This is an indicator that gives you bands around the Fibonacci levels High/Low of the asset. There are 3 time frames available so you can use the hourly, daily and weekly at the same time. You can change the bands via selectable inputs to suit your own preferences. you can as example combine with RSI or MACD to find a entry
Library "AutoFiboRetrace" TODO: add library description here fun(x) TODO: add function description here Parameters: x : TODO: add parameter x description here Returns: TODO: add what function returns
Shows Fibonacci waves for a long range and Fibonacci lines for a short range. For me it helps to identify key levels or confluence on the macro and micro range. In the example above you can clearly see that the macro waves are in a down-trend while the micro lines are in a up-trend.. Also the price has been rejected at the 78.6 fib mirco line but found support...
ENGLISH FiboLevels uses standard deviation (a measure of market volatility). For me, more successful parameters were EMA, 500 days, showing levels 50 and 100. The standard RSI 14 indicator helps to determine the levels, you can use its values to navigate the levels if the price approaches any line, and the RSI is in the overbought or oversold zone, that is, there...