Thank You For Open Source Code, This Strategy Ref. By 1.Simple Strategy Like MA Crossover For Long/Short or Spot Trade, 2. Action Zone V.2 for BarPaint This Strategy Mixing With MA Crossover Strategy and BarPaint By Action Zone How To Use Strategy Setting EMA/SMA Crossover EMA/SMA, Any Value If You Want For Long Position : Cross Up For Short Position :...
One of the most common messages I get is people reaching out asking for quantitative strategies that trade cryptocurrency. This has compelled me to write this script and article, to help provide a quantitative/technical perspective on why I believe most strategies people write for crypto fail catastrophically, and how one might build measures within their...
This script was born out of my quest to be able to display strategy back test statistics on charts to allow for easier backtesting on devices that do not natively support backtest engine (such as mobile phones, when I am backtesting from away from my computer). There are already a few good ones on TradingView, but most / many are too complicated for my...
The WHAT =============> A strategy based off the Editor's Pick "Laguerre RSI indicator" from @KivancOzbilgic Laguerre RSI is based on John EHLERS' Laguerre Filter to avoid the noise of RSI. As such, it is possible to use it to plot trend changes more precisely - and thus open and close positions at these points. The HOW =============> This is a very easy to set...
Smoothed Heikin Ashi Trend on chart - Backtest This is a backtest of the Smoothed Heikin Ashi Trend indicator, which computes the reverse candle close price required to flip a Heikin Ashi trend from red to green and vice versa. The original indicator can be found in the scripts section of my profile. This particular back test uses this indicator with a Trend...
Whenever the price is above the green line short PE only. Why credit put ratios much more attractive than call ratios. Conclusion: the author's conclude that YES there is risk premium in puts otms, which they call it "skew risk premium", and while almost half of implied skew observed in option prices of PEs is due to negative index volatility correlation the...
ABOUT THE BOILERPLATE This strategy is designed to bring consistency to your strategies. It includes a macro EMA filter for filtering out countertrend trades, an ADX filter to help filter out chop, a session filter to filter out trades outside of desired timeframe, alert messages setup for automation, laddering in/out of trades (up to 6 rungs), ...
The WHAT =============> A strategy based off 3 indicators: 1) the original TV's "Pivot Points Standard" indicator 2) Cyclic RSI High Low With Noise Filter indicator ( ) from @RozaniGhani-RG as basis for determining uptrend or downtrend 3) Mesa Advanced Triggers indicator ( ) from @jordanfung to filter out the best high/low points where to open and close...
This strategy is using Swing Failure Patterns as a reversion indicator. The strategy automatically adapts itself to the timeframe of the current chart. Swing Failure Pattern occurs when the price trend fails to set new highs in uptrend or meet new lows in a downtrend. This pattern helps traders decide when to enter and exit the market. Usually, traders enter...
A simple buy and hold strategy. A short or a long position can be chosen. The start date will determine the date where your position will start and end date is the date it will end. This works well as a baseline to your other existing strategies since buy and hold is just the simplest strategy available.
This strategy uses the RSI indicator together with the Bollinger Bands to sell when the price is above the upper Bollinger Band (and to buy when this value is below the lower band). This simple strategy only triggers when both the RSI and the Bollinger Band indicators are at the same time in a overbought or oversold condition. UPDATE In this updated version...
Here is a combination of the classic MACD (moving average convergence divergence indicator) with the classic slow moving average SMA with period 200 together as a strategy. This strategy goes long if the MACD histogram and the MACD momentum are both above zero and the fast MACD moving average is above the slow MACD moving average. As additional long filter the...
This is a stepped trailing exit example for educational purpose . Short brief. There are 1 stop loss and 3 profit levels. When first tp is reached we move stop loss to break-even. When second tp is reached we move stop loss to first tp. When third tp is reached we exit by profit.
This strategy uses combined indicators to create LONG entry points, the strategy was first found by saudALThaidy. How to use: Open your asset and pick a timeframe between 5min and 2hours (recommended: 30min, 45min), the strategy will give entry points itself, you can monitor and take profit manually(recommended), or you can use the exit setup. exit setup: ...
Bollinger Bands Breakout Strategy is the strategy version of Bollinger Bands Filter study version, which can be found under my scripts page. The strategy goes long when price closes above the upper band and goes short signal when price closes below the lower band. Bollinger Bands is a classic indicator that uses a simple moving average of 20 periods, along...
Trading moon phases has become quite popular among traders, believing that there exists a relationship between moon phases and market movements. This strategy is based on an estimate of moon phases with the possibility to use different methods to determine long/short positions based on moon phases. Note that we assume moon phases are perfectly periodic with a...
Hello Traders As most of you know, I'm a member of the PineCoders community and I sometimes take freelance pine coding jobs for TradingView users. Off the top of my head, users often want to: - convert an indicator into a strategy, so as to get the backtesting statistics from TradingView - add alerts to their indicator/strategy - develop a generic strategy...