🍣 The Sushi Roll, a trading concept conceived at a restaurant by Mark Fisher. While the indicator itself goes by Sushi Trend, it is completely backed by the idea of Mark Fisher's Sushi Roll Reversal Pattern. No, it has nothing to do with raw fish, it just so happens that somebody was ordering sushi during the discussion of the idea, and that's how it got its...
This is a script written exclusively for people who are trying to learn Pine Script. PSESS stands for "Pine Script Educational Script Series" which is a series of scripts that helps Pine Script programmers in 2 ways: 1. Learn Pine Script at more depth by an interactive environment where they can immediately see the effects of any change in the pre-written...
Hey, folks! Sorry for not posting anything for such a long time. Don't have enough ideas and resources to get inspiration, so trying to brainstorm good stuff in my free time from university studies. But despite my absence more I now have 300+ people subscribed to me! Thanks, guys, for keeping interest for my work, as I still do value each boost on my script,...
This indicator is based on the ICT (Inner Circle Trader) concepts, and it helps identify daily market structure and the optimal trade entry (OTE) zone based on Fibonacci retracement levels. To read and interpret this indicator, follow these steps: Daily High and Low: The red line represents the daily high, while the green line represents the daily low. These...
This Pine Script code is designed to perform the task of computing and showcasing the profit percentage, profit value, and the duration for which a specific asset is held, all in real-time. The script effectively leverages the built-in resources to provide a seamless and robust experience, as it presents the calculated figures in an easily readable format on the...
This indicator is for intraday with the basic logic that any script will always trade in its range. So , if any script moves away from its range, it will try to come back to its normal range movement. Suppose average movement of any share is 100 points, and share has moved more than 150 points there is high probability that it will move in opposite direction in...
Many times while developing algos based on patterns and reversals, I come across issues which needs lower timeframe inspection. Loading multiple charts and comparing equivalent lower timeframe is slightly cumbersome at times. Hence, I thought of building this simple tool - which will instantly provide me lower timeframe candles for given candle. Since the candle...
New Volume Spikes Strategy. The Average True Range (ATR) indicator is a technical analysis tool that measures the volatility of an asset. It can be used to create a trading strategy by identifying periods of high volatility and making trades based on those conditions. Here is an example of a simple ATR trading strategy: Calculate the ATR for the asset you are...
Simple but effective script that displays Liquidity Premium/Discount areas in an adaptive way based on key Fibonacci levels. You can increase or decrease the 'Period' value in the Settings to adjust the gap between the lines as you see fit. By default the value is '46' which should suit most markets. - The script contains Alerts which are triggered when a...
RSI Momentum Bands serve a purpose to find best RSI momentum for entering a trade. Indicator is built simply: 1st RSI MA is smoothed RSI by little period, 2nd RSI MA is smoothed RSI by a bigger period. Then we calculate standard deviation from the 2nd MA and make upper and lower band. The rules for trades are simple: When RSI is above higher band - Buy ; ...
Q-Trend is an multipurpose indicatorm that can be used for swing- and trend-trading equally on any timeframe (non-volatile markets are better for this thing). Settings: Trend period - used to calculate trend line in the special moments(will explain below); ATR Multiplier - changes sensitivity. The higher the multiplier = the more sensitive it is. ...
Correlation-Co _OI This Indicator uses a Correlation Coefficient to compare a Crypto Currency to the Binance Open Interest feed if the data is provided A move in the same direction is indicated with a positive value (the indicator will move up) A move in the opposite direction the indicator will indicate with a negative value (the indicator will move down) If...
Hello Guys! Nice to meet you all! This is my Second script after changing My Profile Name! I updated my strategy template before - I added some filter conditions (EMA, ADX, DMI). If there's something to update, I will update this script! Thank you! ----- I made this based on the open source strategies by jason5480, kevinmck100, myncrypto. Thank you All! ###...
FFriZz | FrizLabz -- Priceline/Ticks Due to TradingView not allowing us to change the size or style of the Priceline I decided to make this You can change the style, size, color of the Price line with this Script There is also an option for the closing price to be plotted on the Priceline -- Colors -- You can have the Line and/or the Closing price change...
Hello Guys! Nice to meet you all! This is my fourth script! This is the Strategy Template for traders who wants to make their own strategy. I made this based on the open source strategies by jason5480, kevinmck100, myncrypto. Thank you All! ### StopLoss 1. Can Choose Stop Loss Type: Percent, ATR, Previous Low / High. 2. Can Chosse inputs of each Stop Loss...
EN: Close Open Estimation ( aka COE ) is a very simple swing-trading indicator based on even simpler idea. This indicator is from my educational series, which means that I just want to share with another way to look at the market in order to broaden your knowledge . Idea : Let's take n previous bars and make a sum a of close - open -values of each bar....
Buy One Sell One Two Options to send Alert Order via Webhook 1. Order fill events with `alert_message` on strategy.close(), strategy.entry(), strategy.exit() and strategy.order() NOTE: Need to fill the Alert Creation box with `{{strategy.order.alert_message}}` 2. Send Alert through `alert()`
Use ATR for measure range probability reversal or target line calculate by close price +- %ATR Default line and table show -100 to 100%, And the rest can add in setting tab max 200% - This release measure base on TF D, Line and Table appear on TF D and lower - Table show range %ATR ,data and difference form current price , - line price and text need to be update.