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...
Monthly profit displays profits in a grid and allows you to know the gain related to the investment during each month. The profit could be computed in terms of gain/trade_cost or as percentage of equity update. Settings: - Profit: Monthly profit percentage or percentage of equity - Table position This strategy is intended only as a container for the code and...
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...
What is ATR? Taking a candlestick, the following 3 transactions are calculated: 1-The difference between the high of the day and the low of the day 2-The difference between today's high and yesterday's close 3-The difference between today's low and yesterday's close Atr takes the average of these 14-day candlesticks after making their calculations and it predicts...
Hi everyone! Sorry for not posting anything for so long again. I will be active in July, after passing my university exams. I bought some S&C magazine archives, so await my new post strategies and indicator in July, as things are gonna get real interesting! But for now let me hand you some new and interesting stuff — AFR indicator. Actually, this is my third...
Helps users track their position and profit/loss in real-time. Instructions : Open the indicator settings Input your Quantity, Buy Price, Fee, and Target Price This indicator is designed to provide users with simple real-time tracking of their positions and profit/loss within a trading session. It offers clear and concise information that enables...
We created a small script that will allow you to have a quick look into static SL/PT to choose from. This might save you time, replacing the manual search for optimal SL/PT. We're checking signals of the strategy and computing its performance with a grid of SL/PT selected. We used SuperTrend signals in this example, but it will be straightforward to integrate...
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"...
Commission-aware Trade Labels Description: This library provides an easy way to visualize take-profit and stop-loss levels on your chart, taking into account trading commissions. The library calculates and displays the net profit or loss, along with other useful information such as risk/reward ratio, shares, and position size. Features: Configurable...
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...
Library "profitestimate" Simple profit Estimatr. Engages when Position != 0 and holds until posittion is na/0... if position changes sizes, it will update automatically and adjust. it has an input for comission to estmate exit fees update_avgprice(_sizewas, _delta, _pricewas, _newprice) Get a new Average position Price Parameters: _sizewas :...
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...
EN: TradingView indicator for FBMA strategy People oftem ask: “Dmitry, BABA, TSLA, AAPL flies like a rocket! Well, what are we buying!?” - And I say no, the price does not act like a straight rocket upwards or downwards, instead it breathes, inhales moving away from the moving average and exhales returning to it, so we will wait for the first pullback and buy...
Q-Trend is an multipurpose indicatorm that can be used for swing- and trend-trading equally on any timeframe (non-volatile markets are better for this thing). Settings: Trend period - used to calculate trend line in the special moments(will explain below); ATR Multiplier - changes sensitivity. The higher the multiplier = the more sensitive it is. ...
BTC Profitable Wallets Strategy - plots the percentage of profitable BTC wallets and places long orders when the profitable wallet share crosses above 50%, historically a very accurate point to catch the next Bull Run early. The only setting is a smoothing option using the Moving Average method and length of your choice. On Chain Data is queried from...
EN: Close Open Estimation ( aka COE ) is a very simple swing-trading indicator based on even simpler idea. This indicator is from my educational series, which means that I just want to share with another way to look at the market in order to broaden your knowledge . Idea : Let's take n previous bars and make a sum a of close - open -values of each bar....
The Ichimoku Cloud is a collection of technical indicators that show support and resistance levels, as well as momentum and trend direction. It does this by taking multiple averages and plotting them on a chart. It also uses these figures to compute a “cloud” that attempts to forecast where the price may find support or resistance in the future. The Ichimoku...
Back with another great high hit rate strategy!! Disclaimer* This strategy was sampled using source code written by @ClassicScott , as referred to in the script, there is a clear line where the source code was scripted by myself. This Strategy consists of three key factors, the ALMA, EMA crossover, and a Stochastic Rsi ALMA: The Alma is the step line...