Price change indicator in the form of diagonal rows. The calculation is based on the percentage or tick deviation of the price movement (indicated in the "Deviation" parameter), which is displayed on the chart in the form of rows. The row consists of the base middle line, upper and lower limits: - The middle line is the basis for the upper and lower limits of...
This module can be integrate in your code strategy or indicator and will help you to calculate the percentage probability on specific event inside your strategy. The main goal is improve and simplify the workflow if you are trying to build a quantitative strategy or indicator based on statistics or reinforcement model. Logic The script made a simulation inside...
This is a Quarterly Returns version of Monthly Returns in PineScript Strategies by QuantNomad This script shows a table of Quarterly/Yearly performance of your strategy. It also provides an option to compare with Buy & Hold. The script can easily integrated to your strategy. All you need to do is copy the table part and paste it at the end of your script ...
The "Signal Viewer" script is a debugging tool that can be used for the signal of a Signal Indicator script like the "Two MA Signal Indicator" or the "Template Signal Indicator". This script will visualize the signal based on the convention that was defined in the settings. Also, alerts will be produced based on this convention. It's useful to be used before you...
Candle Levels Allows chart levels to be plotted automatically, simply add tool to chart and the interactive mode will prompt for candle selection, timeframe anchor and some label choices such as displaying time, price or disabling labels altogether. Also a note can be supplied that will be shown in the labels if they're displayed, if not it'll be up in the...
Updated - Version 2 This tool is used to calculate the size of a trade. Settings - Type in total account size and % of capital that can be risked on each trade. The table will display: Column 1 - Stop placement based on low, mid or high value of the current candle. Column 2 - Percent risk on the trade. Column 3 - Amount of shares that can be traded...
Description This study project is a Scalping Pullback trading Tool that incorporates the majority of the indicators needed to analyse and scalp Trends for Pull Backs and reversals on 1min, 5min or 15min charts. The set up utilies Heikin Ashi candle charts. Incorporated within this tool are the following indicators: 1. Major industry (Banks) recognised important...
B3 Buyer-Seller Breakouts = If a bar is showing that it is moving in a direction with highs lows and close, all of which are >respectively< moving against the open from the bar before, then it prints indicating buyers or sellers bringing momentum. The arrows and cloud carry into the next bar to give lots of awareness of the micro-term momentum. The cloud...
By request this is an updated version of the "PullBack Trading Tool": removes experimental "OCC" channel, added option to display ribbons or just single moving average lines, added alert arrows for "PB" exits, added alertcondition for TV alarm subsystem, added some extract options for Pivot points and general cleanup of code. Description: This project...
I'm not 100% satisfied with the strategy performance output I receive from TradingView. Quite often I want to see something that is not available by default. I usually export raw trades/metrics from TradingView and then do additional analysis manually. But with tables, you can build additional metrics and tools for your strategies quite easily. This script will...
This indicator uses Heiken Ashi candle data to plot trend strength signals to your chart. Bright Green: Heiken Ashi candle data is still putting in higher lows and higher highs, and the price closed above the previous low. Dark Green: Heiken Ashi candle closed green, but had a lower low or lower high (trend weakening). Bright Red: Heiken Ashi candle data is...
This is just a Fibonacci Retracement tool with some interactive information based on the actual closing price How to use: add the script, input left bottom with the 1st click, input top with the 2nd click Informations you can see than: Fiblevel (Price) %till_this_point = pricedifference additional: Bottom of the fib Range Up in % +...
Tradingview has a good line chart, but I wanted to make it even more awesome. Some shortcomings which this line chart enhancer script fixes Colors up move as green, down move as red (you can change them as you like) Plots high and low - so that one can be aware about what the price is doing To achieve the look with markers as shown above Goto Symbol...
Hi guys, I found this tool very useful and accurate, but can't find it on Trading View, so I made one for myself and everyone here ;) Alert is available too. Indicator Overview The 2-Year MA Multiplier is intended to be used as a long term investment tool. It highlights periods where buying or selling Bitcoin during those times would have produced outsized...
This is a simple line tool that can give you active feedback based on the closing price. It is intended for a live chart whose ticker is not changed by the user every 10 minutes, like a general overview of an asset in a higher time frame. What can it provide: Price difference from the price to the line Price at the current collision point How to use it: When...
Uses two sets of MACD plus an RSI to either long or short. All three indicators trigger buy/sell as one (ie it's not 'IF MACD1 OR MACD2 OR RSI > 1 = buy", its more like "IF 1 AND 2 AND RSI=buy", all 3 match required for trigger) The MACD inputs should be tweaked depending on timeframe and what you are trading. If you are doing 1, 3, 5 min or real...
This is just a basic tool to calculate liquidation based on: margin-maintenance leverage it starts drawing on your input point short and long liquidation, so you can easily place it on your trade and drag it around if you are rebuying as an example. Also, you can use it to aim for a specific support/resistance to see if it is even possible to reach some levels,...
This is a simple script to assist you in manual backtesting! Perfect for the NNFX crowd or anyone that enjoys manual backtesting. Usage 1. Slap this bad boy on your chart. 2. Adjust period and multiplier (defaults are 14 period and 1.5x). 3. Put on the indicator/system you are testing. 4. Enter bar replay mode. 5. Drag your long/short position take profit and...