Super Z strategy - Thanks to Rafael Zioni by 03.freeman
By 03.freeman
Performance Metrics
- Author: 03.freeman
- Symbol: OANDA:EURUSD
- Timeframe: 4 hours
- Net P&L: +11,946.48 EUR (+119.43%)
- Win Rate: 97.0%
- Profit Factor: 96.39
- Max Drawdown: 42.88 EUR (0.34%)
- Total Trades: 131
- Sharpe Ratio: 1.337
Description
//Original script//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.htmlQUOTE: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.