This is a simple RSI based signal indicator. It is intended for algorithmic trading by bots. For the best results leave it on 1-Hour time-frame. It also works best on bitcoin and stocks, not so much oil. GBP/USD and AUD/USD it fairs well too. When RSI touches 70 it gives a Buy signal and when RSI touches 30 it gives a sell signal. The position is then held out...
This script is an auto-adjusting grid bot simulator. This is an improved version of the original Grid Bot Simulator. The grid bot is best used for ranging/choppy markets. Prices are divided into grids, or trade zones, that will trigger signals each time a new zone is entered. During ranging markets, each transaction is followed by a “take profit.” As the market...
Attention: If you would to use this indicator on the ES, you should have intraday data 60min in your account. Smart money index (SMI) or smart money flow index is a technical analysis indicator demonstrating investors sentiment. The index was invented and popularized by money manager Don Hays. The indicator is based on intra-day price patterns. The main...
Ichimoku Clouds Strong Bullish/Bearish signals with allerts The Ichimoku cloud was developed by Goichi Hosoda, a Japanese journalist, and published in the late 1960s. It provides more data points than the standard candlestick chart. While it seems complicated at first glance, those familiar with how to read the charts often find it easy to understand with...
#banknifty algorithmic trading :- The strategy is based on moving average and work best on #banknifty 1 hour time frame, you are adjust the time frame based on your comfort. The source code is open for you to add additional logic and you can use other indicators for active filtering. This algo can be used in conjugation with the other trend indicator. You can...
How it works? - It calculates the linear regression of the last X candles and define a range based on a linear regression deviation (represented by the 3 parallel lines over the last candle). -Open trades based on the breakout of the deviation of the linear regression (represented by the yellow triangle). -Advanced trend filter to not open trades against the trend...
This indicator allows you to filter noisy pin bar chart, with pin bars which have been rejected from dynamic support/resistance level also named as 21 Moving Average. I would consider to work only on higher time frames like 1H and higher, so you really can find only best entries. Have fun, write your feedback in the comments section:) P.S This is the first...
So here's an updated version of my automatic Pivot Point detector. If you don't like having a bunch of Pivots on your chart at once, or having to cycle through various resolutions to see different ones, this is for you! What does this indicator do? It automatically detects the nearest daily, weekly, and monthly pivot points both above and below the current...
Designed Around the NNFX rules Selectible Baseine Selectible Exit Indicators ATR bands, ATR labels for TP and TSL (1x and 1.5x ATR). Indication (White Diamond) where candle is over 1x ATR in size. Combined QQE Fast & Slow (C1 & C2) confirmations, Candles Grey before Trend Confirmed, change to Normal Colour when Trend established (QQE MOD used for...
Indicator plots Money Flow Indicator (Chaikin). This indicator looks to improve on Larry William's Accumulation Distribution formula that compared the closing price with the opening price. In the early 1970's, opening prices for stocks stopped being transmitted by the exchanges. This made it difficult to calculate Williams' formula. The...
This indicator allows you to filter noisy chart, with engulfing candles which have been rejected from current trend lines. Trend lines by default are 21 MA (fast) and 10 MA (slow one). If fast moving average is greater than slower one, automatically indicator would represent that like uptrend, and if opposite then like a downtrend. Consider to work only on...
Software part of algotrading is simpler than you think. TradingView is a great place to do this actually. To present it, I'm publishing each of the default strategies you can find in Pinescript editor's "built-in" list with slight modification - I'm only adding 2 lines of code, which will trigger alerts, ready to be forwarded to your broker via TradingConnector...
The Gann Swing Oscillator has been adapted from Robert Krausz's book, "A W.D. Gann Treasure Discovered". The Gann Swing Oscillator helps define market swings. You can change long to short in the Input Settings Please, use it only for learning or paper trading. Do not for real trading.
"Please give us combined alerts with the possibility of having several conditions in place to trigger the alert." - was the top voted request from users under one of the recent blogposts by TradingView. Ask and you shall receive ;) TradingView is a great platform, with unmatched set of functionalities, yet this particular combo of features indeed seems not to be...
Cueing Off Support And Resistance Levels, by Thom Hartle modified by HPotter for trade signals. The related article is copyrighted material from Stocks & Commodities. You can change long to short in the Input Settings Please, use it only for learning or paper trading. Do not for real trading.
Strategy buy when HVol above BuyBand and close position when HVol below CloseBand. Markets oscillate from periods of low volatility to high volatility and back. The author`s research indicates that after periods of extremely low volatility, volatility tends to increase and price may move sharply. This increase in volatility tends to correlate with the...
This simple indicator gives you a lot of useful information - when to enter, when to exit and how to reduce risks by entering a trade on a double confirmed signal. You can use in the xPrice any series: Open, High, Low, Close, HL2, HLC3, OHLC4 and ect... You can change long to short in the Input Settings Please, use it only for learning or paper trading. Do...
This is a bullish reversal pattern formed by two candlesticks. Following a downtrend, the first candlestick is a down candlestick which is followed by an up candlestick which has a long real body that engulfs or contains the real body of the prior bar. The Engulfing pattern is the reverse of the Harami pattern. WARNING: - For purpose educate...