WIG 20, Indeks DAX, FTSE 100, Euro Stoxx 50, S&P 500, Nikkei 225
Ropa Brent, Ropa naftowa, Złoto, Srebro, Gaz ziemny, Bitcoin
Euro Bund, Niemieckie 10Y, Francuskie 10Y, UK 10l, US 10L, Japan 10Y Yield
Złoto, Ropa Brent, Ropa naftowa, CFD na gaz ziemny, Pallad, Srebro
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...
Though it may sound complex, the Vortex Indicator is essentially an uptrend line and a downtrend line. The vortex indicator can be used for a variety of purposes, including tracking the strength of trends, identifying/anticipating reversals, and generating entry/exit signals. It’s calculation is shown in the open-source code below. To reduce the number of...
This is a simple tool that gives traders a simple visual representation of Volume-Weighted Moving Average ( VWMA ) crossovers that is pretty similar to the MACD . We don't typically trade solely based on the VWMA , but it is definitely one of our go-to tools when combining multiple indicators. When trading with VWMA's, it is common to enter a position when the...
Only for Bitcoin! This indicator locates weekly gaps created by the CME Futures market for Bitcoin. As you can see, Bitcoin tends to close the weekly gaps created in the futures market so I thought this could be a very useful tool. Instead of having to look between multiple charts, this simply overlays the past weeks open and close should a gap appear. I hope...
Pivot reversal strategy almost always works pretty good for crypto. Here is setup with 4 left, 4 right bars for pivot points for XBTUSD 1h chart. It shows a pretty nice performance of 350% with only 10% dd, Sharpe is 1.16. If you're interested in using this strategy in my scripts you can find alerts for it and a version with added backtesting range. If you...
Interesting performance for Super Trend strategy for XBTUSD 1m chart. Params: ST Mult: 2, ST Period 14. Performance: 144% profit, 1988 trades, only 41% prof, 2.04% dd , 2.51 Sharpe. On its own, it might be not a very good strategy, but the big amount of trades allows you to add more filters and improve it. If you want to hear more from me you can join my...
Really nice performance for simple BB on XBTUSD Bitmex 1 minute chart. BB length = 55, BB mult = 4. No SL or PT used. Amazingly performance for the last week, 92% profitable. Tested on entire May percent profitable become 80%, still not bad. If you want to hear more from me you can join my Telegram channel: t.me If you want to learn how to...
As some of you requested, I will make the code for QuarryLake Open for you all. I have also updated the script in version 4. This strategy consists of 3 indicators that I found works quite well together. Keltner Channel, Waddah Attah Explosion, and Volatility Stop . KC Period = 200 KCATR = 5 Vstop Period = 3 Vstop Mult = 1.5 Long when close > KC, close >...
Dear all, you might wonder is there a confirmation indicator that has a high hit rate, is dependable, and could rely on the information it gives you when making a decision? Here I present an indicator I developed specifically for cryptocurrency, in the minds of eliminating fakeouts and traps. Trend is always invalid then there is a lack of volume, so by...
Here's an updated version of our Vortex Trend Tracker indicator. Here's the link to the original if anyone wants to read more about the Vortex or see the first version: We've added in 4 rsi's of varying lengths for this second version(2 fast and 2 slow) that create the background color effect.
CME bitcoin futures volume multiplied by 5, as each contract is 5 bitcoin. Days when the exchange are closed shows no volume.
This is an experiment I did a while back ago. I often think On Balance Volume is a great indicator as trend direction and volume cannot lie. However, I bumped into a few problems. It is slow, doesn't show volatility and often time it is prone to chop. That's why I added ATR to the equation. Original OBV calculation src > 0? : +volume : src < 0?...
Dear all, Free strategy again. I found using 3 volatility stop with different settings could be very helpful when trading an intraday trending market. With the ATR setting or 5, 10, 15, we can weed out many false break. Vstop setting is OHLC4. On the other hand, this strategy also utilize Renko as part of the strategy, so you could say this strategy is...
A lot of times I don't like my chart crowding with indicators, thus the reason for creating this script for my strategy QuarryLake. This script also comes with alert. Below is the explanation for QuarryLake I have also updated the script in version 4. This strategy consists...
Here's a modified version of the Elder Ray Index created by the famed Dr.Alexander Elder. This indicator has proven to be especially helpful lately given the crazy state of crypto. Slow Moving Average: The top chart shows the moving average used to filter trends. I recommend using a higher window length(can be adjusted with the 'lenSlowMA' input option). I...
Hi all, Base on RSI, I write this script for Bitmext XBTUSD pair, in 15M timeframe. I tested and it gave me many correctly signals so I hope you will love it Note: - this script can use in other timeframe but I wrote it for 15m so, it's best in 15m -you should combine with more indicators for best entry/exit, but, you can easily follow this in 3-5 candles and...
This is an indicator I created recently, with the mind of spotting where price might reverse and where the price is trending. You can see this as the primary indicator for your system, however, it is recommended you use this in conjunction with other confirmation indicators. This script focus solely on ATR or Average True Range. This indicator is the...
This is an indicator I have been working on for the past 2 years, developed specifically for cryptocurrency. It is primarily a trend following indicator with great success and it performs the best in 4hrs to the weekly chart. There are two components of this indicator. The baseline from Ichimoku cloud and volatility stop . baseline period = 26 volatility...