Based on my VWAP + Fibo deviations indicator, I tested some strategies to see if the indicator can be profitable; and I got it ! This strategy uses: H1 timeframe Weekly VWAP +1.618 / +2.618 / -1.618 / -2.618 Deviations Extensions to create 2 bands The value of the deviation First, the 2 bands are plotted : +1.618/+2.618 painted in red and -1.618/-2.618...
A new interactive input mode for price and time inputs is now available. Instead of selecting bar numers and/or time from input widgets, you can now select them by clicking on the chart. The interactive mode is activated by using confirm = true in input.time() and input.price(). This is code for an Anchored fibonachi indicator where the anchor point is set...
I made a Fibo variant of my first script "VWAPs + devs" : This new indicator give you the possibility to plot multi timeframes VWAP (D, W, M, 3M and 12M ) and Fibo deviations for each one. VWAP is a powerfull indicator which is used by big players to get informations if the price is "overbought" or "oversold". Deviations give the opportunity to have supports...
The following script aims to visually reproduce a Fibonacci moving averages ribbon by only using one plot function, the period of the moving average is determined by a number of the Fibonacci sequence. This trick is made possible by computing the value of a moving average at time t with a period determined by a periodic Fibonacci sequence and using ...
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...