Hi, this strategy is taken from a video made by Steven Primo. You can look it up on YouTube if you want to know about it. It is a mean-reversion strategy based on the Bollinger Bands, in which we wait for 5 consecutive closes above the upper band, and for a short-term top. Once it happens, we place an entry order on this top, with a stop at the nearest bottom...
I have tried to make script which triggers indicators on combination of different feedback including Bollinger bands and MACD. Also used some of my logic by trial and error, It gave 744%+ profit on back-testing on coin RUNE/USDT from Jan 2021. It is my first script, I am happy to help the community. Please share your feedback.
Strategy: Fibonacci + RSI: - Intraday trading strategy (Scalping). Time Frames Tested with best Results: 30 Minutes. 5 Minutes. 15 Minutes. 1 Minute Indicators Used: RSI (30 / 70) Fibonacci (1 - 0.784) How it Works: Once the Price Hits the 1 or -1 Fibonacci Level and bounces a little bit, It checks the RSI if Over Bought or Over...
One from many harmonic pattern that consists of two equivalent price legs. The ABCD pattern that helps traders predict when the price is about to change direction. Tracing And Calculation This code using pivot high and pivot low built-in method and calculate with Fibonacci Retracement. Limitation To find ABCD pattern is very difficult, just coming up a few...
I'm not 100% satisfied with the strategy performance output I receive from TradingView. Quite often I want to see something that is not available by default. I usually export raw trades/metrics from TradingView and then do additional analysis manually. But with tables, you can build additional metrics and tools for your strategies quite easily. This script will...
Buy sell strategy based on pivot levels. Use 30 Min charts for greater results.
Exits added using trailing stops. 2.6 Profit Factor and 76% Profitable on SPY , 5M - I think it's a pretty good number for an automated strategy that uses Pivots. I don't think it's possible to add volume and day open price in relation to pivot levels -- that's what I do manually .. Still trying to add EMA for exits.. it will increase profitability. You can...
Breakout strategy of H4 and L4 levels. Manual entries and exits - higher profits BUT because I am a novice in pinescript, Can someone please: 1. Show me how to add exit strategy lines : close> ema(close,3) for exit short and opposite for long. I added myself but I can't make it to work in relation to camarilla entries; instead it shows all ema crossings.. 2.Why...
This strategy joins the Pivot Reversal strategy with the RSI indicator. We check RSI level at the pivot point level and only if RSI condition is satisfied we update levels for stop orders. The strategy works pretty good for crypto, 30m, 1h, 2h timeframes.
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...
This script was recently shared for limit only orders here: This version does not worry about keeping orders in the books and moving them around, instead it will simply market in and out. I am sharing this to reveal the difference between the 2 setups.
Camarilla pivot point formula is the refined form of existing classic pivot point formula. The Camarilla method was developed by Nick Stott who was a very successful bond trader. What makes it better is the use of Fibonacci numbers in calculation of levels. Camarilla equations are used to calculate intraday support and resistance levels using the previous...
It will buy the breakout of the pivot in a bullish trend which is defined by the Mark Minervini stage 2 template Set the stop loss% and Target% in your favor ( recommend the stoploss% as the low percentile atrp ) It helps indicate the contraction point so that we can have a low-risk entry of a buy point. It followed the strategy of Mark Minervini. changing the...
Use this on a 15 min chart, Best if market is volatile and trending, Do not use when market is going sideways. Use with Pivot points for best results.
this Pivot Moving Average steteggy works best on a chart --->>Above 100$ crypto Sniper is very profitable in terms of% good trades It will perform very well on 1-5X Leverage (Solid leverage, not variable depending on the volume ) TP: 0.9 % SL : 5.5 %
Continue looking for more signifcant pivot points. This script is based on my "Significant Pivot Reversal Strategy". In this strategy I use concept of pivot of pivot points. So for PoP I require that pivot highs point should have 2 lower pivot highs points around them and pivot low 2 higher pivot lows points. Transparent lines represent usual pivot levels...
EmperorBTC's VWAP Indicator & Strategy v2.1 coded by Bogdan Vaida This indicator was created after EmperorBTC's conditions. Good timeframes for it: 30', 15', 5' To convert from strategy to study switch the commented lines in the beginning and at the end of the script and vice versa. What this indicator does is to check if: o Pivot Point was...
Some time ago I published Monthly returns table. Now It's time for weekly one. To get it work you need a pretty big screen, but I hope it will be useful for some of you. Features of this table includes: Display weekly returns of your strategy, benchmark, and alpha over this benchmark. Select benchmark to be another instrument Select the date from...