CrypNuevo Market SessionsExperimental script showing a different background color per market session. The session hours and colors can be customized. Note that the session hours can overlap.
Based on a thread by CrypNuevo on Twitter.
Chart patterns
Multi EMA - SaurabhMulti EMA - Saurabh
Multi EMA - Saurabh
Multi EMA - Saurabh
Multi EMA - Saurabh
Multi EMA - Saurabh
Multi EMA - Saurabh
Multi EMA - Saurabh
Multi EMA - Saurabh
Multi EMA - Saurabh
Multi EMA - Saurabh
P4L London Aperture IndicatorIt is just for let you know the london aperture.
Use this indicator.
P4L
RBI and GBI StrategyThis script is based on Dreadblitz original script but translated into English. It an indicator for Oliver Velez's Red Bar Ignored / Green Bar Ignored strategy.
BTC Europe-America-Asia market backgrounds - 1h max frameMarket indicator - Europe - America - Asia.
Based on my trading experience. Therefore, time zones are of different sizes.
Wick-off Check Pattern [Misu]█ This Indicator shows a wick-off check pattern.
This pattern appears when a candle goes below a level (support or resistance) and closes above it OR when it goes above a level and finishes below it. This causes a wick to go through the level: a wick-off check .
This can confirm a pullback or a breakout.
█ Usages:
This indicator can be used to validate a resistance or support level.
It can also be used to validate breaking levels.
█ Parameters:
Deviation: Parameter used to calculate pivots.
Depth: Parameter used to calculate pivots.
Wickoff Mode: Mode used to detect Wickoff check pattern.
> counter pattern: only shows "pullback" wickoff check.
> breakout pattern: only shows "breakout moves" wickoff check.
> both: shows both.
Lenght Avg Body: Lenght used to calculate the average body size.
First Breakout Factor:
Lenght Avg Wick Validation: This factor multiplied by the "body avg" filters out the non-significant breakout.
Factor Avg Wick Validation: Lenght used to calculate the average wick size.
Max Bars Wickoff: This factor multiplied by the "wick avg", filters out the non-significant wickoff signals.
RSI Momentum Acceleration by TartigradiaPlots the momentum acceleration oscillators from price and RSI, rescaled and with areas above/below highlighted.
Usage: in a nutshell, when the background is yellow, it's bearish (RSI decelerates faster than price), whereas when the background is green, it's bullish (RSI accelerates faster than price). It appears to detect early some reversals that are otherwise difficult to detect.
Note: it supports using any other indicator's output as the second source input, instead of RSI. PineScript does not allow for more than one source to receive input from other indicators, all the others must only use price as an input.
This indicator uses the core routine to calculate Momentum Acceleration Oscillators by DGT:
This indicator is based on the idea of stinkbug : "RSI is a good momentum indicator showing how excited ppl are on a move, this is why divergences on it work so well. I would like to see the change accelerating or slowing on a move up or down.."
Heikin Ashi Smoothed Buy Sell (Sunseeder) I like to use it on the daily. This helps with indicating buy signals on the DXY, BITCOIN and ETH charts. You're able to customize the colors of the buy signals etc. Enjoy!
Candle Info by MontyThis indicator was made to help my friend.
This indicator basically calculates the MOVE in percentage and shows the OHLC of candle in a label.
-> Panel Index: How much index you want the label to be.
-> Show Candle OHLC: Shows Open High Low and Close of the candle in the panel/label
-> % Calculation Mode:
1: Calculated by Candle Wick Low to Candle Wick High for Green candle and Vice Versa for Red Candle
2: Calculated by Open of a candle to the current price.
-> Label Text Color: Used to change the color of the Label Text
-> Label Background Color: Used to change the color of Label background
Join the free Discord: discord.gg/chuffgang
EMA + Bullish Engulfing Candle Pattern StrategyHello Guys! Nice to meet you all!
This is my first open source script!
### Long Condition
1. Bullish Engulfing Candle
2. No doge Candle
3. Present volume should be bigger than the previous volume (20%)
4. Trend filter (with 2 EMAs)
### Close Condition
1. When trend Changes
2. When Bearish Engulfing Candle appears
###
No stop loss and take profit.
How to use Leverage in PineScriptI believe there are many friends who have been confused by the leverage problem of TradingView strategy, when backtesting, it is always unable to bring its own leverage, so it is impossible to do leverage sustained compounding, this key point, and many friends are looking forward to solve. In particular, the default_qty_value = 100, where 100 is the upper limit.
Here I have used the official RSI strategy for demonstration, using the qty to place orders. Through strategy.equity, leverage and close price, and rounding, directly calculate the specific number of contracts need to be opened.
I hope you can enjoy solving the leverage problem, and I look forward to your pointing out my problems and shortcomings to me. Thank you.
Chews Opening Range BreakoutSimple visual tool that plots a quick 1:1 on the second bar of the day.
Short a first red candle. Long a first green candle.
Recommendations:
Use a lower time frame interval like 3m.
Keep it as a 1:1. If not, you can configure in "Optional Details".
I drafted this simple code to help me visualize automating this strategy.
Don't underestimate the power of a spicy slice of cheese.
SUPER RSI [Gabbo]this indicator serves to differentiate the classic source of RSI
with these inputs you can modify the inputs of the different Bar's, you can choose between:
Candles = classic Candles
Heikin Hashi
Kagi
Line break
Pointfigure
Renko
Selecting the input: "Use Different Source ???" you can use a source with multiple elements of your choice
2 = (Source 1 + Source 2) / 2
3 = (Source 1 + Source 2 + Source 3) / 3
4 = (Source 1 + Source 2 + Source 3 + Source 4) / 4
5 = (Source 1 + Source 2 + Source 3 + Source 4 + Source 5) / 5