Pivotlow
Function : Pivots High and Low WARNING: The toil of this script is not mine . In order to avoid disrespect for work, I deleted some extensions only pure pivots , that is, only the information this script needed. I liked the fact that high and low pivots were in one function. I found this command by chance on stackoverflow. I don't know the authors and the nicknames because they are the stackoverflow nicknames. I hope it will help your adaptive periods. Finally, the length of the pivot must be at least 3 to be available.If the author reaches me, I will give his/her Tradingview name as a reference.
Traditional Pivot Points AlertsCreated a script for alerts on Traditional Pivot Points.
You will be able to create separate alerts for every level or create one for price crossing any level.
Because of some TradingView limitations, alerts won't be fired for the first bar of the session. Will try to solve that in the new versions.
In the script used new v4 plotting features, so will be able to plot levels and labels nicely. Unfortunately, there is a limit on the number of consecutive lines you can plot on the plot (around 50), so lines in the past will disappear.
You can enable/disable in params displaying level itself on the chart.
And remember:
Past performance does not guarantee future results.
QuantNomad - Pivot Points AlertsVery simple scripts that will allow you to receive alerts for new Pivot Lows/Highs Points.
A solid arrow points to actual point low/high point, transparent - to the bar, you'll receive alerts for (Shifter by rightBars).
And remember:
Past performance does not guarantee future results.
QuantNomad - Pivot Reversal Strategy - XBTUSD - 1hPivot reversal strategy almost always works pretty good for crypto.
Here is setup with 4 left, 4 right bars for pivot points for XBTUSD 1h chart.
It shows a pretty nice performance of 350% with only 10% dd, Sharpe is 1.16.
If you're interested in using this strategy in my scripts you can find alerts for it and a version with added backtesting range.
And remember:
Past performance does not guarantee future results.
Pivot Points, by @juanmirocks# Advantages over TV's indicator "Pivot Points Standard"
1. Show pivot lines for all history, which lets you gauge trading strategies throughout time
2. More sensible Default/Auto time frame; e.g. on intradays only and always the market values of yesterday's Day are used
3. The halves between the key levels are also shown, which it's useful for some trading strategies
4. Arguably out-of-the-box nicer interface
Pivot Points as an indicator is a traditional strategy to draw resistance and support levels. It's best suited for intraday trading: the pivot points and resulting key levels are calculated from yesterday's market values (H, L, C). More details in the script's source.
Pivot Points trading is suitable for any market, and best for intraday (e.g. 3 min).
Pivot High Low Pointsby using this script you can find Pivot High-Low Points. This script works like Tradingview pivothigh & pivotlow functions.
If you find my works useful, please consider a donation
BTC: 16XRqyS3Vgh1knAU1tCcruqhUrVm4QWWmR
by LonesomeTheBlue
MG - Multiple time frame pivot alert - 1.0Indicator currently allows pivots from two time frames (ideally a trading time frame and a higher time frame) to be specified.
In the example, the 1H time frame is being used for entries using the 4H time frame (8 candles pivot width = 2 4H candles) as the trading time frame and the daily chart (48 candles pivot width = 2 daily candles) as the higher time frame.
This allows one to visually higher time frame Fibonacci swings and allows them to accurately perform Fibonacci analysis without having to switch to a higher time frame
Pivot Points High Low ExtensionPivot Points High Low Extension
See Also:
- A Simple 1-2-3 Method for Trading Forex
- The Classic 1-2-3 Pattern: An Underestimated Powerhouse
- Bulkowski's 1-2-3 Trend Change
Pivot Reversal Strategy with backtest date rangeThis is standard Pivot Reversal Strategy with backtest date range added.
In parameters you can select from/to date for backtesting range.
Fork Handles by @treypeng
Candle based indicator that shows swing highs and lows (pivots).
It draws an up or down arrow for simple three candle 'single' swings.
For stronger five candle 'double' swings, it colours the candle. Good for highlighting stronger reversals.
Both of these stylings can be toggled on/off individually.
Default colours
Swing HIGH on an UP candle: bright green
Swing HIGH on an DOWN candle: bright red
Swing LOW on an UP candle: blue
Swing LOW on an DOWN candle: brown
Double swings are grey or white.
Regular candles are just kept to your own default colours as specified in the chart settings.
👏 for anyone who gets the 'fork handles' joke reference.
Kozlod - Pivot Reversal Strategy Alerts V2Its' new version of previously published Kozlod - Pivot Reversal Strategy Alerts
Indicator now better correspond to original strategy. However, there can be some differences. Problem is that it's pretty tricky to implement in plain PineScript same "stop" logic used in strategy.entry of the original script