When writing the Quickfingers Luc base scanner (Marvin) script, I wanted a measure of volatility that would be comparable between charts. The traditional Average True Range (ATR) indicator calculates a discrete number providing the average true range of that chart for a specified number of periods. The ATR is not comparable across different price charts. Average...
This is my second implementation of a Pine Script Quickfingers Luc (QFL) base scanner that I have published on Trading View. QFL base scanners seek to provide buy signals according to the QFL trading strategy. To profitably trade using this script you should be familiar with the QFL trading strategy, scaling in and out of positions, and money risk...
What is QFL trading strategy? QFL stands for Quickfingersluc, and sometimes it is referred to as the Base Strategy or Mean Reversals. Its main idea is about identifying the moment of panic selling and buying below the base level and utilizing Safety orders. What is Base level or Support Level? Base level or Support Level refers to the lowest price level that...
This script is a simple implementation of a QFL (Quickfingers Luc) base scanner. This QFL base scanner uses a different approach to some other QFL base scanners that are on TradingView. Other TradingView scripts look for a candlestick pattern of two lower lows followed by two higher lows combined with an increase in volume. This can generate some unexpected...
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.
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...
This version of QFL is based on a script from ralphhorkup: Author: www.tradingview.com I made a few adjustments: 1) no issues with repainting caused by calling security function. 2) migrated to pine script 4 Everything else is the same. I'll be adding alerts soon.
A small script to quickly scan through coins based on % volatility, eg. for AB-trading. Both lookback length of the number of bars and the minimum volatility threshold can be changed. JD.