This is my first attempt at producing a strategy in Pine Script. I am NOT a professional coder. I'm not even a good coder at that. I've only started Pine Script coding since September 2019. I am teaching myself. This script is far from finished. I need to tweak a number of things about this script. Namely: Add a validity window to the 'trigger bar' condition....
Simple Pivot Reversal Strategy with some adding settings. Date Range: To test over specific market conditions. Initial Capitol: $10K - This is a more realistic representation of funds used this strategy (for me anyway). The default of $100K can give different results (usually better) than when using a smaller balance. Order Size: 100% Equity - These trend...
This is a diversified Binary Option or Scalping Alert indicator originally designed for lower Time Frame Trend or Swing trading. Although you will find it a useful tool for higher time frames as well. The Alerts are generated by the changing direction of the ColouredMA (HullMA by default), you then have the choice of selecting the Directional filtering on these...
Interesting performance for Super Trend strategy for XBTUSD 1m chart. Params: ST Mult: 2, ST Period 14. Performance: 144% profit, 1988 trades, only 41% prof, 2.04% dd , 2.51 Sharpe. On its own, it might be not a very good strategy, but the big amount of trades allows you to add more filters and improve it. If you want to hear more from me you can join my...
Tabajara setup from André Machado -ma 8 -ma 20 -ma 50 -ma 200 (blue) -vwap (aqua) -bollinger bands -barcolor based on tabajara rules
Dear all, you might wonder is there a confirmation indicator that has a high hit rate, is dependable, and could rely on the information it gives you when making a decision? Here I present an indicator I developed specifically for cryptocurrency, in the minds of eliminating fakeouts and traps. Trend is always invalid then there is a lack of volume, so by...
Originates from: I was reading some Impulse Trading literature by A. Elder.. In it, someone named Kerry Lovvorn proposed "An End of Day Trend Following System" for someone lazy. Originally it is just price closing above an 8 ema (low) for long. Exit when price closes below an 8 ema (low). The opposite for a short position. Conditions: Buy when price closed below...
This is an experimental adaptive trend following study inspired by Giorgos Siligardos's Reverse Engineering RSI and Tushar S. Chande's Variable Moving Average. In this study, reverse engineered RSI levels are calculated and used to generate a volatility index for VMA calculation. First, price levels are calculated for when RSI will equal 70 and 30. The...
Dear all, Free strategy again. I found using 3 volatility stop with different settings could be very helpful when trading an intraday trending market. With the ATR setting or 5, 10, 15, we can weed out many false break. Vstop setting is OHLC4. On the other hand, this strategy also utilize Renko as part of the strategy, so you could say this strategy is...
@version=2 This indicator is designed to give early entry signals as well as to follow trend moves, according to different settings. The indicator shows a histogram of the RSI ro MFI in relation to an ema of the RSI or MFI. The histogram is then smoothed to give early reversal/entry signals. The actual RSI/MFI line with oversold/overbought indication can be...
This is an indicator I have been working on for the past 2 years, developed specifically for cryptocurrency. It is primarily a trend following indicator with great success and it performs the best in 4hrs to the weekly chart. There are two components of this indicator. The baseline from Ichimoku cloud and volatility stop . baseline period = 26 volatility...
This indicator plots and colour codes a ribbon between two moving averages. The colour of the ribbon changes with trend direction: when price in uptrend ribbon colour is green; when price in downtrend ribbon colour is red. Options Available: 1) You can select between 11 different types of moving averages, each MA line can be a different type. 2) Option to...
Gives you an average of which side of the EMA price has close without the noise of the chart. Useful for measuring trend strength or as a trade filter (eg. only go long if above / below)
FREE CRYPTO WAVE Trend Indicator Advantages: Large timeframe charts will give trend direction, wave is set to monthly trend. TradingView account needed: free How to gain access to this script: available free from the indicators list! If you like this free indicator, check out our ideas at: www.ceo.codes Watch our indicator...
Interesting performance for Super Trend strategy for Tesla ( TSLA ) 1m chart. Params: ST Mult: 3, ST Period 120. Performance:61% profit, 637 trades, only 33% prof, 4.84% dd , 0.4 Sharpe. On its own, it might be not a very good strategy, but the big amount of trades allows you to add more filters and improve it. The strategy is not bad both with "when" params...
Determines long term trend bias on the conditions below: If price is above the 200sma and 50sma = Green Candles = Bullish If price is below the 200sma and 50sma = Red Candles = Bearish
The Directional system is a trend-following method developed by J. Welles Wilder, in the mid-1970s. It identifies trends and shows when a trend is moving fast enough to make it worth following. It helps traders to profit by taking chunks out of the middle of important trends. Trading Rules 1. Trade only from the long side when the positive Directional line is...
I like Fibonacci and I think multiple MAs are best for identifying the trend. This one is based on someone else's script. I just need to share it with a friend =)