This is just experimenal zigzag The zigzag % is adaptation of Ricardo santos old Zigzag % the pivot are from pine script manual So it try to cross them together I think it need much work but as i idea i put it for anypne who is interested
Helper script to draw patterns on chart.
This table is intended to give you snapshot of how price and oscillators are moving along with zigzag pivots. This is done in the same lines of Zigzag-Trend-Divergence-Detector But, here are the differences Table shows multiple oscillator movements at a same time instead of one selected oscillator Divergence is not calculated and also supertrend based...
EXPERIMENTAL: WARNING: highly curve fitted results, if you dont know whats going on stay away.
Just one more go at a zigzag, this time with the aid of renko emulator.
ZigZag Based on price oscilation. added pattern recognition, also added recognition of head and shoulders and contracting/expanding triangles to previous list of patterns :p Use Alt Timeframe: enables optional timeframes, use higher timeframes to reduce noise. Timeframe: said Alt Timeframe. Show Patterns: toggles Pattern Recognition on.
Renko based zigzag: mode: can be Traditional or ATR . modeValue: can be whole number if you use ATR mode, or floating point number in case of Traditional mode. showOverlay: displays basis Renko overlay.
EXPERIMENTAL: Swing Charts with a personal touch(has slight modifications) :p
Update to the zigzag, now it ignores the second top/bottom untill it finds a inversed top/bottom. TBTBTBTBTBTBTB instead of TBBTTBTBBTBTTB. Updated to V8, link bellow in the related ideas.
Library "Pivots" This Library focuses in functions related to pivot highs and lows and some of their applications (i.e. divergences, zigzag, harmonics, support and resistance...) pivots(srcH, srcL, length) Delivers series of pivot highs, lows and zigzag. Parameters: srcH : Source series to look for pivot highs. Stricter applications might source from...
Updated pattern list, added titles to plots and shapes, more options.
Swing Indicators - Best to have it in dark mode - It would be great with Volume, StochRSI and MACD 1. MA/EMA Cross 2. Dual Bollinger Band 3. PSAR 4. ZigZag 5. Swing High/Low Note. - Please let me know if you found a better way of implementing ZigZag.
⬜ Zigzag at your fingertips. Creating zigzag array is more simpler than ever. All you need to do is: ▶ Import library: import HeWhoMustNotBeNamed// as zgi ▶ And invoke zigzag to get all the details. zgi.drawzigzag(zigzagLength) More examples in the code where you can get retracement ratios, zigzag direction, divergence etc. Library "zigzag"...
This is standard zigzag indicator. I just coded them using lines array feature of pine - so that it can be done in least number of lines of code. Few possible improvements: Use label array to mark HH, HL, LH and LL Add standard deviation check
As requested a TEST script when possible future Harmonic Patterns may occur, in this case the ABCD pattern. When A, B, C are valid, the script will plot 2 lines between A-B and B-C, together with 2 white arrows,,where D MUST be in the future to become a valid ABCD pattern. First of all, D MUST be a Pivot point, after which D must lay between D- and D+ In a...
Here is an extensive library on different variations of supertrend. Library "supertrend" supertrend : Library dedicated to different variations of supertrend supertrend_atr(length, multiplier, atrMaType, source, highSource, lowSource, waitForClose, delayed) supertrend_atr: Simple supertrend based on atr but also takes into consideration of custom MA Type,...
EXPERIMENTAL: A helper script to map the Anti derivative slopes.