TradingView
03.freeman
30 avr. 2020 14:02

Super Z strategy - Thanks to Rafael Zioni 

EUR/USDOANDA

Description

//Original script
//tradingview.com/script/wYknDlLx-super-Z/

This is a test for verifying if this interesting study works well.
The author, thanks to him!!!, advise a possible repaint because the script uses security function.
Refer to tradingview.com for more info on repainting:
tradingview.com/pine-script-docs/en/v4/essential/Indicator_repainting.html
QUOTE:
We can see repainting in the following cases:

1- Strategies using calc_on_every_tick=true. A strategy with parameter calc_on_every_tick = false may also be prone to repainting, but to a lesser degree.
(this is not the case, ndr).
2- Using security for requesting data from a resolution higher than the resolution of the chart’s main symbol (i.e. do not use ion weelky chart if you set 1440 (1Day) in inputs)

NOTE: Thanks again to Rafael Zioni. If he requires to delete this strategy, I'll do immediately.
Commentaires
Quantkr
this strategy All results are fake.
definitely
03.freeman
@Mby_lab, maybe you haven't read the description:
"This is a test for verifying if this interesting study works well.
The author, thanks to him!!!, advise a possible repaint because the script uses security function. "
CodyMaki
@03.freeman, lmao some people dont know how to read buds lol
PRCHAKR
@Mby_lab, It is repainting which is the biggest issue.
rehanpatni
Can you pls tell how we avoid repainting(false signal). Because i took a loss
And also can u pls explain the strategy. I think its crossover of sma
maninder480
wrong signal first there was no signal of exit of gold at 1738 .then new signal shown at 1722 ,at 1722 later disappeared and and shown on back at 1738 ,making it a profitable trade while it was loss
Rolypop
I tested it and repaint occurred.
SaiyadRasikh
This script gives good results only because there is look-ahead bias. This script uses a security function, using which the author has a decisive answer to if the indicator will go up or down today. That is what makes its accuracy so good. but in real-time trading, this won't work.
I tried using the security function with the previous day OHLC but that removes all the goodness of the script which the author claims to have here.
TWAle
Hello,

seems like here is typo in the source code. In line 28 src5 should be replaced with src1. Isn't it ?
AK_Zone
Awesome strategy... Perfectly working for me... Thanks a ton to you and Rafael Zioni for bringing up..
As per my exp, this works on 15 mins candle perfectly....
Plus