DATASONIC GROUP BERHAD, KNM GROUP BHD, ZECON BHD, EXCEL FORCE MSC BHD, PCCS GROUP BHD, VSOLAR GROUP BERHAD
Indeks Bursa Malaysia KLCI, Hang Seng, Indeks Komposit Jakarta, Nikkei 225, Komposit Shanghai, FTSE Straits Times Singapura
US 10Y, Euro Bund, Jerman 10Y, Jepun 10Y Hasil, UK 10Y, India 10Y
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 indicator shows how to avoid repainting when using the security() function to retrieve information from higher timeframes. What do we mean by repainting? Repainting is used to describe three different things, in what we’ve seen in TV members comments on indicators: 1. An indicator showing results that change during the realtime bar, whether the script is...
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...
Original Version credits to DonovanWall Actual Version i just set alerts and change the parameters for BTCUSDC 5min Chart. NO REPAINT. Wait For Barclose
Available for all time frames Available for all crypto currency pairs High-profitable on all time frames The script is the dream of all traders Repaints like a boss. Use at your own risk, or don't use at all!
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 ...
If you are interested in purchasing my algorithmic trading bot that receives Tradingview indicator alerts via email and then executes them in Bittrex, please visit my product page here: ilikestocks.com Additionally, I would love to create video/blog guides on creating Tradingview scripts or strategies. If you...
This is a simple RSI indicator that overlays the current chart to show labels for specified oversold and overbought areas defined with inputs. It will delete any labels of the same kind within the last 3 candles so you don't see as many labels as you would otherwise. Red labels with white text represent overbought RSI levels as defined by the user. Green labels...
Plot the last length volume observations horizontally on the price graph by using rescaling, with a position relative to the price highest, lowest, or moving average. Note that the indicator is subject to repainting. Settings Length: Determine the number of histogram bars to be plotted Src: Determine the scale of the indicator Relative Position:...
The following script periodically plot ellipses to the chart, where the maximum height of the ellipses is determined by the price high of the user-selected time frame while the price low determines the minimum height of the ellipses. The selected time frame affects the frequency at which the ellipses are plotted, for example, a selected time frame of 1 week will...
This script is called GMAE Original by me (Kevin Manrrique). I'm publishing this to the public because we are all traders and we need to support each other as a TVcommunity. This is something I built for fun. This script uses a series of EMA's. NO REPAINT, NO LAGGING! It works better for short-term trends as you can see. Please leave the copyright on the script at...
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. ...
It is based on the intersection of the kagi function and the weighted moving average Available for all time frames Available for all crypto currency pairs High-yield on all time frames The script is the dream of all traders Repaints like a boss. Use at your own risk, or dont use at all! ------------------------------ Основан на пересечении функции каги...
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.
Perform forward-backward filtering using exponential averaging, thus providing a zero-phase exponential moving average. The output repaint and cannot be used as input for other indicators. Settings Length : moving average period Src : data input of the moving average Plot Color : the color of the displayed plot Line Width : width of the plotted line ...
simple example showing how to use na to create straight lines that "repaint" as the latest bars update.