Combo Basic IndicatorsThe indicator consists of multiple time frame SMA and PSAR, the very basic indicator but could be profitable.
SMA can be used as dynamic Support-Resistant levels, and value of higher time frame are considered more significant (major level).
For example, Bitcoin currently has weekly support at 6568$, and regarding to SMA of lower time frame (Day, 4H,..) that are near then concluded as sideways condition.
However, trading opportunities still can be found for short term and tight range (scalping).
Parabolic Stop and Reverse (PSAR)
Moving Average Stop and Reverse (MASAR) [cI8DH]This indicator is an alternative to Parabolic Stop and Reverse indicator. It is primarily used to identify points of potential stops and reverses.
Instead of using a static parabolic curve, this indicator adjusts dynamically based on the changes in moving average of the price. Read here to learn more about the usage of this indicator .
I tested the strategy version of this indicator on Bitstamp:BTCUSD and compared the results to the Parabolic SAR. I changed the settings on both indicators to achieve the best results on each indicator. This indicator outperformed the Parabolic SAR by a large margin.
You need to calibrate the indicator depending on the asset and time frame. It works best in trending markets.
LinearSARThis is colur coding of linear model and Sar . it good for a template to make upon it better models
also it a great model for long or short on bitmex
so have fun
Ichimoku Cloud StrategyBased on the trading strategy described at
stockcharts.com
See Also:
- Backtesting and forwardtesting (of TradingView Strategies)
- 9 Mistakes Quants Make that Cause Backtests to Lie
- When Backtests Meet Reality
- Why MT4 backtesting does not work
MEMA & BB & Parabolic SARMultiple Exponential Moving Average : 7, 77, 231
Bollinger Bands
Parabolic SAR
SMACH Indicator v1.0SMACH Indicator uses 3 signals from MACD, STOCHASTIC and PARABOLIC SAR.
Histogram represents trend direction. If it is greater than 2 or lesser than -2 trend is consolidated and you can trade.
I'm the author of this simple indicator. Feel free to use it as you want.
Follow me on Trading View if you want to be updated on more ideas. Thanks!
Simple Buy/Sell IndicatorThe original script was posted on ProRealCode by user Doctrading.
This little and simple code allows you to draw an indicator, which show you when buy or sell conditions are met.
For "buy" conditions, I did just set :
close > MM200
close > Parabolic SAR
MACD > 0
RSI7 > 50
For "sell" conditions : the opposite.
Of course, you can set what you want, in order to test your strategies.
Of course, to be profitable, you must also set your trading rules (entry, stop loss, trailing stop, take profit, etc.)
It's only an indicator, which doesn't show entry or exit rules.
Parabolic GlitterThis indicator overlays a series of Parabolic Stop And Reverses (SARs) to continuously illustrate trends as they form in addition to a range of good possible levels at which to place stop orders.
The Initial Start argument gives the minimum value for the SAR function's "Start" argument. The Increment/Start Ratio argument gives the ratio of the SAR function's "Increment" and "Start" arguments (i.e. SAR default is Start = 0.02, Increment = 0.02, therefore Increment/Start Ratio = 1). The same logic applies to the Max/Start Ratio Argument (i.e. SAR default is Start = 0.02, Max = 0.2, therefore Max/Start Ratio = 10).
The Adaptive Coloring argument determines whether the plotting points are red in downtrends and green in uptrends, or if all the plotted points are given the same color (defaults to silver).
Basic MAAll-in-one basic indicators:
- MA Fast (12)
- MA Medium (26)
- MA Slow (200)
- Parabolic SAR www.investopedia.com
- Dynamic Fibonnaci channel with 2 channels - www.forexstrategiesresources.com
Parabolic StopParbolic Stop is a mix between the indicator Parabolic SAR, Volatility Stop and an SMA.
The goal of this indicator is to place your stop loss in an optimized spot. You can also combine the indicator switch from different timeframes to get buy or sell signal.
CM_Parabolic SAREnhanced Parabolic Sar
Simply Enhances Default Parabolic SAR by creating Two Color Options, One for UpTrend, Other for DownTrend
Ability To Turn On/Off The Up Trending Parabolic SAR, And The Down Trending Parabolic SAR
Great Indicator For Trailing Stops.