This library provides a standard set of colors defined in Material Design 2.0. 🔵 API Step 1: Import this library. import algotraderdev/material/1 // remember to check the latest version of this library and replace the 1 above. Step 2: Get the color you like. Check the source code or the screenshot above to see all the supported colors. material.red() ...
Library "branch" Generates a branch made of segments with a starting angle and a turning angle for each segment. The branch is generated from a starting point and a number of nodes to generate. The length of each segment and angle of each segment can be adjusted. The branch can be generated in 2D or 3D, render as you wish. method branch(origin, nodes,...
My first Published contribution. Gracious thank you to all Pine Coders, this has subtle features that have multiple shifts based on inputs. with some experimentation, one might try pushing other sources at the hue dials and see more dynamic indication. for John Ehlers article TASC Magazine This Month. - Special Edition.
Library "theme_engine" Theme Builder and Structure for live generative themes init(_name) New theme object. Parameters: _name : (string) opptional name Returns: a VAR theme (holds it's vals when updated if not overwritten) globals(theme, _h1, _h2, _h3, _h4, _s, _val, _contrast) Create light/dark theme globals Parameters: theme :...
Library "font" Unicode Characters Replacement function for strings. uni(_str, _number) Unicode Font Substitutee Parameters: _str : Input Strinbg _number : Font by Int input uni(_str, _number) Unicode Font Substitutee Parameters: _str : Input Strinbg _number : Font by Name input
Library "ColorArray" Simple color array gradient tool. makeGradient(size, _col1, _col2, _col3, _col4, _col5) Color Gradient Array from 5 colors. Parameters: size : : default 10 _col1 : : default #ff0000 _col2 : : default #ffff00 _col3 : : default #00ff00 _col4 : : default #00ffff _col5 : : default #0000ff Returns: array of...
Original Ichimoku Kinko Hyo created by Goichi Hosoda 1930 Knowing how to interpret the Ichimoku indicator can be complicated. I hope this version is more intuitive Use Ichimoku to determine the trend of the day When the market is above the cloud, and Tenkan (green line) crosses over Kijun (red Line), there is a Bullish Trend . When Tenkan crosses under Kijun,...
CAUTION : This system was inspired from seiglerj' s "Money Flow Index " script. Open Interests are used instead of volume. What is the Money Flow Index ( MFI )? The Money Flow Index ( MFI ) is a technical oscillator that uses price and volume for identifying overbought or oversold conditions in an asset. It can also be used to spot divergences which warn of a...
This script shows Bollinger Bands function and want to detect Bollinger Band Width Squeeze with a successful, different perspective . Bollinger Bands : You can specify the Bollinger Bands periods as mutable variables . Bollinger Band Width Squeeze : First the Bollinger bands width was calculated.The width was then divided into levels using the money flow...
Introduction FIR filters (finite impulse response) are widely used in technical analysis, there is the simple or arithmetic moving average, the triangular, the weighted, the least squares...etc. A FIR filter is characterized by the fact that its impulse response (the output of a filter using an impulse as input) is finite, this mean that the impulse response...
The default RSI (14) set up with Pareto (80/20 for overbought and oversold). The background color is turning green and red as buy & sell signals
Because we all want to keep our charts clean, I have saved my EMA's configuration in this script. Follow the green & red background as the buy / sell signal. Always keep an eye on the EMA 100 too.