The Birdies indicator uses a unique technique to provide support/resistance curves based on a circle connecting the last swing high/low. A specific, customizable part of this circle acts as a curve of interest, which can trigger visual breakout signals. 🔶 USAGE The script projects a bird-like pattern when a valid Swing point is found. Multiple...
The D-Shape Breakout Signals indicator uses a unique and novel technique to provide support/resistance curves, a trailing stop loss line, and visual breakout signals from semi-circular shapes. 🔶 USAGE D-shape is a new concept where the distance between two Swing points is used to create a semi-circle/arc, where the width is expressed as a...
Library "FunctionGenerateRandomPointsInShape" Generate random vector points in geometric shape (parallelogram, triangle) random_parallelogram(vector_a, vector_b) Generate random vector point in a parallelogram shape. Parameters: vector_a : float array, vector of (x, y) shape. vector_b : float array, vector of (x, y) shape. Returns: float array,...
The following script periodically plot ellipses to the chart, where the maximum height of the ellipses is determined by the price high of the user-selected time frame while the price low determines the minimum height of the ellipses. The selected time frame affects the frequency at which the ellipses are plotted, for example, a selected time frame of 1 week will...
Version 2 of my fractal pattern aid ( Version 1 ). I added a bouncing line between the high and low trend lines, connecting consecutive extreme points. I also chased down a pesky bug in the slope calculation...and for now I have disabled the ability to change resolution basis for extreme detection (e.g. 30m on a 1hr chart). For fun, I added some shading to make...
First of all, huge credit to synapticEx , whose brilliant use of the security function inspired me to figure out a way to get quasi-shape boundaries automatically drawn on a chart. This study draws upper and lower trend lines, based on configurable fractal*** reversal detection, calculates slope from the last two upper or lower reversal points, and then extends...
Search indicators for "clouded" to find this one, and add to your chart. Takes lowest(min) and highest(max) of several bars, averages that over several bars, shifts by half of the middle of those two bar numbers, and colors the inbetween by candle color. You can choose 3 parameters. Please give feedback, or donation. Thanks.