WIRECARD AG, BAYER AG NA O.N, DAIMLER AG NA O.N, Apple, Advanced Micro Devices Inc, Amazon Com Inc
DAX Index, TECDAX TR, MDAX PERFORMANCE-INDEX, Dow 30, S&P 500, Nasdaq Composite
Euro Bund, Euro BTP, Euro BOBL, Germany 10Y, US 10Y, Ultra T-Bond
Personal DMI and ADX script ADX color change from positive vs negative momentum DMI Color fill based on DMI+/- positive momentum No fill color during lack of momentum
I'm working on improving the Pivot Points Reversal Strategy. As one of the ways to filter out insignificant levels I decided to check that pivot point is not above/below neighbors, but check that it's above/below at least by a certain amount. I use ATR, so in params, you can set length of ATR and also ATR multiplier. The new level will be calculated only if PP...
Pretty simple EVWMA (Elastic Volume Weighted Moving Average) Cross Strategy. Long on bullish cross, Short on Bearish Crosss. EVWMA is a quite interesting moving average where period of the MA is defined from volume itself. It incorporates volume information in a natural and logical way. The eVWMA can be looked at as an approximation to the average price paid per...
This is my Super Trend Daily strategy but with one important difference. You can now adjust settings for long or short signals individually and separately. For example, the condition for a long signal may require a different parameter setting than the condition for a short signal. Each parameter in the signal generation can be tuned. You can also decide what kind...
These Bollinger bands feature Fibonacci retracements to very clearly show areas of support and resistance. The basis is calculate off of the Volume Weighted Moving Average. The Bands are 3 standard deviations away from the mean. 99.73% of observations should be in this range.
This script is the 2nd version of the BTC Deep Learning (ANN) system. Created with the following indicators and tools: RSI MACD MOM Bollinger Bands Guppy Exponential Moving Averages: (3,5,8,10,12,15,30,35,40,45,50,60) Note: I was inspired by the CM Guppy Ema script. Thank you very much to dear wroclai for his great help. He has been a big help in the deep...
Super Trend is based on volatility and attempts to show the overall greater trend of a market. Thanks to everget for the idea of improving the Super Trend code. Thanks to kiasaki for ROC code. The idea here is to enter a trade upon trend reversal (unless we have a white background - this indicates choppy/sideways market). INSTRUCTIONS Follow the background color...
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...
For XBTUSD bitmex perpetual contract. Times adjusted for 1hour chart. Shows the hour before funding in a subtle grey highlight. -Xeno
- WHAT: This creates an alert that will trigger JUST AFTER 1 Renko bar changed direction. This way you can capture direction swings. BLUE spike is long. RED spike is short. - PLAY AROUND WITH: Renko brick size & TradingView Timeframe (for timeframe less than 1 day you d need to pay for the TV Pro subscription. Its ok, support them, they are good people with...
As requested - Backtest Market God with different settings and adjustments to make as you like. Also, this is the majority of the script. Leaving public on purpose. Will be working on blog + tutorials in near future Tips can be sent to BTC ) 3KtXXkwKnv3tarRx6ttntu633aantJFZLS LTC) MCaVLYf3UkVFDk9HSZj2M6Xn9fiZAp23MW ETH)...
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 >...
Hello All, Here is a scirpt of ChrisMoody modified with the alerts of purchases and sales. I just have a problem with automation. At the bottom of my script my alerts "Buy1" and "Sell2" give alerts constantly and I wish to have a single alert before the order is completed. Before "Sell1" or Buy2 ". I found the function "barstate.isfirst" that could possibly...
Logic is correct. But I prefer to say experimental because the sample set is narrow. (300 columns) Let's start: 6 inputs : Volume Change , Bollinger Low Band chg. , Bollinger Mid Band chg., Bollinger Up Band chg. , RSI change , MACD histogram change. 1 output : Future bar change (Historical) Training timeframe : 15 mins (Analysis TF > 4 hours (My...
It is considered the percentage of candles with low and high closure for a certain period. Then, a moving average is built from these values. When the moving average of the ratio of tall candles to low candles is greater than the ratio of low candles to high, then long (that is, when the green line crosses the red). And vice versa - a condition for short. It also...
Here is a leading indicator based on the relatively obscure Kairi Relative Index. The Kairi comes from Japan and is similar to the popular RSI, although it is believed that it predates the RSI significantly. The Kairi measures the difference between the current price and its SMA as a percentage of the moving average. We made a few modifications to the Kairi to...
Yellow Crosses mean both shorts and longs are increasing market is getting volatile Gray Crosses means margin traders undecided on that candle Green Crosses mean longs are increasing and shorts are being pulled out Red Crosses mean Longs are being pulled out and shorts being put in RSI of Longs and Shorts used. Hope the indicator helps you in anyway. Only works for BTC.
Release: 2018-03-29 __________________________ WHAT IT DOES Bitcoin is listed on multiple exchanges. Many people have called for a single global index that would quote BTC volume across all exchanges: this script is such a virtual volume aggregate of the 17 largest fiat exchanges on TradingView (listed in the script comments, and in Format > Inputs for you to...