Trailing Stop Pro is a sophisticated TradingView indicator designed to enhance your trading strategy by dynamically managing trailing stops based on market volatility. This tool leverages the Average True Range (ATR) to adjust stop levels, providing traders with a robust mechanism to protect profits and minimize losses. Key Features: Dynamic Trailing Stops:...
The "Liquidity Visualizer" indicator is designed to help traders visualize potential areas of liquidity on a price chart. In trading, liquidity often accumulates around key levels where market participants have placed their stop orders or pending orders. These levels are commonly found at significant highs and lows, where traders tend to set their stop-losses or...
Fibonacci-Only Strategy This script is a custom trading strategy designed for traders who leverage Fibonacci retracement levels to identify potential trade entries and exits. The strategy is versatile, allowing users to trade across multiple timeframes, with built-in options for dynamic stop loss, trailing stops, and take profit levels. Key Features: Custom...
This is a personal portfolio tracker that helps you track your daily profits and losses. You can track up to 64 stocks or cryptocurrencies. You can set them by specifying the symbol and average price. FEATURES - Set up to 64 stock or crypto symbols. - Shows the average price line - Show profit or loss as a percentage - Shows only when on the chart that matches...
The Realized Loss & Profit indicator aims to find potential dips and tops in price by utilizing the security function syminfo.basecurrency + "_LOSSESADDRESSES". The primary objective of this indicator is to present an average, favorable buying/selling opportunity based on the number of people currently in profit or loss. The script takes into consideration the...
This utility script provides a convenient way to calculate the percentage gain or drop of a token's price within a user-defined date range. It eliminates the need for manual measurement on individual charts, saving time and effort. The script is particularly valuable when integrated into a daily token scanning routine for watchlists. By comparing the significant...
This is a manual profit and loss tracker. It takes the user's manual input of total cost and quantity, and then outputs a table on the bottom right of the chart showing the profit or loss %, average purchase price, gross profit or loss, and market value. Instructions: 1. Double click the indicator title at the top left of the chart 2. Select the "Inputs"...
What does this script do ? This script is for pine script programmers and explains how to implement a dynamic stop-loss strategy. It is different from trailing stop-loss. Trailing stop-loss can only set the retracement value, but this script can take profit on part of the position at a fixed price and allows users to decide whether to take profit on all positions...
ENGLISH This 'Average Cost' script allows the user to input and visualize profit or loss for different stocks (up to 50) with average cost and quantity data on a single chart. This is useful for tracking the profit or loss of each stock in real-time. To use this script, the user should follow these steps: 1. Add the 'Average Cost' script to your TradingView...
Live P&L for multiple stocks, currencies, crypto and commodities can now be tracked for your favorite scripts, pair trading etc. This indicator gives provision to add up to 3 stocks/futures/currency with Buy and Sell, Quantity (can be lot size or any other) and Entry Price and set as default so that every time you put back this indicator you can monitor the live...
This script is to remind you of how much you would lose if the price went down to the all time low. This will make you think twice about your purchases!
This is an intuitive risk management tool with a minimalist design. This calculator will determine your position size per trade, profit, loss, risk/reward ratio and leverage if any. It will calculate your leverage if you are trading financial instruments e.g. Mini Futures , Turbo Warrants etc. that have a financing level. Tip: Use this as a complement to the...
The indicator helps to track the percentage loss/gain of the quantity of the asset as a result of LP rebalancing due to price changes. Calculations are based on the common AMM equation x * y = k. This is the initial version of the indicator. It is certainly a subject to further improvement. If you have any suggestions send them here at...
Library "MLLossFunctions" Methods for Loss functions. mse(expects, predicts) Mean Squared Error (MSE) " MSE = 1/N * sum ((y - y')^2) ". Parameters: expects : float array, expected values. predicts : float array, prediction values. Returns: float binary_cross_entropy(expects, predicts) Binary Cross-Entropy Loss (log). Parameters: ...
This script is designed as an ATR-based trailing stop tool to assist in managing open positions. Once you're involved in a profitable trade, if you add this script to your chart you'll be prompted to select a bar to begin trailing from. You can then adjust the candle lookback distance for swing high/lows (7 by default), the ATR multiplier (1.0 by default), and...
Gain/StopLoss Percentage Lines is a quick way to enter your Entry Price in to a stock and track the percentage of gain or loss at the 5% and 10% markers. Click on the gear settings icon and type in your entry price. The percentage is defaulted to 5%. You can change this to a different percentage at this screen. Note that whatever number you enter will be doubled...
"How to code moving stop-loss mechanism", is one of the most often repeating questions in private messages I receive, so just to focus on this mechanism, I made a spin-off from my previous script: TradingView-Alerts-to-MT4-MT5-dynamic-variables-NON-REPAINTING . The logic here moves the stop-loss each time a trade is running and a new pivot high/low is detected....