New Highs-Lows NYSE-Buschi
English:
This indicator shows the NYSE's new highs (green) and new lows (red).
Extreme trading days with more than 99 % new highs relative to new lows vice versa are marked via lines (theoretically values) and triangles (breaches).
Deutsch:
Dieser Indikator zeigt die neuen Hochs (grün) und neuen Tiefs (rot) der NYSE.
Extreme Handelstage mit mehr als 99 % neuen Hochs relativ zu den neuen Tiefs und andersherum sind gekennzeichnet über Linien (theoretische Werte) und Dreiecke (Überschreitungen).
NEW
New Highs V01Script is meant for finding stocks in new uptrends and has had a pullback. Looking for support confirmation before going long. My first script.
AlAlawi StrategyHello Experts / Trolls;
I had written this strategy for a while and although I know how to color my charts, I wish for some expert advice or just some trolls to bring light to the codes weakness area's.
Period = isdwm?timestamp(2012, 01, 01, 00, 00):isintraday?timestamp(2018, 04, 01, 00, 00):timestamp(2018, 04, 01, 00, 00)
The above line of code for example lets my 4H and 1H charts suffer from a small size of testing and I need to change the dates manually, any idea to let a more dynamic approach and accomodate a 1 minute to 4h charts solution without having to play with the dates manually every time.
I also see a huge difference in results when applying this script on a Heikin-Ashi vs Candlestick chart!
So when pyramiding (upto 15) is applied on this strategy, the numbers starts boosting like crazy too!
This is a rough code for now, let me know where to work on the code or just like and share your opinion on this.
Exponential Bollinger BandsThese Bollinger Bands are exponential because the variance is calculated using the exponential moving average, rather than just adding the normal standard deviation to the ema. This may be more useful because the exponential standard deviation should be more sensitive to near term increases or decreases in volatility.
Please do not forget that Bollinger Bands should always be combined with another method of analysis. Bollinger Bands just provide an easy way to gauge where the price could range in. At 2 standard deviations of a continuously random variable, more than 98% of data points are in this range. I am however going to test this in excel to get the average number of data points that stay in the range for Bitcoin. I will upload my findings when I complete that. Please monitor this description if your interested.