The Targets For Overlay Indicators is a useful utility tool able to display targets during crossings made between the price and external indicators on the user chart. Users can display a series of two targets, one for crossover events and another one for crossunder event. Alerts are included for the occurrence of a new target as well as for reached targets. 🔶 ...
The Targets For Many Indicators is a useful utility tool able to display targets for many built-in indicators as well as external indicators. Targets can be set for specific user-set conditions between two series of values, with the script being able to display targets for two different user-set conditions. Alerts are included for the occurrence of a new target...
The SuperTrend is a very useful Indicator to display when trends have shifted based on the Average True Range (ATR). Its underlying ideology is to calculate the ATR using a fixed length and then multiply it by a factor to calculate the SuperTrend +/-. When the close crosses the SuperTrend it changes direction. This Strategy features the Traditional SuperTrend...
💥The Auto Trailing Stop-Loss indicator is a technical indicator that uses the ATR (Average True Range) to calculate a trailing stop-loss for both long and short positions. 💥The signals according to the indicator allows traders to exit from the position before its too late! The indicator can be used to determine when to enter and exit trades. 💥To use the...
This script combines the power of Average True Range (ATR) and a Moving Average (MA) to dynamically set stop-loss and take-profit levels. It introduces a volatility surge condition and includes a risk management table for comprehensive trade insights. 1) **Originality:** - This script is original in its approach to combining Average True Range (ATR) with a...
The strategy is based on the intersection of two moving averages, which requires adjusting the parameters (ratio and multiplier) for the moving average. Basis MA length: multiplier * ratio Signal MA length: multiplier The SuperTrend indicator is used for additional confirmation of entry into a position. Bollinger Bands and position reversal are used for...
This indicator is a multi-timeframe indicator that works in any timeframe. It takes a price reading of the highest or lowest bar in the past based on Fibonacci numbers and plots it. In addition, the RSI smoothed by a 5-day moving average can be used to detect signs that previous highs or lows will be reached in advance. This gives insight into determining...
The Bullish Engulfing pattern occurs when the close is higher than the open, and scripts will look for this pattern by checking the difference in the close and open prices sufficiently in pips. Likewise, the Bearish Engulfing pattern occurs when the close is lower than the open, and scripts will look for this pattern by checking for sufficient difference in the...
This indicator helps traders set stop loss and take profit levels based on either ATR or High-Low range. The indicator calculates stop loss and take profit levels for both long and short positions, based on the user's input of ATR length, ATR smoothing method, and multiplier levels for each level. It’s possible to set 3 levels of take profit, for both long and...
This is a simple tool designed to help you visualize your stop loss and take profit levels before entering a trade. The tool plots two lines on the chart - a green dotted line for take profit and a red dotted line for stop loss (similar to the price line) - with a simulated default spread of one pip factored in. The indicator has the option to toggle between long...
WOAH Order Scaling! This Provides a user with methods to create a list of profit targets and order sizes which grow or shrink. For size, the will add up to specific sum. for Targets they will include the first and last, and can lean towards either, to scale the order grid. And thanks to @Hoanghetti for the markdown, i've included a basic usage example within...
ABOUT THIS INDICATOR This is a simple indicator that can help you manage the risk when you are trading, and especially if you are leverage trading. The indicator can also be used to help visualize and to find trades within a suitable or predefined trading range. This script calculates and draws six “profit and risk lines” (levels) that show the change in...
This strategy uses the Fast Fourier Transform inspired from the source code of @tbiktag for the Fast Fourier Transform & @lazybear for the VMA filter. If you are not familiar with the Fast Fourier transform it is a variation of the Discrete Fourier Transform. Veritasium on youtube has a great video on it with a follow up recommendation from...
Library "Strategy_PnL_Library" TODO: This is a library that helps you learn current pnl of open position and use it to create your own dynamic take profit or stop loss rules based on current level of your profit. It should only be used with strategies. inTrade() inTrade: Checks if a position is currently open. Returns: bool: true for yes, false for no. ...
First of all, I would like to thank the author @LonesomeTheBlue. This indicator developed on the source code "Point and Figure (PnF)" by author @LonesomeTheBlue. This indicator calculate the range (Cause) of Phase accumulation or distribution to calculate the taget (Effect) based on the Wyckoff Method. Formula for calculate move value target : Col * BoxSize *...
The purpose of this tool is to help the trader determine a safe stop loss price and take profit which dynamically changes due to ATR (Average True Range) This tool uses the concept of ATR (Average True Range) Risk Reward Ratio (Money Management method) How is ATR Stop Loss and Take Profit Finder working Step 1 ) Tool will calculate TR(True...
What is this for This tool is designed as a companion to an automated strategy running on Alertatron. Sometimes when a strategy opens a trade, you decide that based on TA you would like to close all or or a portion of your trade at a support or resistance level. The strategy may already be programmed to take profit but this tool allows you to add additional take...
(My goal creating this indicator) : Provide a way to enter the market systematically, automatically create Stop Loss Levels and Take Profit Levels, and provide the position size of each entry based on a fix Percentage of the traders account. The Underlying Concept : What is Momentum? The Momentum shown is derived from a Mathematical Formula, SUPERTREND. When...