█ OVERVIEW This publication focuses on enhancing awareness of the best practices for accessing higher-timeframe (HTF) data via the request.security() function. Some "traditional" approaches, such as what we explored in our previous `security()` revisited publication, have shown limitations in their ability to retrieve non-repainting HTF data. The...
Introduction Heyo guys, here I made a comparison between my favorised smoothing algorithms. I chose the R-Squared value as rating factor to accomplish the comparison. The indicator is non-repainting. Description In technical analysis, traders often use moving averages to smooth out the noise in price data and identify trends. While moving averages are a useful...
Introduction Heyo, in this indicator I decided to add VHF adaptivness, linear regression and smoothing to a KAMA in order to squeeze all out of it. KAMA: Developed by Perry Kaufman, Kaufman's Adaptive Moving Average (KAMA) is a moving average designed to account for market noise or volatility. KAMA will closely follow prices when the price swings are relatively...
Introduction Heyo guys, I recently checked out some eye-catching trading strategy videos on YT and found one to test. This indicator is based on the video. Usage The recommended timeframe is 5 min. Signals Long Entry => L Label Price crosses above ZLSMA and Chandelier Exit shows Buy Long Exit => green circle Price crosses below ZLSMA Short Entry => S...
Introduction Heyo guys, here is a new adaptive fisherized indicator of me. I applied Inverse Fisher Transform, Ehlers dominant cycle analysis, smoothing and divergence analysis on the Know Sure Thing (KST) indicator. Moreover, the indicator doesn't repaint. Usage I didn't backtest the indicator, but I recommend the 5–15 min timeframe. It can be also used on...
Introduction I modified the script "Fisher Stochastic Center of Gravity" of @DasanC for this indicator. I added inverse Fisher transform, cycle period adaptiveness mode (Ehlers) and smoothing to it. Moreover, I added buy and sell and beautified some stuff. Lastly, it is also non-repainting! Usage This indicator can be used like a normal stochastic, but I...
Introduction Hello, this here is a non-repainting candlestick indicator which is able to detect OB looking candlestick formations. Usage It can be used to confirm entries, but be aware that it produces a lot of false signals. Somehow the swings tend to reverse at these points. I recommend the 10–15 minutes timeframe. I hope you enjoy this small indicator. :)
This is a collection of all the moving averages available. Some are built-in, a couple were tricky to source out. Higher timeframes can be specified so you aren't limited to your chart setting. Repainting has been disabled by default. There is also an option to use Heikin Ashi candles as the input source rather than standard bars. Hope that someone finds this...
Open Close Cross Strategy plus Explorer V 1.0 There is a code that can control sensitivity. try to change 'ATR Multiplier' menu There is a code for prevent 'repaint'. If you want it check 'Forces Non-Repainting' menu thanks to PMax Explorer STRATEGY & SCREENER KivancOzbilgic Open Close Cross Strategy R5 revised by JustUncleL JustUncleL
Here is an another attempt to demonstrate repainting and how to avoid them. It happened few times to me that I develop a strategy which is giving immense returns - only to realize after few forward testing that it is repainting. Sometimes, it is well disguised even during forward testing. In this simple strategy, conditions are as below: Buy : When a 3M bar...
This strategy is for illustration purpose only. Do not use this as there is massive repainting. As usual, I was experimenting with adding different entry/exit filters to my main strategy. Thought of adding higher frame filter, picked the code for getting higher time frame supertrend from someone else's script and copied it without thinking much about it. ...
Even when your code does not use security() calls, repainting dynamics still come into play in the realtime bar. Script coders and users must understand them and, if they choose to avoid repainting, need to know how to do so. This script demonstrates three methods to avoid repainting when NOT using the security() function. Note that repainting dynamics when ...
NOTE The non-repainting technique in this publication that relies on bar states is now deprecated, as we have identified inconsistencies that undermine its credibility as a universal solution. The outputs that use the technique are still available for reference in this publication. However, we do not endorse its usage. See this publication for more information...
Important ! The indicator is for experimental purpose only, it must not be used as a decisional tool but only as a visual one (like Zig-Zag, Fractal etc). The information this indicator display is uncertain and subject to drastic changes over time. If you have further question feel free to pm me. Introduction Most of the filters you will find are causal,...
Problem Pine's implementation of the security() function behaves differently in realtime vs. historical bars. Specifically, for historical bars, calling security() for a time frame (TF) larger/slower than the current chart's TF will return information about the last completed bar of the higher TF. However, for realtime bars (i.e. if you allow the chart to...
This script is a proof of concept and one possible solution for how to deal with upper timeframe repainting issues. It works for Strategies only . Strategies that utilize data from upper timeframes can still be subject to repainting issues when forward testing. Users can copy the code and use a similar solution in your own scripts. For full code commentary,...
it's a repainting script cheating on tester, on backtesting %100 correct but on forward testing it will only work % 15 correct and %85 wrong. I did another script showing real forward testing results of this script.
Comparing daily close prices as a strategy. This strategy is equal to the very popular "ANN Strategy" coded by sirolf2009(1) which calculates the percentage difference of the daily close price, but this bar-bone version works completely without his Artificial Neural Network (ANN) part. Main difference besides stripping out the ANN is that my version uses...