A very simple indicator that displays the Open of the specified Timeframe How to use this indicator? 1. Directional Bias Bullish => Closing Price > Period Open Bearish => Closing Price < Period Open 2. Support / Resistance Each Period Open can be used as Support or Resistance 3. Take Profit Targets Each Period Open can be used as targets for taking profit
In this command; There is an alphabetical list of USDS-M coins with the USDT PERP extension on the Binance Futures side. There are 13 lists in total. Each list contains 39 data. Due to data limitation, 13 lists are formed. There are 13 coins in the first 11 of the lists. The 12th list contains 3 coins. The last list (FAVORITE LIST) is CRYPTOCAP:TOTAL,...
Candle Levels Allows chart levels to be plotted automatically, simply add tool to chart and the interactive mode will prompt for candle selection, timeframe anchor and some label choices such as displaying time, price or disabling labels altogether. Also a note can be supplied that will be shown in the labels if they're displayed, if not it'll be up in the...
Ever wonder how candles would look on a chart if they were tracked by calendar day instead of market days? Option(s)- 📅Custom start date for candle formation ✖️Candle multiplier 🌈Up / Down Colors Features- 📋Displays candle data with invisible plots Use Move to Existing Pane to Overlay on chart. Can only display a max of 500 candles!
RSI Advanced As the period value is longer than 14, the RSI value sticks to the value of 50 and becomes useless. Also, when the period value is less than 14, it moves excessively, so it is difficult for us to see the movement of the RSI . So, using the period value and the RSI value as variables, I tried to make it easier to identify the RSI value through a new...
Updated - Version 2 This tool is used to calculate the size of a trade. Settings - Type in total account size and % of capital that can be risked on each trade. The table will display: Column 1 - Stop placement based on low, mid or high value of the current candle. Column 2 - Percent risk on the trade. Column 3 - Amount of shares that can be traded...
// I have written a Pine Script to re-paint large candles in a different Color. // You can set the value that you want to use to define what is 'Large', and the script will re-paint any candle whose size is equal to or greater than your value. // The number can be an integer (8) or a decimal (7.5). // You can enable the size measurement to be done in one of two...
counting candles script .you can choose where to start date and end date ...
Auto Levels is a Work in progress. It is based on the previous days ATR and the current days opening tick. It takes that info and uses Fibonacci to automatically draw key levels for the day. I have added the BULL BAR ( Green bar ) and Bear Bar ( Red Bar ) to signal as a Go Long / Go Short line in the sand. The Tan bars are also proven key "Take Profit" levels....
This indicator gives you the ability to display a heiken ashi candle on top of your regular chart. The period of the candle can be changed. The example above shows the 1W heiken ashi candle on top of the 4h candle.
Inverts the candle of the current Symbol. Useful to compare Forex. Works on any intraday timerange
Volume data can be interpreted in many different ways. This is a very basic script and novel idea to display volume as a chart. The purpose of this script is to visually help identify volume breakouts and other common chart patterns. While this indicator could be useful for finding big moves and early reversals it not reliable for determining the direction of the...
This is a tracking tool to measure two different kinds of distances: - Gaps, from the open/close or the high/low value to the nearest open/close or high/low value. - Price extensions of one or two candles from a preferred starting point (open, high, low or close) to a final point (open, high, low or close). The two-candles mode includes an optional rectangle to...
Not many candlestick patterns hurt traders on the other side of the trade more than this signal, when it happens, think of it as kicking in the teeth, the pain is real. An upwards signal is painted when you have a two-bar formation, the one on the left is a bearish one whereas the successive one is bullish, when you have fat bodies in both candles, meaning the...
Closing candle takes any input and turs it into a candle stick chart. You can go from a regular candle chart by setting the length to 1, to heikin ashi by setting the length to 4. One of the features of this scripts is the ability to reuse the function. This function is a great addition to most scripts as it makes it really easy to give your script a candle view....
This script is just for reference to see the trading range. Do not use this strategy logic, it is just Test strategy. The trading range is colored depending on whether it is profitable or not. You can change the color if you want. When you declare the strategy, put (process_orders_on_close=true,calc_on_every_tick=true, max_boxes_count=500) in your script. Then it...
OHLC candles plot of the Williams VixFix indicator, which allows to draw trend lines. Williams VixFix is a realized volatility indicator developed by Larry Williams, and can help in finding market bottoms. Indeed, as Williams describe in his paper, markets tend to find the lowest prices during times of highest volatility, which usually accompany times of highest...
This script helps you find abnormal bars on the charts. An abnormal bar is a bar that is larger than the adjacent bar by at least 50 percent. The script can search for bars on any time frame. The search for an abnormal bar, is possible in two ways: - on the absolute value, for example - all that is higher than 0.5% is considered an abnormal bar, on different...