█ OVERVIEW This indicator was a time-based indicator and intended as educational purpose only based on pine script v5 functions for ta.cross() , ta.crossover() and ta.crossunder() . I realised that there is some overlap price with the cross functions, hence I integrate them into Custom Range Interactive with value variance and overlap displayed into...
This indicator is "Interactive." Once added to the chart, you need to click the start point for the moving average stoploss. Dragging it afterward will modify its position. Why choose this indicator over a traditional Moving Average? To accurately determine that a wick has crossed a moving average, you must examine the moving average's range on that bar...
█ OVERVIEW This indicator is an educational indicator to make pine coders easier to how to use interactive inputs with User-Defined Type (UDT) especially when dealing input.time. █ NOTES This indicator is not perfect but it is a good starting point or template to start develop custom range interactive indicator. █ INSPIRATIONS ABC 123 Harmonic Ratio...
This indicator enables interactive placement of limit or stop-limit orders with a trailing ATR stop-loss and optional profit target (with alerts). Refer to the images below for further clarification. Why use a trailing stop-loss? A trailing stop-loss serves as an exit strategy when price moves against you, while also allowing you to adjust the exit point...
█ OVERVIEW This indicator show lines of OHLC which can be commonly used as support and resistance zones. OHLC can be shown table with candlestick visual. Color of candlestick depends on direction of bullish / bearish of the chosen candlestick. █ INSPIRATION Inspired by design, code and usage of CAGR . Basic usage of custom range / interactive, pretty much...
This indicator is "Interactive" which means some inputs can are manually added through the first click after adding the indicator to the chart (ATR Trailing Stop-loss start point). See images below for more explanation. Why use a trailing stop-loss? A trailing stop-loss provides an exit when price moves against you but also enables you to move the exit point...
█ OVERVIEW This indicator was designed based on Harmonic Trading : Volume One written by Scott Carney. This is about harmonic ratios which expanded through retracement and projection. Derivation is pretty much explained here such as Primary, Primary Derivation, Secondary Derivation and Secondary Derivation Extreme. Derivation value depends on minimum...
█ OVERVIEW This indicator was designed based on Harmonic Pattern Book written by Scott Carney. It was simplified to user who may always used tools such as XABCD Pattern and Long Position / Short Position, which consume a lot of time, recommended for both beginner and expert of Harmonic Pattern Traders. XABCD Pattern require tool usage of Magnet tool either Strong...
Hello All, Using this "Support Resistance Interactive" script you can set the Support/Resistance levels interactively by clicking on the chart. Using the SR levels you set, the indicator creates Support Resistance zones. The width of the zones are calculated by using Threshold option and Threshold is the percent of the distance between Highest/Lowest levels in...
Using the new input.price() function we can now automate our fibonacci tools a little better. This tool is designed with the intention of trading off of a fibonacci level using alerts. How to use: 1.Add the indicator to your chart. 2. Place the bottom price where you would normally start your fibonnaci drawing 3. Place the top price where you would normally...