JUVENTUS FC, UNICREDIT, INTESA SANPAOLO, ENI, Apple, Advanced Micro Devices Inc
FTSE MIB, Euro Stoxx 50, Indice DAX, FTSE 100, S&P 500, Nasdaq Composite
Petrolio Brent, Petrolio greggio, Oro, Argento, Gas naturale, Bitcoin
Italia 10Y, Euro Bund, Germania 10Y, Francia 10Y, UK 10Y, US 10Y
Oro, Petrolio Brent, Petrolio greggio, CFD Gas Naturale, Palladio, Argento
UT Bot indicator was inially developer by @Yo_adriiiiaan Idea of original code belongs @HPotter I just took code of Yo_adriiiiaan, cleaned it, deleted all useless pieces of code, transformet to v4 and created a strategy from it. Also I added an input that allows you to swich to signals from Heiking Ashi. I saw that author uses HA for the indicator and on HA it...
Fixed a typo in the code where BB multiplier was stuck at 1.5. Thanks @ucsgears for bringing it to my notice. Updated source: pastebin.com Use the updated source instead of the what TV shows below. This is a derivative of John Carter's "TTM Squeeze" volatility indicator, as discussed in his book "Mastering the Trade" (chapter 11). Black...
Hello traders Very busy preparing a few stuff for Black Friday but wanted to remind that I still know Pinescript and how to step up my game :) My master @RicardoSantos once again showed me how to push the pinescript limits one step/dimension further. Kudo also to my client (Judy) for this amazing idea. I inspired myself from his script...
This is one of my fav script (Leledec Exhaustion). The original script was written in V2 by Glaz here All I did is to convert this to Version 4 of Pine Scripting language. An Exhaustion Bar is a bar which signals the exhaustion of the trend in the current direction. In other words, an exhaustion...
I realized that the zone changes in the stoploss remained slow, so I couldn't make enough use of the characteristics of technical indicators when opening positions. This pushed me to keep stop-loss under the influence of a dependent variable. This script helped me a lot (everget) : I've redesigned the...
Script for automatic trading (Alerts). This is the second part of the previous RePanoCHa script but with Take Profit. It Use 6 indicators + volume: -JURIK MOVING AVERAGE -RANGE FILTER (DONOVAN WALL) -ADX (ORIGINAL VERSION) -PARABOLIC SAR -RSI + VOLUME WEIGHTED (LAZYBEAR) -MACD -VOLUME To close the position you can choose between Take Profit only, Trailing Stop...
Hello traders Hope you're all doing well This script is a generic cloud generator using a pre-selected set of moving averages (I probably forgot a lot but listed all the ones I used at least once). A cloud is a visual representation of the gap between two moving averages - it shows right away how big in that gap (=how far they are from each other) The challenge...
A simple intraday strategy based on Renko values.
CREDITS to @HPotter for the orginal code. CREDITS to @Yo_adriiiiaan for recently publishing the UT Bot study based on the original code - I just added some simple code to turn it into a strategy. Now, anyone can simply add the strategy to their chart to see the backtesting results! While @Yo_adriiiiaan mentions it works best on a 4-hour timeframe or above, I...
What is going on here? This strategy is pretty simple. We start by measuring a very long chunk of volume history on BitMEX:XBTUSD 1 hour chart to find out if the current volume is high or low. At 1.0 the indicator is showing we are at 100% of normal historical volume. The blue line is a measure of recent volume! This indicator gets interested when the volume drops...
This is the last of the 'RePaNoCHa' script for Automatic Trading ;-) ... This time with two take profits ... It Use 6 indicators + volume: -JURIK MOVING AVERAGE -RANGE FILTER -ADX -PARABOLIC SAR -RSI + VOLUME WEIGHTED -MACD -VOLUME To close the position you can choose between 2 Take Profit and the amount to use on each one. You can transform it yourself into...
EXPERIMENTAL: plotting price,time,volume + additional price shift from moving average.
This is an experimental study designed to attenuate higher frequency oscillations in price and volatility with minimal lag. In this study, a single pole low pass filter is used. The low pass filter's cutoff period is determined either by a fixed user input, or by using an Instantaneous Frequency Measurement (IFM) algorithm. Most radar warning, electronic...
Maby you could, use this simple long/short strategy with a few % leverage to work around your hodl position?
This adds volatility bands to the Variable Index Dynamic Average (VIDYA). The bands are calculated using the exponential moving average of the standard deviation of the VIDYA. Thanks to everget for programming the VIDYA for tradingview.
Hello traders Hope you enjoyed your weekend on my behalf. Was staying home working ... ^^ This is my first strategy educational post I'm doing ever While I'm generally against posting strategies because it's very easy to fake performance numbers... I cannot prevent myself from sharing a few cool strategy snippets anyway. So from now on, I'll be sharing a few...
This is a modified version of the BitMEX pump catcher by Jomy. I have tweaked the algorithm to use the difference in MACD to get the correct direction of entries rather than using direction of candles which are not always indicative of trend direction. These changes increase net profit, profitable trades, while reducing drawdown. Below is a copy and paste of...
This is modified version of super trend that can be smoothed with a specific EMA period. You also have an additional simple ATR reading and a couple other tools helpful for day trading.