This Script creates a custom ATR (Average True Range) trailing stop. It allows traders to set up automated stop-loss levels based on the ATR, which adjusts dynamically to market volatility. The script is designed to support both long and short trades, offering flexibility and precision in trade management. When loading the indicator to your chart, simply click to...
█ 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...
█ 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...
█ 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...
This strategy is not an automation strategy. It is a tool that generates an 'alerts' so that you can buy and sell it at a predetermined price. The user can set the contents below. 1. Period 2. Entry price and entry type. 1) buy STOP 2) buy LIMIT 3. Target price. 4. stop loss price. You can easily test by changing the period value and the set value. I...
This script calculates 3 MAs and forecasts where these MAs will be in the next 5 future periods. Automatic mode - price will be based on current price ("flat") or an X-period linear regression ("linreg"). Manual mode - enter your own value('s): let's see where the MA's will be when your favourite equity all of a sudden hits 1 million tomorrow! based on...