This is a simple RSI based signal indicator. It is intended for algorithmic trading by bots. For the best results leave it on 1-Hour time-frame. It also works best on bitcoin and stocks, not so much oil. GBP/USD and AUD/USD it fairs well too. When RSI touches 70 it gives a Buy signal and when RSI touches 30 it gives a sell signal. The position is then held out...
The PineCoders Backtesting and Trading Engine is a sophisticated framework with hybrid code that can run as a study to generate alerts for automated or discretionary trading while simultaneously providing backtest results. It can also easily be converted to a TradingView strategy in order to run TV backtesting. The Engine comes with many built-in strats for...
█ OVERVIEW Portfolio Backtester Engine (PBTE). This tool will allow you to backtest strategies across multiple securities at once. Allowing you to easier understand if your strategy is robust. If you are familiar with the PineCoders backtesting engine , then you will find this indicator pleasant to work with as it is an adaptation based on that work. Much of...
Level: 2 Background Volume-Weighted Average Price (VWAP) is a trading benchmark used by traders that indicates the average price that a security has traded for throughout the day based on volume and price. This is important as it gives traders insight into the trend and value of a security. The Commodity Channel Index (CCI) indicator was created to identify...
The indicator is in the top left of the screen! That's all there is, by design. This is a super simple indicator that allows you to see what the real price of a candle was when using Heikin Ashi charts, while not cluttering up your screen. HA charts are a great way to help those who can be spooked by the chaos of the markets (I'm one!), but they have a big...
For anyone interested, Here is an example of how to put backtesting results into an Indicator. This calculates the same values as you find in the Summary Screen of the built in Strategy backtester. This will use the same result size as the standard backtester i.e. 5 minute chart grabs roughly 1 month of data, 1 minute chart grabs 1 week of data, etc... I tried...
This is a companion script to the PineCoders Backtesting-Trading Engine. It illustrates how to build a signal plot in another script, which can in turn be fed in the Engine to provide entry, exit, filter and stop information. Connection to the Engine is done through its “External Indicator” input field at the very bottom of the Engine’s Settings/Inputs. The...
Backtesting compatible QFL pine script w/alerts This version of QFL was made based on this one: From author: www.tradingview.com I made the following additions according to my requirements: - I need to use pine script 4 - I needed to avoid repainting issues so I'm not calling directly security, I'm using the wrapper function. - There might be still repainting...
NNFX All-in-One Baseline display / test tool. This is usefull (hopefully) for the NNFX way of trading only. It's not intended to be used as a standalone tool. Basically, this script displays and tests many types of Moving Averages as baselines. It displays baseline signals, based on the NNFX ATR-related rule for baseline entries. It can be used as a backtest...
Great Expectations helps traders answer the question: What is possible? It is a powerful question, yet exploration of the unknown always entails risk. A more complete set of questions better suited to traders could be: What opportunity exists from any given point on a chart? What portion of this opportunity can be realistically captured? What risk will be...
This script allows you to backtest Trading View's "Technical Ratings" (Buy, Strong buy, Sell, Strong Sell) using Gavin's backtest script. To use it add the backtest script to the chart together with this script and then from the back test settings connect the external indicator. You should select "TV Signal" as the source. Backtesting works best on the 5m chart,...
█ OVERVIEW This Framework allows Pine Coders to quickly code Study() based signal/strategy and validate its viability before proceed to code with more advance/complex customized rules for entry, exit, trailstop, risk management etc.. This is somewhat an upgraded version of my earlier personal template with different strategy used, cleaner code and additional...
Level: 1 NOTE: This is ONLY an EXAMPLE on HOW-TO produce a customized "{Sextan} PINEv4 Sextans Backtest Framework" intput signal with "(blackcat) L2 Reversal Labels", and you can define your own indicator in the highlighted area in compliance with the uniform format, which guarantee when you use "Indicator on Indicator" function, it would not produce any...
This script plots both real and HA candles regardless or which are used on the chart in TV settings. (and has the functions for you to use.) Lots of people seem to misunderstand backtesting (or scam people) based on HA candles. Backtesting with HA candles leads to impossible trades. ALWAYS backtest with real candles. That doesn't mean you might not want to look...
This version of the Inverse Fisher Transform on RSI comes with support for 1) Backtesting with Gavin's backtest script 2) Bypass, you can use another indicator to pause buy signals from this indicator. Just create another indicator that plots "1" whenever you want to activate the bypass on the IFTRSI signal. 3) Independent buy and sell level thresholds. Some...
This is based on a video I watched while searching for good indicators to use for scanning pumps across the crypto market. You can probably find the video by searching for "Pump Finder On 15 Minute Chart With Best Trading Indicators". The approach presented uses LSMA and BB B% to detect pumps. Results: It does detect many pumps, it also detects many...
This bypass indicator triggers plots 1 when the price is above the QFL base. This can be used as a "bypass" by a consumer indicator that can skip trades when the bypass is triggering. You can use it for long and short strategies, to prevent using buy or sell signals in areas were the price is either overextended. QFL works better in 1, 2 or 4 hours timeframes.
Level: 1 NOTE: This is ONLY an EXAMPLE on HOW-TO produce a customized "{Sextan} PINEv4 Sextans Backtest Framework" intput signal source, you can define your own indicator in the highlighted area in compliance with the uniform format, which guarantee when you use "Indicator on Indicator" function, it would not produce any error. I use two simple moving average...