Hello traders This is a simple algorithm for a Tradingview strategy tracking a convergence of 2 unrelated indicators. Convergence is the solution to my trading problems. It's a puzzle with infinite possibilities and only a few working combinations. Here's one that I like - Engulfing pattern - Price vs Moving average for detecting a breakout Definition...
Hello ladies and gentlemen traders Continuing deeper and stronger with the screeners' educational series one more time. This one is heavy crazy mega cool (pardon my french). I - Concept I present to you, ladies and gentlemen, the first screener for harmonic patterns. Starting with an ACBD pattern screener this time!! I used the calculations from Ricardo...
This is a script to place Heiken Ashi candles on your chart alongside another candle type or more importantly, using the variables from this script, you can build a strategy using Heiken Ashi candles that will depict true/proper entries and exits in a strategy when using the backtest feature. We hope this helps!
Hello traders A follower asked me to convert my Trend Direction Helper into a strategy So blessed this indicator reached the 1400+ likes milestone - I can't believe how many people are trading with it I based the setup as follow: - Entries on those green/red labels - exit whenever a Simple Moving Averages cross in the opposite direction happen -...
Hello traders Today I present you a Supertrend not based on candle close but based on a CCI (Commodity Channel Index) How does it work? Bull event: CCI crossing over the 0 line Bear event: CCI crossing below the 0 line When the event is triggered, the script will plot the Supertrend as follow UP Trend = High + ATR * Factor DOWN Trend = Low - ATR *...
What is the 3LS | 3 Line Strike Strategy? Incorporating the 3 Line Strike candlestick pattern into our strategy was inspired by Arty at The Moving Average and the amazing traders at TheTrdFloor . The Three Line Strike is a trend continuation candlestick pattern consisting of four candles. Depending on their heights and collocation, a bullish or a bearish...
Hello TradingView and world! This is one of our latest concepts for an actual bot builder. This script comes with a bunch of features that we're hoping will alleviate a lot of the stress and confusion around using and building strategies here on TV. Especially if the end-goal is to automate the strategies using Autoview. This is a combination of 2 strategies,...
Hello traders My way to fight this situation is to stay productive. Hope some of my scripts will help you out as most of us are locked-down at home, hence have more time for trading - and preparing ourselves when the sun will shine on us again I - Concept This is an upgrade of this script which captured only the regular divergences This screener detects...
Hello traders This is the strategy version of this script I - Concept I present to you, ladies and gentlemen, the first screener for harmonic patterns. Starting with an ACBD pattern screener this time!! I used the calculations from Ricardo Santo's script In short, he's using fractals (regular or Bill Williams ) for the pattern calculations. A...
Hello traders Someone requested the strategy version of the Supertrend CCI indicator It's a Supertrend not based on candle close but based on a CCI ( Commodity Channel Index ) How does it work? Bull event: CCI crossing over the 0 line Bear event: CCI crossing below the 0 line When the event is triggered, the script will plot the Supertrend as follow UP...
Sorry I have had trouble getting the TradingView to point to the "Alerts" script instead of the "Backtest". This is the Alerts part of this pair of Scripts. This part creates alerts to be picked up by the Chrome Add-on.
Backtest script based on the previous RSI-VWAP indicator: It's the popular RSI indicator with VWAP as a source instead of close: - RSI_VWAP = rsi(vwap(close), RSI_VWAP_length) What is the Volume Weighted Average Price ( VWAP )? VWAP is calculated by adding up the dollars traded for every transaction (price multiplied by the number of shares traded) and then...
Hello traders Continuing deeper and stronger with the screeners' educational series one more time I - Concept This screener detects whether the price goes above, below or stays in between the Ichimoku cloud II - How did I set the screener The visual signals are as follow: - square: Above or Below Then the colors are: - green when above the cloud - red when...
"This is an experimental study designed to filter out minor price action for a clearer view of trends. Inspired by the QQE's volatility filter, this filter applies the process directly to price rather than to a smoothed RSI . First, a smooth average price range is calculated for the basis of the filter and multiplied by a specified amount. Next, the filter is...
Hello Traders I've build a strategy template building for you the AUTOVIEW commands I made this template based on this documentation: use.autoview.with.pink You can select whether you want to use an SL or not, a TP or not, using the borrow/repay feature (only for Binance), ... and it will build dynamically the Autoview commands and will send them when...
This is an implementation of a strategy based on two MA Ribbons, a Fast Ribbon and a Slow Ribbon. This strategy can be used on Normal candlestick charts or Renko charts (if you are familiar with them). The strategy revolves around a pair of scripts: One to generate alerts signals for Autoview and one for Backtesting, to tune your settings. The risk management...
This is the alert script for : We've included the basic alert syntax for Autoview automation. You can learn more about the syntax here: autoview.with.pink and you can watch this video here: www.youtube.com These settings are set, by default, to the lowest contracts allowed by Bitmex (at the time of this posting) to avoid a spam account. You can learn more...
Alerts for famous Turtle Trading Rules. Based on work from tmr0 and ossettia . It can be used with Autoview. If you have any advice on how to further improve the script, please let me know by PM or comment below. Thanks! Please hit on "Like" if you find this script useful so that others can find it easier. Thanks! *** The information and script provided here...