This indicator shows three types of support and resistance lines: Horizontal, Parallel (using linear regression) and Fibonacci Retracement. Lines can be adjusted or turned on and off in settings. A great tool for setting up entries, exits and locating pivot points.
This is a redesign of the built-in Parabolic SAR indicator. I added a proper input system, an option to highlight initial points for both lines and an option to choose points width. So, customize it as you want. Parabolic SAR was originally developed by J. Welles Wilder and described in his book "New Concepts in Technical Trading Systems" (1978). It is a...
Hello All, In one of my projects I needed Parabolic SAR algorithm. I decided to write it in Pine and publish it. Then I added Alerts and Labels. here it is ;) ENJOY!
This strategy will focus on up trend trading and down trend trading based on several indicators such as; for up trend 1. SAR indicator 2. Super trend indicator 3. Simple moving average for the period of 100 down trend 1. RSI Indicator 2. Money flow index 3. Relative volatility index 4. Balance of powder
In this strategy, 15 indicators are used, each giving its results as a numerical value, which then is added or subtracted from the total points, gathered from all 15 indicators. Many thanks to RafaelZioni for his great work making the EasySys1 script which i modified to create this script. Onchart is drawn some of the indicators, but not all, a info panel is...
I wrote this script after having listened to Hyperwave with Sawcruhteez and Tyler Jenks of Lucid Investments Strategies LLC on July 3, 2019. They felt that the existing built-in Parabolic SAR indicator was not doing its calculations properly, and they hoped that someone might help them correct this. So I tried my hand at it, learning Pine Script as I went. I...
This is my version of a 3 min chart scalping strategy. There is not much to it, as its mainly based on CCI, SAR,EMAs, and Stoch. I get roughly a 70% win rate using almost any Timeframe with Heiken Ashi bars (I have another thats for the bars and candles as well) It may not be gold but it is my first script 1st :) But rules are fairly simple. To change the SAR...
NOTE: Indicator based strategies may expire and begin to work again. There are various ways to check the expiration of these strategies but I suggest equity curve trading (EC trading) as the best one. Please check every single indicator based strategy to see if it’s still profitable or it has been expired to avoid losses. Principles: I personally believe every...
All indicators in one! Hull MA (2 colors) + Bollinger Bands + 6 EMA + 50 SMA + 200 SMA + Parabolic SAR + SUPER TREND (2 colors) + Doji signals (yellow)
█ 888 BOT #backtest (open source) This is an Expert Advisor 'EA' or Automated trading script for ‘longs’ and ‘shorts’, which uses only a Take Profit or, in the worst case, a Stop Loss to close the trade. It's a much improved version of the previous ‘Repanocha’. It doesn`t use 'Trailing Stop' or 'security()' functions (although using a security function doesn`t...
GRIB Trendline show the distance betwen the price and the SAR with the GRIB settings in percentage. It highlight the elasticity of the wave. It's designed to be used with trendlines to spot the bottoms and the tops. More explanation here : and here : note : do not use "selldot" and "buydot", i was testing something and gave up about the idea
█ 888 BOT #alerts (open source) This is an Expert Advisor 'EA' or Automated trading script for ‘longs’ and ‘shorts’, which uses only a Take Profit or, in the worst case, a Stop Loss to close the trade. It's a much improved version of the previous ‘Repanocha’. It doesn`t use 'Trailing Stop' or 'security ()' functions (although using a security function doesn`t...
Trailing stops play a key role in technical analysis and are extremely popular trend following indicators. Their main strength lie in their ability to minimize whipsaws while conserving a decent reactivity, the most popular ones include the Supertrend, Parabolic SAR and Gann Hilo activator. However, and like many indicators, most trailing stops assume an...
Standard Parabolic SAR Strategy with SAR level plotted and backtesting range option.
ALL THIS ALL IN ONE! there are many options to check or uncheck to show only the tool that you need at that particular moment. ENJOY! ENVELOPE BOLLINGER KELTNER IMPULSE EMA SMA SAFEZONE SAR CHANDELIER
Script for automatic trading (Alerts). This is the second part of the previous RePanoCHa script but with Take Profit. It Use 6 indicators + volume: -JURIK MOVING AVERAGE -RANGE FILTER (DONOVAN WALL) -ADX (ORIGINAL VERSION) -PARABOLIC SAR -RSI + VOLUME WEIGHTED (LAZYBEAR) -MACD -VOLUME To close the position you can choose between Take Profit only, Trailing Stop...
Alerts for standard Parabolic SAR Strategy. It works best with "Once per bar" option.